| Class | Description |
|---|---|
| ConfigurableLocalSessionFactoryBean |
A SessionFactory bean that allows the configuration class to
be changed and customise for usage within Grails.
|
| EventTriggeringInterceptor |
Invokes closure events on domain entities such as beforeInsert, beforeUpdate and beforeDelete.
|
| GrailsHibernateDomainClass |
An implementation of the GrailsDomainClass interface that allows Classes
mapped in Hibernate to integrate with Grails' validation, dynamic methods
etc.
|
| GrailsHibernateDomainClassProperty |
An implementation of the GrailsDomainClassProperty interface that allows Classes mapped in
Hibernate to integrate with Grails' validation, dynamic methods etc.
|
| GrailsHibernateTemplate | |
| HibernateDatastore |
Datastore implementation that uses a Hibernate SessionFactory underneath.
|
| HibernateEventListeners | |
| HibernateSession |
Session implementation that wraps a Hibernate
Session. |
| SessionFactoryHolder |
Holds a reference to the SessionFactory, used to allow proxying of the
session factory in development mode.
|
| SessionFactoryProxy |
Proxies the SessionFactory allowing for the underlying SessionFactory instance to be replaced at runtime.
|