Package org.codehaus.groovy.grails.orm.hibernate.cfg

Interface Summary
GrailsDomainConfiguration  
 

Class Summary
DefaultGrailsDomainConfiguration Creates runtime configuration mapping for the Grails domain classes based on the work done in the Hibernate Annotations project
GORMNamespaceHandler A Spring namespace handler for the namespace tags
GORMSessionFactoryDefinitionParser A BeanDefinitionParser that will scan for GORM entities to configure and automatically setup an appropriate Hibernate SessionFactory for usage with GORM.
GrailsAnnotationConfiguration Allows configuring Grails' hibernate support to work in conjuntion with Hibernate's annotation support.
GrailsDomainBinder Handles the binding Grails domain classes and properties to the Hibernate runtime meta model.
GrailsDomainBinder.CollectionType A Collection type, for the moment only Set is supported
GrailsDomainBinder.GrailsCollectionSecondPass Second pass class for grails relationships.
GrailsDomainBinder.ListSecondPass  
GrailsDomainBinder.MapSecondPass  
GrailsHibernateUtil Utility methods for configuring Hibernate inside Grails.
IdentityEnumType Hibernate Usertype that enum values by their ID.