@groovy.transform.CompileStatic @groovy.transform.InheritConstructors @groovy.util.logging.Slf4j class GrailsTransactionAttribute extends RuleBasedTransactionAttribute
Used to configure a GrailsTransactionTemplate
Type | Name and description |
---|---|
boolean |
inheritRollbackOnly |
Constructor and description |
---|
GrailsTransactionAttribute(TransactionAttribute other) |
GrailsTransactionAttribute(TransactionDefinition other) |
GrailsTransactionAttribute(GrailsTransactionAttribute other) |
GrailsTransactionAttribute(RuleBasedTransactionAttribute other) |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
isInheritRollbackOnly() |
|
boolean |
rollbackOn(java.lang.Throwable ex) |
|
void |
setInheritRollbackOnly(boolean inheritRollbackOnly) |
Groovy Documentation