Package jakarta.ejb
Annotation Type TransactionManagement
-
@Target(TYPE) @Retention(RUNTIME) public @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:
TransactionManagementType
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description TransactionManagementType
value
value.
-
-
-
Element Detail
-
value
TransactionManagementType value
value.
- Returns:
- a
TransactionManagementType
object.
- Default:
- jakarta.ejb.TransactionManagementType.CONTAINER
-
-