Specification for Hibernate tests
| Type | Name and description | 
|---|---|
org.grails.orm.hibernate.HibernateDatastore  | 
                            hibernateDatastore | 
                        
org.springframework.transaction.PlatformTransactionManager  | 
                            transactionManager | 
                        
org.springframework.transaction.TransactionStatus  | 
                            transactionStatusThe transaction status  | 
                        
| Type | Name and description | 
|---|---|
void | 
                            cleanup() | 
                        
java.util.Map | 
                            getConfiguration()@return The configuration  | 
                        
java.util.List<java.lang.Class> | 
                            getDomainClasses()@return The domain classes  | 
                        
boolean | 
                            isRollback()Whether to rollback on each test (defaults to true)  | 
                        
void | 
                            setup() | 
                        
void | 
                            setupSpec() |