| Class | Description |
|---|---|
| ClassBinder | Binds a Grails domain class to the Hibernate persistent class model. |
| ClassPropertiesBinder | Binds the properties of a Grails domain class to the Hibernate meta-model. |
| CollectionBinder | Handles the binding of collections to the Hibernate runtime meta model. |
| CollectionForPropertyConfigBinder | Binds collection-level lazy and extra-lazy settings from the property config. |
| ColumnBinder | Binds a org.hibernate.mapping.Column to the Hibernate meta-model from Grails property and column config. |
| ColumnConfigToColumnBinder | Applies ColumnConfig settings to a Hibernate org.hibernate.mapping.Column. |
| ComponentBinder | Binds embedded components and embedded collection elements to the Hibernate meta-model. |
| ComponentUpdater | |
| CompositeIdBinder | |
| CompositeIdentifierToManyToOneBinder | |
| ConfiguredDiscriminatorBinder | |
| DefaultDiscriminatorBinder | |
| DiscriminatorPropertyBinder | |
| EnumTypeBinder | |
| ForeignKeyOneToOneBinder | Binds a HibernateOneToOneProperty whose foreign key resides on this side as a Hibernate ManyToOne value, and applies unique-key constraints as needed. |
| GrailsDomainBinder | Handles the binding Grails domain classes and properties to the Hibernate runtime meta model. |
| GrailsPropertyBinder | |
| IdentityBinder | |
| IndexBinder | |
| JoinedSubClassBinder | Binds a joined sub-class mapping using table-per-subclass |
| ManyToOneBinder | |
| ManyToOneValuesBinder | |
| NaturalIdentifierBinder | |
| NumericColumnConstraintsBinder | |
| OneToOneBinder | |
| PropertyBinder | |
| RootBinder | Binder for root classes. |
| RootPersistentClassCommonValuesBinder | |
| SimpleIdBinder | The simple id binder class. |
| SimpleValueBinder | |
| SimpleValueColumnBinder | |
| SingleTableSubclassBinder | Binds a sub-class using table-per-hierarchy inheritance mapping |
| StringColumnConstraintsBinder | |
| SubClassBinder | Binder for subclasses. |
| SubclassMappingBinder | |
| UnionSubclassBinder | Binds a union sub-class mapping using table-per-concrete-class |
| VersionBinder |