javax.ejb
Annotation Type TransactionManagement


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface TransactionManagement

The TransactionManagement annotation specifies the transaction management demarcation type of a session bean or message-driven bean. If the TransactionManagement annotation is not specified for a session bean or message-driven bean, the bean is assume to have container managed transaction demarcation.

Version:
$Revision: 1.3.4.6 $
Author:
William DeCoste

Optional Element Summary
 TransactionManagementType value
           
 

value

public abstract TransactionManagementType value
Default:
CONTAINER