| Class and Description |
|---|
| PagedResultList
A result list for Criteria list calls, which is aware of the totalCount for
the paged result.
|
| Method and Description |
|---|
| GrailsHibernateTemplate#prepareCriteria(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, String dataSourceName)
|
HibernateEventListener#getTimestampProvider()
|
HibernateEventListener#setTimestampProvider(TimestampProvider timestampProvider)
|
| HibernateProxyHandler#unwrapIfProxy(Object instance)
calls unwrap which calls unproxy
|
HibernateProxyHandler#unwrapProxy(Object proxy)
|
| PropertyConfig#getUpdateable()
Whether or not this column is updatable by hibernate
|
| PropertyConfig#setUpdateable(boolean updateable)
Whether or not this column is updatable by hibernate
|