1.

What Is @transactional Annotation?

Answer»

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).

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).



Discussion

No Comment Found