Enterprise JavaBeans(TM) 3.1 API 1.0.2.Final-redhat-1

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$
Author:
William DeCoste

Optional Element Summary
 TransactionManagementType value
           
 

value

public abstract TransactionManagementType value
Default:
javax.ejb.TransactionManagementType.CONTAINER

Enterprise JavaBeans(TM) 3.1 API 1.0.2.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.