javax.ejb
Annotation Type TransactionManagement


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

Specifies whether a session bean or message driven bean has container managed transactions or bean managed transactions. If this annotation is not used, the bean is assumed to have container-managed transaction management.

Since:
EJB 3.0
See Also:
TransactionManagementType

Optional Element Summary
 TransactionManagementType value
           
 

value

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


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41