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. |