Groovy Documentation

Package grails.transaction

 

Annotation Type Summary
NotTransactional Marks a specific method to be skipped by the @Transactional annotation added at class level
Transactional Describes transaction attributes on a method or class.
 


Groovy Documentation