| Class | Description |
|---|---|
| BeanManagedUserTransactionStrategy |
TransactionStrategy for using JTA (bean-managed-)transactions
(including XA transactions with a XA DataSource). |
| EnvironmentAwareTransactionStrategy |
This alternative
TransactionStrategy uses auto-detection and
can be used for different (parallel) persistence-units which use different transaction-types or
if different environments (dev., prod.,...) should use different transaction-types. |
| ResourceLocalTransactionStrategy |
Default implementation of our plugable TransactionStrategy.
|
| TransactionalInterceptor |
Interceptor for wrapping transactional database requests.
|
| TransactionStrategyHelper |
Helper which provides utility methods for any
TransactionStrategy. |
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.