Class |
Description |
AbstractEventTriggeringInterceptor
|
|
AbstractHibernateDatastore
|
Datastore implementation that uses a Hibernate SessionFactory underneath. |
AbstractHibernateGormInstanceApi
|
Abstract extension of the GormInstanceApi class that provides common logic shared by Hibernate 3 and Hibernate 4 |
AbstractHibernateGormStaticApi
|
Abstract implementation of the Hibernate static API for GORM, providing String-based method implementations |
AbstractHibernateGormValidationApi
|
|
AbstractHibernateSession
|
Session implementation that wraps a Hibernate org.hibernate.Session. |
ConfigurableLocalSessionFactoryBean
|
A SessionFactory bean that allows the configuration class to
be changed and customise for usage within Grails. |
EventListenerIntegrator
|
|
EventTriggeringInterceptor
|
|
GrailsHibernateTemplate
|
|
GrailsHibernateTemplate.CloseSuppressingInvocationHandler
|
Invocation handler that suppresses close calls on Hibernate Sessions.
|
GrailsHibernateTransactionManager
|
Extends the standard class to always set the flush mode to manual when in a read-only transaction. |
GrailsSessionContext
|
Based on org.springframework.orm.hibernate4.SpringSessionContext. |
HibernateDatastore
|
Datastore implementation that uses a Hibernate SessionFactory underneath. |
HibernateEventListeners
|
|
HibernateGormEnhancer
|
Extended GORM Enhancer that fills out the remaining GORM for Hibernate methods
and implements string-based query support via HQL. |
HibernateGormInstanceApi
|
The implementation of the GORM instance API contract for Hibernate. |
HibernateGormStaticApi
|
The implementation of the GORM static method contract for Hibernate |
HibernateGormValidationApi
|
|
HibernateMappingContextSessionFactoryBean
|
Configures a SessionFactory using a HibernateMappingContext and a HibernateMappingContextConfiguration |
HibernateSession
|
Session implementation that wraps a Hibernate org.hibernate.Session. |
InstanceApiHelper
|
Workaround for VerifyErrors in Groovy when using a HibernateCallback. |
SessionFactoryHolder
|
Holds a reference to the SessionFactory, used to allow proxying of the
session factory in development mode. |
SessionFactoryProxy
|
|