public class GrailsTransactionAttribute
extends org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
PREFIX_COMMIT_RULE, PREFIX_ROLLBACK_RULEPREFIX_ISOLATION, PREFIX_PROPAGATION, PREFIX_TIMEOUT, READ_ONLY_MARKERISOLATION_DEFAULT, ISOLATION_READ_COMMITTED, ISOLATION_READ_UNCOMMITTED, ISOLATION_REPEATABLE_READ, ISOLATION_SERIALIZABLE, PROPAGATION_MANDATORY, PROPAGATION_NESTED, PROPAGATION_NEVER, PROPAGATION_NOT_SUPPORTED, PROPAGATION_REQUIRED, PROPAGATION_REQUIRES_NEW, PROPAGATION_SUPPORTS, TIMEOUT_DEFAULT| Constructor and Description |
|---|
GrailsTransactionAttribute() |
GrailsTransactionAttribute(GrailsTransactionAttribute other) |
GrailsTransactionAttribute(int propagationBehavior,
java.util.List<org.springframework.transaction.interceptor.RollbackRuleAttribute> rollbackRules) |
GrailsTransactionAttribute(org.springframework.transaction.interceptor.RuleBasedTransactionAttribute other) |
GrailsTransactionAttribute(org.springframework.transaction.interceptor.TransactionAttribute other) |
GrailsTransactionAttribute(org.springframework.transaction.TransactionDefinition other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInheritRollbackOnly() |
void |
setInheritRollbackOnly(boolean inheritRollbackOnly) |
getRollbackRules, rollbackOn, setRollbackRules, toStringgetAttributeDescription, getQualifier, setQualifierequals, getDefinitionDescription, getIsolationLevel, getName, getPropagationBehavior, getTimeout, hashCode, isReadOnly, setIsolationLevel, setIsolationLevelName, setName, setPropagationBehavior, setPropagationBehaviorName, setReadOnly, setTimeoutpublic GrailsTransactionAttribute()
public GrailsTransactionAttribute(int propagationBehavior,
java.util.List<org.springframework.transaction.interceptor.RollbackRuleAttribute> rollbackRules)
public GrailsTransactionAttribute(org.springframework.transaction.interceptor.TransactionAttribute other)
public GrailsTransactionAttribute(org.springframework.transaction.TransactionDefinition other)
public GrailsTransactionAttribute(GrailsTransactionAttribute other)
public GrailsTransactionAttribute(org.springframework.transaction.interceptor.RuleBasedTransactionAttribute other)