Spring / Java Transactions (JTA)
What is @Transactional annotation?
The javax.transaction.Transactional annotation provides the application the ability to control transaction boundaries declaratively. This annotation can be applied to any class that the Java EE specification defines as a managed bean (which includes CDI managed beans).
More Related questions...