| org.ow2.easybeans.deployment.annotations.TransactionAttributeLevel
TransactionAttributeLevel | public enum TransactionAttributeLevel (Code) | | Different type of level available to set the transaction attribute.
author: Florent BENOIT |
Field Summary | |
Enum Constant | ANNOTATION First level is annotation / default value. | Enum Constant | XML_METHOD_NAME Style 2 with method name. | Enum Constant | XML_METHOD_PARAMS And then style 3 with method name with parameters. | Enum Constant | XML_WILDCARD Then style 1 with wildcard. |
ANNOTATION | Enum Constant ANNOTATION(Code) | | First level is annotation / default value.
|
XML_METHOD_NAME | Enum Constant XML_METHOD_NAME(Code) | | Style 2 with method name.
|
XML_METHOD_PARAMS | Enum Constant XML_METHOD_PARAMS(Code) | | And then style 3 with method name with parameters.
|
XML_WILDCARD | Enum Constant XML_WILDCARD(Code) | | Then style 1 with wildcard.
|
|
|