Groovy Documentation

Package org.codehaus.groovy.grails.transaction.transform

 

Class Summary
TransactionalTransform This AST transform reads the Transactional annotation and transforms method calls by wrapping the body of the method in an execution of org.springframework.transaction.support.TransactionTemplate#execute(org.springframework.transaction.support.TransactionCallback).
 


Groovy Documentation