javax.ejb
Annotation Type TransactionManagement


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

Type of management (container or bean managed transaction).

Since:
EJB 3.0 version.
Author:
Florent Benoit
See Also:
EJB 3.0 specification

Optional Element Summary
 TransactionManagementType value
          Value of the management, default is container managed.
 

value

public abstract TransactionManagementType value
Value of the management, default is container managed.

Default:
CONTAINER


Copyright © 2008. All Rights Reserved.