All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AbstractClosureEventTriggeringInterceptor Abstract class for defining the event triggering interceptorAbstractGrailsDomainBinder Handles the binding Grails domain classes and properties to the Hibernate runtime meta model.AbstractHibernateConnectionSourceFactory Constructs a HibernateSessionFactoryAbstractHibernateCriteriaBuilder Abstract super class for sharing code between Hibernate 3 and 4 implementations of HibernateCriteriaBuilderAbstractHibernateCriterionAdapter Adapts Grails datastore API to Hibernate APIAbstractHibernateCriterionAdapter.CriterionAdaptor<T extends org.grails.datastore.mapping.query.Query.Criterion> AbstractHibernateDatastore Datastore implementation that uses a Hibernate SessionFactory underneath.AbstractHibernateDatastore.FlushMode We use a separate enum here because the classes differ between Hibernate 3 and 4AbstractHibernateEventListener Invokes closure events on domain entities such as beforeInsert, beforeUpdate and beforeDelete.AbstractHibernateQuery Bridges the Query API with the Hibernate Criteria APIAbstractHibernateSession Session implementation that wraps a HibernateSession.ClosureEventListener Invokes closure events on domain entities such as beforeInsert, beforeUpdate and beforeDelete.ClosureEventTriggeringInterceptor Listens for Hibernate events and publishes corresponding Datastore events.CouldNotDetermineHibernateDialectException Thrown when no Hibernate dialect could be found for a database name.EventListenerIntegrator GrailsDomainBinder Handles the binding Grails domain classes and properties to the Hibernate runtime meta model.GrailsHibernateConfigurationException Thrown when configuration Hibernate for GORM features.GrailsHibernateException Base exception class for errors related to Hibernate configuration in Grails.GrailsHibernateQueryUtils Utility methods for configuring Hibernate queriesGrailsHibernateTemplate GrailsHibernateTemplate.HibernateCallback<T> GrailsHibernateUtil Utility methods for configuring Hibernate inside Grails.GrailsIdentifierGeneratorFactory Hibernate IdentifierGeneratorFactory that prefers sequence-identity generator over sequence generatorGrailsQueryException Base exception class for errors related to Domain class queries in Grails.GrailsSessionContext Based on org.springframework.orm.hibernate4.SpringSessionContext.HibernateConnectionSource Implements theConnectionSourceinterface for HibernateHibernateConnectionSourceFactory ConstructsSessionFactoryinstances from aHibernateMappingContextHibernateCriteriaBuilder Wraps the Hibernate Criteria API in a builder.HibernateCriterionAdapter HibernateDatastore Datastore implementation that uses a Hibernate SessionFactory underneath.HibernateDialectDetectorFactoryBean HibernateEventListener Invokes closure events on domain entities such as beforeInsert, beforeUpdate and beforeDelete.HibernateEventListeners HibernateHqlQuery A query implementation for HQL queriesHibernateJtaTransactionManagerAdapter Adapter for adding transaction controlling hooks for supporting Hibernate's org.hibernate.engine.transaction.Isolater class's interaction with transactions This is required when there is no real JTA transaction manager in use and Spring'sTransactionAwareDataSourceProxyis used.HibernateMappingContext A Mapping context for HibernateHibernateMappingContextConfiguration A Configuration that uses a MappingContext to configure HibernateHibernateMappingContextSessionFactoryBean Configures a SessionFactory using aHibernateMappingContextand aHibernateMappingContextConfigurationHibernatePersistentEntity Persistent entity implementation for HibernateHibernateProjectionAdapter Adapts Grails datastore API to Hibernate projections.HibernateProxyHandler Implementation of the ProxyHandler interface for Hibernate using org.hibernate.Hibernate and HibernateProxyHelper where possible.HibernateQuery Bridges the Query API with the Hibernate Criteria APIHibernateQueryConstants Constants used for query arguments etc.HibernateSession Session implementation that wraps a HibernateSession.HibernateVersionSupport Methods to deal with the differences in different Hibernate versionsIdentityEnumType Hibernate Usertype that enum values by their ID.IHibernateTemplate Template interface that can be used with both Hibernate 3 and Hibernate 4InstanceApiHelper Workaround for VerifyErrors in Groovy when using a HibernateCallback.ManagedEntity MultipleDataSourceSupport Support methods for Multiple data source handlingMultiTenantEventListener An event listener that hooks into persistence events to enable discriminator based multi tenancy (ieMultiTenancySettings.MultiTenancyMode.DISCRIMINATORPagedResultList Deprecated. UsePagedResultListinstead.PagedResultList PersistentEntityNamingStrategy Allows plugging into to custom naming strategiesPlatformTransactionManagerProxy A proxy for thePlatformTransactionManagerinstanceRlikeExpression Adds support for rlike to Hibernate in supported dialects.SessionFactoryHolder Holds a reference to the SessionFactory, used to allow proxying of the session factory in development mode.Settings Settings for HibernateSimpleHibernateProxyHandler Deprecated. SoftKey<T> SoftReference key to be used with ConcurrentHashMap.TraitPropertyAccessStrategy Support reading and writing trait fields with Hibernate 5+