| Interface | Description | 
|---|---|
| TransactionManagerAware | @author Graeme Rocher | 
| Class | Description | 
|---|---|
| GrailsTransactionTemplate | Template class that simplifies programmatic transaction demarcation and transaction exception handling. | 
| Annotation Type | Description | 
|---|---|
| NotTransactional | Marks a specific method to be skipped by the @Transactional annotation added at class level | 
| Rollback | A transforms that applies a transaction that always rolls back. | 
| Transactional | Describes transaction attributes on a method or class. |