| Interface | Description | 
|---|---|
| Transaction | 
 Interface of an object that represents a started transaction that can be committed or rolled back. 
 | 
| TransactionManager | 
 Interface towards a mechanism that manages transactions
 
 Typically, this will involve opening database transactions or connecting to external systems. 
 | 
| Enum | Description | 
|---|---|
| NoTransactionManager | 
 TransactionManager implementation that does nothing. 
 | 
Copyright © 2010–2018. All rights reserved.