| Class | Description |
|---|---|
| AbstractClosureEventTriggeringInterceptor | Abstract class for defining the event triggering interceptor |
| ClosureEventListener | |
| ClosureEventTriggeringInterceptor | Listens for Hibernate events and publishes corresponding Datastore events. |
| DataSourceFactoryBean | A factory class to retrieve a javax.sql.DataSource from the Hibernate datastore |
| HibernateDatastoreConnectionSourcesRegistrar | A factory bean that looks up a datastore by connection name |
| HibernateDatastoreFactoryBean | Helper for constructing the datastore |
| HibernateDialectDetectorFactoryBean | @author Steven Devijver |
| HibernateMappingContextFactoryBean | Builds a HibernateMappingContext |
| HibernateRuntimeUtils | Utility methods used at runtime by the GORM for Hibernate implementation |
| HibernateVersionSupport | Methods to deal with the differences in different Hibernate versions |
| SoftKey | SoftReference key to be used with ConcurrentHashMap. |
| SpringLobHandlerDetectorFactoryBean | Attempts to auto-detect the LobHandler to use from the db meta data. |