- FindAllByBooleanPropertyPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
-
The "findAllBy*" static persistent method.
- FindAllByBooleanPropertyPersistentMethod(HibernateDatastore, GrailsApplication, SessionFactory, ClassLoader) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.metaclass.FindAllByBooleanPropertyPersistentMethod
-
- FindAllByPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
-
The "findBy*" static persistent method.
- FindAllByPersistentMethod(HibernateDatastore, GrailsApplication, SessionFactory, ClassLoader) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.metaclass.FindAllByPersistentMethod
-
Constructor.
- FindAllPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
-
The "findAll" persistent static method allows searching for instances using
either an example instance or an HQL query.
- FindAllPersistentMethod(SessionFactory, ClassLoader, GrailsApplication, ConversionService, int) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.metaclass.FindAllPersistentMethod
-
- FindByBooleanPropertyPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
-
The "findBy*" static persistent method.
- FindByBooleanPropertyPersistentMethod(HibernateDatastore, GrailsApplication, SessionFactory, ClassLoader) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.metaclass.FindByBooleanPropertyPersistentMethod
-
- FindByPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
-
The "findBy*" static persistent method.
- FindByPersistentMethod(HibernateDatastore, GrailsApplication, SessionFactory, ClassLoader) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.metaclass.FindByPersistentMethod
-
Constructor.
- findEventListener(Object) - Method in class org.codehaus.groovy.grails.orm.hibernate.EventTriggeringInterceptor
-
- FindOrCreateByPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
-
- FindOrCreateByPersistentMethod(HibernateDatastore, GrailsApplication, SessionFactory, ClassLoader) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.metaclass.FindOrCreateByPersistentMethod
-
- FindOrCreateByPersistentMethod(HibernateDatastore, GrailsApplication, SessionFactory, ClassLoader, String) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.metaclass.FindOrCreateByPersistentMethod
-
- FindOrSaveByPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
-
- FindOrSaveByPersistentMethod(HibernateDatastore, GrailsApplication, SessionFactory, ClassLoader) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.metaclass.FindOrSaveByPersistentMethod
-
Constructor.
- FindPersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
-
The "find" persistent static method allows searching for instances using
either an example instance or an HQL query.
- FindPersistentMethod(SessionFactory, ClassLoader, GrailsApplication, ConversionService, int) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.metaclass.FindPersistentMethod
-
- firstExpressionIsRequiredBoolean() - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractFindByPersistentMethod
-
Indicates if the first expression in the query is a required boolean property and as such should
be ANDed to the other expressions, not ORed.
- firstExpressionIsRequiredBoolean() - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.FindAllByBooleanPropertyPersistentMethod
-
- firstExpressionIsRequiredBoolean() - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.FindAllByPersistentMethod
-
Indicates if the first expression in the query is a required boolean property and as such should
be ANDed to the other expressions, not ORed.
- firstExpressionIsRequiredBoolean() - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.FindByBooleanPropertyPersistentMethod
-
- FLOAT - Static variable in class grails.orm.HibernateCriteriaBuilder
-
- flush(Object) - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- flush() - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- flush() - Method in class org.codehaus.groovy.grails.orm.hibernate.support.HibernatePersistenceContextInterceptor
-
- FLUSH_ALWAYS - Static variable in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
Flushing before every query statement is rarely necessary.
- FLUSH_AUTO - Static variable in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
Automatic flushing is the default mode for a Hibernate Session.
- FLUSH_COMMIT - Static variable in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
Flushing at commit only is intended for units of work where no
intermediate flushing is desired, not even for find operations
that might involve already modified instances.
- FLUSH_EAGER - Static variable in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
Eager flushing leads to immediate synchronization with the database,
even if in a transaction.
- FLUSH_NEVER - Static variable in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
Never flush is a good strategy for read-only units of work.
- flushIfNecessary(Session, boolean) - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- flushMode - Variable in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- flushMode - Variable in class org.codehaus.groovy.grails.orm.hibernate.support.GrailsOpenSessionInViewInterceptor
-
- FlushOnRedirectEventListener - Class in org.codehaus.groovy.grails.orm.hibernate.support
-
Flushes the session on a redirect.
- FlushOnRedirectEventListener(SessionFactory) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.support.FlushOnRedirectEventListener
-
- flushSession(Session) - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.SavePersistentMethod
-
- get(Class<T>, Serializable) - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- get(Class<T>, Serializable, LockMode) - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- getAllClassMetadata() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getAllCollectionMetadata() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getAllSecondLevelCacheRegions() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getAnnotatedClasses() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getAnnotatedPackages() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getArguments() - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractClausedStaticPersistentMethod.GrailsMethodExpression
-
- getAssociatedDomainClassFromApplication(Object) - Method in class org.codehaus.groovy.grails.orm.hibernate.validation.HibernateDomainClassValidator
-
- getAssociationProxy(Object, String) - Static method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsHibernateUtil
-
Returns the proxy for a given association or null if it is not proxied
- getAssociationProxy(Object, String) - Method in class org.codehaus.groovy.grails.orm.hibernate.proxy.HibernateProxyHandler
-
- getAssumedUnsaved() - Method in class org.codehaus.groovy.grails.orm.hibernate.support.ClosureEventTriggeringInterceptor
-
Prevents hitting the database for an extra check if the row exists in the database.
- getBidiEnumMap(Class<? extends Enum<?>>) - Static method in class org.codehaus.groovy.grails.orm.hibernate.cfg.IdentityEnumType
-
- getCache() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getCacheableMappingLocations() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getCauseMessage(HibernateException) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getClassForAssociationType(AssociationType) - Method in class grails.orm.HibernateCriteriaBuilder
-
- getClassMetadata(Class) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getClassMetadata(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getCollectionMetadata(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getCollectionPersister(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getCollectionPersisters() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getCollectionRolesByEntityParticipant(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getConfigClass() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getConfigLocations() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getConfiguration() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Return the Hibernate Configuration object used to build the SessionFactory.
- getConnectionProvider() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getContentBufferingResponse(HttpServletResponse) - Method in class org.codehaus.groovy.grails.orm.hibernate.support.GrailsOpenSessionInViewInterceptor
-
- getCriteria(HibernateDatastore, GrailsApplication, Session, DetachedCriteria, Closure, Class<?>) - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractStaticPersistentMethod
-
- getCriterion() - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractClausedStaticPersistentMethod.GrailsMethodExpression
-
- getCurrentSession() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getCurrentSessionContextClass() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getCurrentSessionFactory() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getCurrentSessionFactoryImplementor() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getCurrentTenantIdentifierResolver() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getCustomEntityDirtinessStrategy() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getDataSource() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getDataSourceName() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getDatasourceNames(GrailsDomainClass) - Static method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsHibernateUtil
-
- getDatasourceNames(GrailsDomainClass) - Method in class org.codehaus.groovy.grails.orm.hibernate.EventTriggeringInterceptor
-
- getDefaultDataSource(GrailsDomainClass) - Static method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsHibernateUtil
-
If a domain class uses more than one datasource, we need to know which one to use
when calling a method without a namespace qualifier.
- getDefaultFlushMode() - Method in class org.codehaus.groovy.grails.orm.hibernate.HibernateDatastore
-
- getDefaultReleaseMode() - Method in class org.codehaus.groovy.grails.orm.hibernate.transaction.GrailsJdbcTransactionFactory
-
- getDefinedFilterNames() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getDialect(SessionFactory) - Method in class org.codehaus.groovy.grails.orm.hibernate.query.HibernateQuery
-
- getDialect() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getEntityInterceptor() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getEntityNotFoundDelegate() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getEntityPersister(String, SessionFactory) - Method in class org.codehaus.groovy.grails.orm.hibernate.query.HibernateQuery
-
- getEntityPersister(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getEntityPersisters() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getEventListeners() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getFetchMode(Object) - Static method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsHibernateUtil
-
Retrieves the fetch mode for the specified instance; otherwise returns the default FetchMode.
- getFetchProfile(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getFilterDefinition(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getFlushMode() - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
Return if a flush should be forced after executing the callback code.
- getFlushMode() - Method in class org.codehaus.groovy.grails.orm.hibernate.HibernateSession
-
- getFlushMode() - Method in class org.codehaus.groovy.grails.orm.hibernate.support.GrailsOpenSessionInViewInterceptor
-
- getGrailsApplication() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getGrailsApplication() - Method in class org.codehaus.groovy.grails.orm.hibernate.HibernateDatastore
-
- getGroovyAwareJoinedSubclassEntityPersisterClass() - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsDomainBinder
-
- getGroovyAwareSingleTableEntityPersisterClass() - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsDomainBinder
-
- getHibernateDetachedCriteria(AbstractHibernateQuery, QueryableCriteria<?>) - Static method in class grails.orm.HibernateCriteriaBuilder
-
- getHibernateEventListeners() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getHibernateProperties() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Return the Hibernate properties, if any.
- getHibernateTemplate() - Method in class org.codehaus.groovy.grails.orm.hibernate.HibernateSession
-
- getHibernateTemplate() - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractDynamicPersistentMethod
-
- getHibernateTemplate() - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractStaticPersistentMethod
-
- getHibernateTemplate() - Method in class org.codehaus.groovy.grails.orm.hibernate.validation.AbstractPersistentConstraint
-
- getHibernateTemplate() - Method in interface org.codehaus.groovy.grails.orm.hibernate.validation.PersistentConstraint
-
Obtains the HibernateTemplate.
- getIdentifierGenerator(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getIdentifierGeneratorClass(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsIdentifierGeneratorFactory
-
- getIdentifierGeneratorFactory() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
Deprecated.
- getIdentifierPropertyName(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getIdentifierType(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getImplementors(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getImportedClassName(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getInterceptor() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getIterableAsCollection(Iterable) - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- getJdbcServices() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getJtaTransactionManager(Session) - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsSessionContext
-
- getMappingDirectoryLocations() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getMappingJarLocations() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getMappingLocations() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getMappingResources() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getName() - Method in class org.codehaus.groovy.grails.orm.hibernate.validation.UniqueConstraint
-
- getNamedQuery(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getNamedQueryRepository() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getNamedSQLQuery(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getNamingStrategy() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getNaturalIdCacheRegion(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getObject() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getObject() - Method in class org.codehaus.groovy.grails.orm.hibernate.support.HibernateDialectDetectorFactoryBean
-
- getObjectIdentifier(Object) - Method in class org.codehaus.groovy.grails.orm.hibernate.HibernateSession
-
- getObjectType() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getObjectType() - Method in class org.codehaus.groovy.grails.orm.hibernate.support.HibernateDialectDetectorFactoryBean
-
- getPackagesToScan() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getProperties() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getProperty(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getPropertyName() - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractClausedStaticPersistentMethod.GrailsMethodExpression
-
- getProxiedClass(Object) - Method in class org.codehaus.groovy.grails.orm.hibernate.proxy.HibernateProxyHandler
-
- getProxy(String, Class<?>, Class<?>[], Method, Method, CompositeType, Serializable, SessionImplementor) - Static method in class org.codehaus.groovy.grails.orm.hibernate.proxy.GroovyAwareJavassistLazyInitializer
-
- getProxy(Class<?>, String, Class<?>, Class<?>[], Method, Method, CompositeType, Serializable, SessionImplementor) - Static method in class org.codehaus.groovy.grails.orm.hibernate.proxy.GroovyAwareJavassistLazyInitializer
-
- getProxy(Serializable, SessionImplementor) - Method in class org.codehaus.groovy.grails.orm.hibernate.proxy.GroovyAwareJavassistProxyFactory
-
- getProxyFactory(Class<?>, Class<?>[]) - Static method in class org.codehaus.groovy.grails.orm.hibernate.proxy.GroovyAwareJavassistLazyInitializer
-
- getProxyIdentifier(Object) - Method in class org.codehaus.groovy.grails.orm.hibernate.proxy.HibernateProxyHandler
-
- getQueryCache() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getQueryCache(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getQueryPlanCache() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getReference() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getReferencedPropertyType(String, String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getResult(Criteria) - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractFindByPersistentMethod
-
- getResult(Criteria, boolean) - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractFindByPersistentMethod
-
- getResultSetMapping(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getReturnAliases(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getReturnTypes(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getSecondLevelCacheRegion(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getServiceRegistry() - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsAnnotationConfiguration
-
- getServiceRegistry() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getSession() - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- getSessionFactory() - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- getSessionFactory() - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractDynamicPersistentMethod
-
- getSessionFactory() - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractStaticPersistentMethod
-
- getSessionFactory() - Method in class org.codehaus.groovy.grails.orm.hibernate.support.HibernatePersistenceContextInterceptor
-
- getSessionFactoryBeanName() - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- getSessionFactoryOptions() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getSettings() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getSQLExceptionConverter() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getSQLExceptionHelper() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getSqlFunctionRegistry() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getStatistics() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getStatisticsImplementor() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getTimestampProvider() - Method in class org.codehaus.groovy.grails.orm.hibernate.EventTriggeringInterceptor
-
- getTotalCount() - Method in class grails.orm.PagedResultList
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class grails.orm.RlikeExpression
-
- getTypeHelper() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getTypeResolver(SessionFactory) - Method in class org.codehaus.groovy.grails.orm.hibernate.query.HibernateQuery
-
- getTypeResolver() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getUniquenessGroup() - Method in class org.codehaus.groovy.grails.orm.hibernate.validation.UniqueConstraint
-
- getUpdateTimestampsCache() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- getWrappedObject() - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- grails.orm - package grails.orm
-
- GrailsAnnotationConfiguration - Class in org.codehaus.groovy.grails.orm.hibernate.cfg
-
Allows configuring Grails' hibernate support to work in conjuntion with Hibernate's annotation
support.
- GrailsAnnotationConfiguration() - Constructor for class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsAnnotationConfiguration
-
- grailsApplication - Variable in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- GrailsDomainBinder - Class in org.codehaus.groovy.grails.orm.hibernate.cfg
-
Handles the binding Grails domain classes and properties to the Hibernate runtime meta model.
- GrailsDomainBinder() - Constructor for class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsDomainBinder
-
- GrailsHibernateDomainClass - Class in org.codehaus.groovy.grails.orm.hibernate
-
An implementation of the GrailsDomainClass interface that allows Classes
mapped in Hibernate to integrate with Grails' validation, dynamic methods
etc.
- GrailsHibernateDomainClass(Class<?>, SessionFactory, String, GrailsApplication, ClassMetadata) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateDomainClass
-
Contructor to be used by all child classes to create a new instance
and get the name right.
- GrailsHibernateTemplate - Class in org.codehaus.groovy.grails.orm.hibernate
-
- GrailsHibernateTemplate() - Constructor for class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- GrailsHibernateTemplate(SessionFactory) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- GrailsHibernateTemplate(SessionFactory, GrailsApplication) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- GrailsHibernateTemplate(SessionFactory, GrailsApplication, int) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- GrailsHibernateTemplate.CloseSuppressingInvocationHandler - Class in org.codehaus.groovy.grails.orm.hibernate
-
Invocation handler that suppresses close calls on Hibernate Sessions.
- GrailsHibernateTemplate.CloseSuppressingInvocationHandler(Session) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate.CloseSuppressingInvocationHandler
-
- GrailsHibernateTemplate.HibernateCallback<T> - Interface in org.codehaus.groovy.grails.orm.hibernate
-
- GrailsHibernateUtil - Class in org.codehaus.groovy.grails.orm.hibernate.cfg
-
Utility methods for configuring Hibernate inside Grails.
- GrailsHibernateUtil() - Constructor for class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsHibernateUtil
-
- GrailsIdentifierGeneratorFactory - Class in org.codehaus.groovy.grails.orm.hibernate.cfg
-
Hibernate IdentifierGeneratorFactory that prefers sequence-identity generator over sequence generator
- GrailsIdentifierGeneratorFactory() - Constructor for class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsIdentifierGeneratorFactory
-
- GrailsJdbcTransactionFactory - Class in org.codehaus.groovy.grails.orm.hibernate.transaction
-
Hibernate4 TransactionFactory implementation for unwrapping TransactionAwareDataSourceProxy
when IsolationDelegate is used.
- GrailsJdbcTransactionFactory() - Constructor for class org.codehaus.groovy.grails.orm.hibernate.transaction.GrailsJdbcTransactionFactory
-
- GrailsJdbcTransactionFactory.GrailsJdbcIsolationDelegate - Class in org.codehaus.groovy.grails.orm.hibernate.transaction
-
- GrailsJdbcTransactionFactory.GrailsJdbcIsolationDelegate(TransactionCoordinator) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.transaction.GrailsJdbcTransactionFactory.GrailsJdbcIsolationDelegate
-
- GrailsJdbcTransactionFactory.GrailsJdbcTransaction - Class in org.codehaus.groovy.grails.orm.hibernate.transaction
-
- GrailsJdbcTransactionFactory.GrailsJdbcTransaction(TransactionCoordinator) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.transaction.GrailsJdbcTransactionFactory.GrailsJdbcTransaction
-
- GrailsOpenSessionInViewInterceptor - Class in org.codehaus.groovy.grails.orm.hibernate.support
-
Extends the default spring OSIVI and doesn't flush the session if it has been set
to MANUAL on the session itself.
- GrailsOpenSessionInViewInterceptor() - Constructor for class org.codehaus.groovy.grails.orm.hibernate.support.GrailsOpenSessionInViewInterceptor
-
- GrailsSessionContext - Class in org.codehaus.groovy.grails.orm.hibernate
-
Based on org.springframework.orm.hibernate4.SpringSessionContext.
- GrailsSessionContext(SessionFactoryImplementor) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.GrailsSessionContext
-
Constructor.
- GREATER_THAN - Static variable in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractClausedStaticPersistentMethod.GrailsMethodExpression
-
- GREATER_THAN_OR_EQUAL - Static variable in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractClausedStaticPersistentMethod.GrailsMethodExpression
-
- GroovyAwareJavassistLazyInitializer - Class in org.codehaus.groovy.grails.orm.hibernate.proxy
-
- GroovyAwareJavassistLazyInitializer(String, Class<?>, Class<?>[], Serializable, Method, Method, CompositeType, SessionImplementor, boolean) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.proxy.GroovyAwareJavassistLazyInitializer
-
- GroovyAwareJavassistProxyFactory - Class in org.codehaus.groovy.grails.orm.hibernate.proxy
-
Hibernate's default proxying mechanism proxies Groovy's getMetaClass() method.
- GroovyAwareJavassistProxyFactory() - Constructor for class org.codehaus.groovy.grails.orm.hibernate.proxy.GroovyAwareJavassistProxyFactory
-
- GroovyAwareJoinedSubclassEntityPersister - Class in org.codehaus.groovy.grails.orm.hibernate.persister.entity
-
A customized EntityPersister that creates proxies valid for use with Groovy.
- GroovyAwareJoinedSubclassEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.persister.entity.GroovyAwareJoinedSubclassEntityPersister
-
- GroovyAwareSingleTableEntityPersister - Class in org.codehaus.groovy.grails.orm.hibernate.persister.entity
-
A customized EntityPersister that creates proxies valid for use with Groovy.
- GroovyAwareSingleTableEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, SessionFactoryImplementor, Mapping) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.persister.entity.GroovyAwareSingleTableEntityPersister
-
- save(Object) - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- SavePersistentMethod - Class in org.codehaus.groovy.grails.orm.hibernate.metaclass
-
Follows the semantics of saveOrUpdate of scheduling the object for persistence when a flush occurs.
- SavePersistentMethod(SessionFactory, ClassLoader, GrailsApplication, HibernateDatastore) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.metaclass.SavePersistentMethod
-
- SavePersistentMethod(SessionFactory, ClassLoader, GrailsApplication, GrailsDomainClass, HibernateDatastore) - Constructor for class org.codehaus.groovy.grails.orm.hibernate.metaclass.SavePersistentMethod
-
- scanPackages(String...) - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsAnnotationConfiguration
-
Perform Spring-based scanning for entity classes, registering them
as annotated classes with this Configuration.
- secondPassCompile() - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.DefaultGrailsDomainConfiguration
-
Overrides the default behaviour to including binding of Grails domain classes.
- secondPassCompile() - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsAnnotationConfiguration
-
Overrides the default behaviour to including binding of Grails domain classes.
- SERIALIZABLE - Static variable in class grails.orm.HibernateCriteriaBuilder
-
- serializableProxy() - Method in class org.codehaus.groovy.grails.orm.hibernate.proxy.GroovyAwareJavassistLazyInitializer
-
- sessionFactory - Variable in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- sessionFactory - Variable in class org.codehaus.groovy.grails.orm.hibernate.GrailsSessionContext
-
- sessionFactory - Static variable in class org.codehaus.groovy.grails.orm.hibernate.validation.AbstractPersistentConstraint
-
- sessionFactoryBeanName - Variable in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- SessionFactoryProxy - Class in org.codehaus.groovy.grails.orm.hibernate
-
Proxies the SessionFactory allowing for the underlying SessionFactory instance to be replaced at runtime.
- SessionFactoryProxy() - Constructor for class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- setAnnotatedClasses(Class<?>[]) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Specify annotated entity classes to register with this Hibernate SessionFactory.
- setAnnotatedPackages(String[]) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Specify the names of annotated packages, for which package-level
annotation metadata will be read.
- setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsAnnotationConfiguration
-
- setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.orm.hibernate.HibernateDatastore
-
- setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
- setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.orm.hibernate.support.ClosureEventTriggeringInterceptor
-
- setApplicationContext(ApplicationContext) - Method in class org.codehaus.groovy.grails.orm.hibernate.validation.AbstractPersistentConstraint
-
- setApplyFlushModeOnlyToNonExistingTransactions(boolean) - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- setArguments(Object[]) - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractClausedStaticPersistentMethod.GrailsMethodExpression
-
- setBeanClassLoader(ClassLoader) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- setCacheableMappingLocations(Resource[]) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Set locations of cacheable Hibernate mapping files, for example as web app
resource "/WEB-INF/mapping/example.hbm.xml".
- setCacheQueries(boolean) - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- setConfigClass(Class<?>) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Sets the class to be used for Hibernate Configuration.
- setConfigLocation(Resource) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Set the location of a single Hibernate XML config file, for example as
classpath resource "classpath:hibernate.cfg.xml".
- setConfigLocations(Resource[]) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Set the locations of multiple Hibernate XML config files, for example as
classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
- setCurrentSessionContextClass(Class<?>) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Sets class to be used for the Hibernate CurrentSessionContext.
- setCurrentSessionContextClass(Class) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
The class to use for the current session context
- setDataSource(DataSource) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Set the DataSource to be used by the SessionFactory.
- setDataSource(DataSource) - Method in class org.codehaus.groovy.grails.orm.hibernate.support.HibernateDialectDetectorFactoryBean
-
- setDataSourceName(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.DefaultGrailsDomainConfiguration
-
- setDataSourceName(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsAnnotationConfiguration
-
- setDataSourceName(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- setDatastores(Map<SessionFactory, HibernateDatastore>) - Method in class org.codehaus.groovy.grails.orm.hibernate.support.ClosureEventTriggeringInterceptor
-
- setDetachedCriteriaValue(QueryableCriteria, Query.PropertyCriterion) - Method in class org.codehaus.groovy.grails.orm.hibernate.query.HibernateQuery
-
- setEntityInterceptor(Interceptor) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setErrorsOnInstance(Object, Errors) - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractSavePersistentMethod
-
Associates the Errors object on the instance
- setEventListeners(Map<String, Object>) - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsAnnotationConfiguration
-
Default listeners.
- setEventListeners(Map<String, Object>) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Specify the Hibernate event listeners to register, with listener types
as keys and listener objects as values.
- setExposeNativeSession(boolean) - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- setFlushMode(int) - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
Set the flush behavior to one of the constants in this class.
- setFlushMode(FlushModeType) - Method in class org.codehaus.groovy.grails.orm.hibernate.HibernateSession
-
- setFlushMode(int) - Method in class org.codehaus.groovy.grails.orm.hibernate.support.GrailsOpenSessionInViewInterceptor
-
- setFlushModeManual() - Method in class org.codehaus.groovy.grails.orm.hibernate.InstanceApiHelper
-
- setGrailsApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.DefaultGrailsDomainConfiguration
-
- setGrailsApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsAnnotationConfiguration
-
- setGrailsApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- setGrailsApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.orm.hibernate.HibernateDatastore
-
- setGrailsApplication(GrailsApplication) - Method in class org.codehaus.groovy.grails.orm.hibernate.support.HibernateDialectDetectorFactoryBean
-
- setHibernateEventListeners(HibernateEventListeners) - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsAnnotationConfiguration
-
User-specifiable extra listeners.
- setHibernateEventListeners(HibernateEventListeners) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- setHibernateProperties(Properties) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Set Hibernate properties, such as "hibernate.dialect".
- setMappingDirectoryLocations(Resource[]) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Set locations of directories that contain Hibernate mapping resources,
like "WEB-INF/mappings".
- setMappingJarLocations(Resource[]) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Set locations of jar files that contain Hibernate mapping resources,
like "WEB-INF/lib/example.hbm.jar".
- setMappingLocations(Resource[]) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Set locations of Hibernate mapping files, for example as classpath
resource "classpath:example.hbm.xml".
- setMappingResources(String[]) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Set Hibernate mapping resources to be found in the class path,
like "example.hbm.xml" or "mypackage/example.hbm.xml".
- setNamingStrategy(NamingStrategy) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Set a Hibernate NamingStrategy for the SessionFactory, determining the
physical column and table names given the info in the mapping document.
- setObjectToReadOnly(Object) - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractDynamicPersistentMethod
-
This method will set the target object to read-only if it is contained with the Hibernate session,
Preventing Hibernate dirty-checking from persisting the instance
- setObjectToReadWrite(Object, SessionFactory) - Static method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsHibernateUtil
-
Sets the target object to read-write, allowing Hibernate to dirty check it and auto-flush changes.
- setObjectToReadWrite(Object) - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractDynamicPersistentMethod
-
- setObjectToReadyOnly(Object, SessionFactory) - Static method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsHibernateUtil
-
Sets the target object to read-only using the given SessionFactory instance.
- setOsivReadOnly(boolean) - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- setPackagesToScan(String...) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
Specify packages to search for autodetection of your entity classes in the
classpath.
- setParameter(Object) - Method in class org.codehaus.groovy.grails.orm.hibernate.validation.UniqueConstraint
-
- setParameterValues(Properties) - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.IdentityEnumType
-
- setProxyHandler(ProxyHandler) - Method in class org.codehaus.groovy.grails.orm.hibernate.validation.HibernateDomainClassValidator
-
- setProxyIfReloadEnabled(boolean) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- setReadOnly() - Method in class org.codehaus.groovy.grails.orm.hibernate.support.HibernatePersistenceContextInterceptor
-
- setReadWrite() - Method in class org.codehaus.groovy.grails.orm.hibernate.support.HibernatePersistenceContextInterceptor
-
- setRelatedClassType(GrailsHibernateDomainClassProperty, AssociationType, Type) - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateDomainClass
-
- setResourceLoader(ResourceLoader) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- setSessionFactory(SessionFactory) - Method in class org.codehaus.groovy.grails.orm.hibernate.support.HibernatePersistenceContextInterceptor
-
- setSessionFactory(SessionFactory) - Method in class org.codehaus.groovy.grails.orm.hibernate.validation.HibernateDomainClassValidator
-
- setSessionFactoryBeanName(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.DefaultGrailsDomainConfiguration
-
- setSessionFactoryBeanName(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsAnnotationConfiguration
-
- setSessionFactoryBeanName(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean
-
- setTargetBean(String) - Method in class org.codehaus.groovy.grails.orm.hibernate.SessionFactoryProxy
-
The target bean to proxy
- setTimestampProvider(TimestampProvider) - Method in class org.codehaus.groovy.grails.orm.hibernate.EventTriggeringInterceptor
-
- setTotalCount(int) - Method in class grails.orm.PagedResultList
-
- setupErrorsProperty(Object) - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractDynamicPersistentMethod
-
Initializes the Errors property on target.
- setVendorNameDialectMappings(Properties) - Method in class org.codehaus.groovy.grails.orm.hibernate.support.HibernateDialectDetectorFactoryBean
-
- SHORT - Static variable in class grails.orm.HibernateCriteriaBuilder
-
- shouldPassReadOnlyToHibernate() - Method in class org.codehaus.groovy.grails.orm.hibernate.GrailsHibernateTemplate
-
- shouldSaveOnCreate() - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.FindOrCreateByPersistentMethod
-
- shouldSaveOnCreate() - Method in class org.codehaus.groovy.grails.orm.hibernate.metaclass.FindOrSaveByPersistentMethod
-
- springFlushSynchronizationConstructor - Variable in class org.codehaus.groovy.grails.orm.hibernate.GrailsSessionContext
-
- springSessionSynchronizationConstructor - Variable in class org.codehaus.groovy.grails.orm.hibernate.GrailsSessionContext
-
- sqlTypes() - Method in class org.codehaus.groovy.grails.orm.hibernate.cfg.IdentityEnumType
-
- STRING - Static variable in class grails.orm.HibernateCriteriaBuilder
-
- supports(Class) - Static method in class org.codehaus.groovy.grails.orm.hibernate.cfg.IdentityEnumType
-
- supports(Class) - Method in class org.codehaus.groovy.grails.orm.hibernate.validation.AbstractPersistentConstraint
-
Returns whether the constraint supports being applied against the specified type;
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.codehaus.groovy.grails.orm.hibernate.EventTriggeringInterceptor
- synchronizeEntityUpdateActionState(AbstractPreDatabaseOperationEvent, Object, HashMap<Integer, Object>) - Method in class org.codehaus.groovy.grails.orm.hibernate.support.ClosureEventListener
-