Interface | Description |
---|---|
TransactionService | A GORM service that simplifies the execution of transactions |
Class | Description |
---|---|
GrailsTransactionAttribute | Used to configure a GrailsTransactionTemplate |
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 |
ReadOnly | Define a read-only transaction |
Rollback | A transforms that applies a transaction that always rolls back. |
Transactional | Describes transaction attributes on a method or class. |