| Class | Description |
|---|---|
| DefaultGrailsDomainConfiguration |
Creates runtime configuration mapping for the Grails domain classes
based on the work done in the Hibernate Annotations project
|
| 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.
|
| GrailsIdentifierGeneratorFactory |
Hibernate IdentifierGeneratorFactory that prefers sequence-identity generator over sequence generator
|
| IdentityEnumType |
Hibernate Usertype that enum values by their ID.
|