| javax.ejb.TransactionAttributeType
TransactionAttributeType | public enum TransactionAttributeType (Code) | | Available types of transactions.
See Also: EJB 3.0 specification author: Florent Benoit since: EJB 3.0 version. |
MANDATORY | Enum Constant MANDATORY(Code) | | Mandatory type.
|
NEVER | Enum Constant NEVER(Code) | | Never type.
|
NOT_SUPPORTED | Enum Constant NOT_SUPPORTED(Code) | | Not supported type.
|
REQUIRED | Enum Constant REQUIRED(Code) | | Required type.
|
REQUIRES_NEW | Enum Constant REQUIRES_NEW(Code) | | Requires new type.
|
SUPPORTS | Enum Constant SUPPORTS(Code) | | Supports type.
|
|
|