Class |
Description |
AbstractGrailsDomainBinder
|
Handles the binding Grails domain classes and properties to the Hibernate runtime meta model.
|
CacheConfig
|
Defines the cache configuration. |
ColumnConfig
|
Defines a column within the mapping. |
CompositeIdentity
|
Represents a composite identity, equivalent to Hibernate mapping. |
DiscriminatorConfig
|
Configurations the discriminator |
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 |
HibernateMappingBuilder
|
Implements the ORM mapping DSL constructing a model that can be evaluated by the
GrailsDomainBinder class which maps GORM classes onto the database. |
HibernateMappingBuilder.1
|
|
HibernateMappingContext
|
A Mapping context for Hibernate |
HibernateMappingContextConfiguration
|
A Configuration that uses a MappingContext to configure Hibernate |
HibernatePersistentEntity
|
Persistent entity implementation for Hibernate |
Identity
|
Defines the identity generation strategy. |
IdentityEnumType
|
Hibernate Usertype that enum values by their ID. |
InstanceProxy
|
|
JoinTable
|
Represents a Join table in Grails mapping. |
Mapping
|
Models the mapping from GORM classes to the db. |
NaturalId
|
- Authors:
- Graeme Rocher
|
PropertyConfig
|
Custom mapping for a single domain property. |
PropertyDefinitionDelegate
|
Builder delegate that handles multiple-column definitions for a
single domain property, e.g.
|
SortConfig
|
Configures sorting |
Table
|
Represents a table definition in GORM. |