| Field and Description | |
|---|---|
| MethodExpression#targetClass |
|
| Property and Description | |
|---|---|
| ConnectionSourceSettings#autoFlush |
Whether to auto flush
|
| Interface and Description |
|---|
| GrailsDomainClass
Represents a persistable Grails domain class.
|
| Class and Description |
|---|
NavigableMap
|
NavigableMap.NullSafeNavigator
|
| NavigableMapConfig
A Config implementation that operates against a NavigableMap
|
| NavigableMapPropertySource
A org.springframework.core.env.PropertySource that doesn't return values for navigable submaps
|
| 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()
|
ClassPropertyFetcher#clearCache()
|
ClassPropertyFetcher#getPropertyDescriptors()
|
ClassPropertyFetcher#getReference()
|
ConfigurationBuilder#buildRecurse(java.lang.Object builder, java.lang.Object fallBackConfig, java.lang.String startingPrefix)
|
Constrained#isDisplay()
|
CustomTypeMarshaller#supports(Datastore datastore)
|
DefaultConstrainedProperty#isDisplay()
|
DefaultGrailsApplicationAttributes#getApplicationUri(ServletRequest request)
|
| DomainEventListener#beforeInsert(PersistentEntity entity, EntityAccess ea) |
EntityReflector#fastClass()
|
GrailsApplicationAttributes#getApplicationUri(ServletRequest request)
|
| 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, java.lang.String dataSourceName)
|
| GrailsNameUtils#isGetter(java.lang.String name, java.lang.Class<?> args)
Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
|
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(Session session, java.lang.String query)
Creates a query
|
| HibernateVersionSupport#getFlushMode(Session session)
Get the native Hibernate FlushMode, adapting between Hibernate 5.0/5.1 and 5.2+.
|
| HibernateVersionSupport#setFlushMode(Session session, 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)
|
WebUtils#addViewPrefix(java.lang.String viewName)
|
| Constructor and Description |
|---|
| MongoMappingContext#MongoMappingContext(PropertyResolver configuration, java.lang.Class classes)
Constructs a new MongoMappingContext for the given arguments
|