Package jakarta.ejb
Annotation Interface TransactionManagement
Specifies whether a session bean or message driven bean has container managed transactions or bean managed
 transactions.
 If this annotation is not used, the bean is assumed to have container-managed transaction management.
- Since:
 - EJB 3.0
 - See Also:
 
- 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
value
value.
- Returns:
 - a 
TransactionManagementTypeobject. 
- Default:
 CONTAINER
 
 -