Scope: method
Multiplicity
(0..1): You can use this tag
zero or one time in the Java™ source
file.
Purpose
This tag defines the transactional
behavior for this method. Applies to methods with @ejb.create-method and @ejb.interface-method tags.
If used on class level, this tag applies to all interface methods,
unless overridden. To set the transaction type for message-driven
beans, use the class-level tag for now. Applies to entity and session
beans
Parameters
| Parameter |
Type |
Applicability |
Description |
Mandatory |
| type |
text |
|
Defines the type of transactional
behavior. You must specify one of the following attributes: - NotSupported
- Supports
- Required
- RequiresNew
- Mandatory
- Never
The default value is
|
true |