Property and Description | |
---|---|
ConnectionSourceSettings#autoFlush |
Whether to auto flush
|
Class and Description |
---|
NamedCriteriaProxy
Handles named queries
|
PagedResultList
A result list for Criteria list calls, which is aware of the totalCount for
the paged result.
|
SoftThreadLocalMap
Creates a InheritableThreadLocal with an intial value of a Map.
|
Method and Description |
---|
AbstractDatastore#getApplicationContext()
|
AutoTimestampEventListener#hasDateCreated(PersistentEntity entity)
Here for binary compatibility.
|
AutoTimestampEventListener#hasLastUpdated(PersistentEntity entity)
Here for binary compatibility.
|
ClassPropertyFetcher#clearCache()
|
ClassPropertyFetcher#getPropertyDescriptors()
|
ConfigurationBuilder#buildRecurse(java.lang.Object builder, java.lang.Object fallBackConfig, java.lang.String startingPrefix)
|
CustomTypeMarshaller#supports(Datastore datastore)
|
DirtyCheckingSupport#areAssociationsDirty(Session session, PersistentEntity entity, java.lang.Object instance)
Checks whether associations are dirty
|
DomainEventListener#beforeInsert(PersistentEntity entity, EntityAccess ea) |
EntityReflector#fastClass()
|
GormEnhancer#findNamedQuery(java.lang.Class entity, java.lang.String queryName)
|
GormEntity#getNamedQuery(java.lang.String queryName)
Looks up a named query
|
GormEntity#getNamedQuery(java.lang.String queryName, java.lang.Object args)
Looks up a named query
|
GrailsHibernateTemplate#prepareCriteria(org.hibernate.Criteria criteria)
Prepare the given Criteria object, applying cache settings and/or a
transaction timeout.
|
GrailsHibernateUtil#getDatasourceNames(PersistentEntity domainClass)
|
GrailsHibernateUtil#getDefaultDataSource(PersistentEntity domainClass)
|
GrailsHibernateUtil#setBinder(GrailsDomainBinder binder)
|
GrailsHibernateUtil#usesDatasource(PersistentEntity domainClass, java.lang.String dataSourceName)
|
HibernateEventListener#getTimestampProvider()
|
HibernateEventListener#setTimestampProvider(TimestampProvider timestampProvider)
|
HibernateProxyHandler#unwrapIfProxy(java.lang.Object instance)
calls unwrap which calls unproxy
|
HibernateProxyHandler#unwrapProxy(java.lang.Object proxy)
|
HibernateVersionSupport#createQuery(org.hibernate.Session session, java.lang.String query)
Creates a query
|
HibernateVersionSupport#getFlushMode(org.hibernate.Session session)
Get the native Hibernate FlushMode, adapting between Hibernate 5.0/5.1 and 5.2+.
|
HibernateVersionSupport#setFlushMode(org.hibernate.Session session, org.hibernate.FlushMode flushMode)
Set the native Hibernate FlushMode, adapting between Hibernate 5.0/5.1 and 5.2+.
|
PropertyConfig#getUpdateable()
Whether or not this column is updatable by hibernate
|
PropertyConfig#setUpdateable(boolean updateable)
Whether or not this column is updatable by hibernate
|
TransactionObject#setTransaction(Transaction> transaction)
|