| Interface | Description |
|---|---|
| GrailsDomainConfiguration |
| Class | Description |
|---|---|
| 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
|
| 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.
|
| GrailsHibernateUtil |
Utility methods for configuring Hibernate inside Grails.
|
| IdentityEnumType |
Hibernate Usertype that enum values by their ID.
|