Field and Description | |
---|---|
Entity#ALL_DATA_SOURCES |
@deprecated Use ConnectionSource.DEFAULT instead
|
Entity#DEFAULT_DATA_SOURCE |
@deprecated Use ConnectionSource.ALL instead
|
Class and Description |
---|
AbstractEventTriggeringInterceptor
|
EventTriggeringInterceptor
|
HibernateTestMixin
A testing plugin for Hibernate
|
NamedCriteriaProxy
Handles named queries
|
OnChangeHandler
Common onChange handling logic.
|
SoftThreadLocalMap
Creates a InheritableThreadLocal with an intial value of a Map.
|
SpringConfigurer
Helper class for use by plugins in configuring Spring.
|
Annotation Type and Description |
---|
Domain
Annotation for registering domain classes to the TestRuntime of the current test class.
|
Method and Description |
---|
AbstractDatastore#getApplicationContext()
@deprecated Deprecated, will be removed in a future version of GORM
|
AutoTimestampEventListener#hasDateCreated(PersistentEntity entity)
Here for binary compatibility.
|
AutoTimestampEventListener#hasLastUpdated(PersistentEntity entity)
Here for binary compatibility.
|
CustomTypeMarshaller#supports(Datastore datastore)
@deprecated Use supports(MappingContext) instead
|
DomainEventListener#beforeInsert(PersistentEntity entity, EntityAccess ea) |
GormEnhancer#findNamedQuery(java.lang.Class entity, java.lang.String queryName)
@deprecated Use #createNamedQuery(entity, queryName) instead
|
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
|
GrailsHibernateUtil#getDatasourceNames(PersistentEntity domainClass)
@deprecated Use MultipleDataSourceSupport.getDatasourceNames instead
|
GrailsHibernateUtil#getDefaultDataSource(PersistentEntity domainClass)
@deprecated Use MultipleDataSourceSupport.getDefaultDataSource instead
|
GrailsHibernateUtil#usesDatasource(PersistentEntity domainClass, java.lang.String dataSourceName)
@deprecated Use MultipleDataSourceSupport.getDefaultDataSource instead
|
HibernateEventListener#getTimestampProvider()
@deprecated Replaced by AutoTimestampEventListener
|
HibernateEventListener#setTimestampProvider(TimestampProvider timestampProvider)
@deprecated Replaced by AutoTimestampEventListener
|
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)
@deprecated Here for binary compatibility, doesn't actually do anything
|