| Class | Description |
|---|---|
| BeanDelta | |
| BeanDeltaList | |
| BeanDeltaMap | |
| BeanDeltaProperty | |
| BeanPathUpdate | |
| BeanPathUpdateIds | |
| BeanPersistIdMap |
Organises the individual bean persist requests by type.
|
| BeanPersistIds |
Wraps the information representing a Inserted Updated or Deleted Bean.
|
| BulkEventListenerMap | |
| DefaultPersistenceContext |
Default implementation of PersistenceContext.
|
| DefaultTransactionScopeManager |
Manages the transaction scoping using a Ebean thread local.
|
| DefaultTransactionThreadLocal |
Used by EbeanMgr to store its Transactions in a ThreadLocal.
|
| DeleteByIdMap |
Beans deleted by Id used for updating L2 Cache.
|
| ExternalJdbcTransaction |
Transaction based on a java.sql.Connection supplied by an external
transaction manager such as Spring.
|
| ExternalTransactionScopeManager |
A TransactionScopeManager aware of external transaction managers.
|
| IndexEvent | |
| IndexInvalidate | |
| JdbcTransaction |
JDBC Connection based transaction.
|
| JtaTransaction |
Jta based transaction.
|
| JtaTransactionManager |
Hook into external JTA transaction manager.
|
| PostCommitProcessing |
Performs post commit processing using a background thread.
|
| RemoteTransactionEvent | |
| TransactionManager |
Manages transactions.
|
| TransactionMap |
Current transactions mapped by server name.
|
| TransactionMap.State |
The transaction and whether it is active.
|
| TransactionScopeManager |
Manages the Transactions typically held in a ThreadLocal.
|
| Enum | Description |
|---|---|
| TransactionManager.OnQueryOnly |
The behaviour desired when ending a query only transaction.
|
Implementation of the transaction functions.
Copyright © 2014. All Rights Reserved.