Package org.grails.transaction
-
Class Summary Class Description ChainedTransactionManager PlatformTransactionManagerimplementation that orchestrates transaction creation, commits and rollbacks to a list of delegates.ChainedTransactionManagerPostProcessor ABeanDefinitionRegistryPostProcessorfor using the "Best Effort 1 Phase Commit" (BE1PC) in Grails applications when there are multiple data sources.GrailsTransactionAttribute Extended version ofRuleBasedTransactionAttributethat ensures all exception types are rolled back and allows inheritance of setRollbackOnlyGroovyAwareNamedTransactionAttributeSource TransactionManagerPostProcessor Injects the platform transaction manager into beans that implementTransactionManagerAware.