Module jakarta.ejb
Package jakarta.ejb

Enum Class TransactionManagementType

java.lang.Object
java.lang.Enum<TransactionManagementType>
jakarta.ejb.TransactionManagementType
All Implemented Interfaces:
Serializable, Comparable<TransactionManagementType>, Constable

public enum TransactionManagementType extends Enum<TransactionManagementType>
The enum TransactionManagementType is used with the TransactionManagement annotation to specify whether container-managed or bean-managed transaction management is used.
Since:
EJB 3.0
See Also: