Related questions
Question 18 - 2V0-72.22 discussion
Which two are required to use transactions in Spring? (Choose two.)
A.
Add @EnableTransactionManagement to a Java configuration class.
B.
Annotate a class, an interface, or individual methods requiring a transaction with the @Transactional annotation.
C.
A class must be annotated with @Service and @Transaction.
D.
A class requiring a transaction must implement the TransactionInterceptor interface.
E.
Write a Spring AOP advice to implement transactional behavior.
Your answer:
0 comments
Sorted by
Leave a comment first