| Class |
Description |
|
GrailsJpaMappingConfigurationStrategy
|
A JpaMappingConfigurationStrategy for Grails/Hibernate that excludes
Spring Errors from being treated as custom types. |
|
HibernateBasicProperty
|
Hibernate implementation of Basic |
|
HibernateClassMapping
|
A ClassMapping implementation for Hibernate |
|
HibernateCompositeIdentityProperty
|
Hibernate persistent property representing a composite (multi-field) identity |
|
HibernateCustomEnumProperty
|
Hibernate custom property whose Java type is an enum backed by a registered CustomTypeMarshaller. |
|
HibernateCustomProperty
|
Hibernate implementation of Custom |
|
HibernateEmbeddedClassMapping
|
A ClassMapping implementation for embedded entities in
Hibernate |
|
HibernateEmbeddedCollectionProperty
|
Hibernate implementation of EmbeddedCollection |
|
HibernateEmbeddedPersistentEntity
|
|
|
HibernateEmbeddedProperty
|
Hibernate implementation of Embedded |
|
HibernateIdentityMapping
|
IdentityMapping implementation for Hibernate that resolves identifier names from HibernateSimpleIdentity and HibernateCompositeIdentity mapped forms. |
|
HibernateIdentityProperty
|
Hibernate implementation of Identity |
|
HibernateManyToManyProperty
|
Hibernate implementation of ManyToMany |
|
HibernateManyToOneProperty
|
Hibernate implementation of ManyToOne |
|
HibernateMappingBuilder
|
Implements the ORM mapping DSL constructing a model that can be evaluated by the
GrailsDomainBinder class which maps GORM classes onto the database. |
|
HibernateMappingFactory
|
The AbstractGormMappingFactory implementation for Hibernate, responsible for
creating all Hibernate-specific persistent property and identity mapping instances. |
|
HibernateOneToManyProperty
|
Hibernate implementation of OneToMany |
|
HibernateOneToOneProperty
|
Hibernate implementation of OneToOne |
|
HibernatePersistentEntity
|
Persistent entity implementation for Hibernate |
|
HibernateSimpleEnumProperty
|
Hibernate simple property whose Java type is an enum (no custom type marshaller). |
|
HibernateSimpleIdentityProperty
|
Hibernate persistent property representing a single-field identity |
|
HibernateSimpleProperty
|
Hibernate implementation of Simple |
|
HibernateTenantIdProperty
|
Hibernate implementation of TenantId |
|
HibernateVersionProperty
|
Specialisation of HibernateSimpleProperty used for the optimistic-locking
version property. |