Field and Description | |
---|---|
Entity#ALL_DATA_SOURCES |
|
Entity#DEFAULT_DATA_SOURCE |
|
MethodExpression#targetClass |
|
Property and Description | |
---|---|
ConnectionSourceSettings#autoFlush |
Whether to auto flush
|
FormTagLib#actionSubmit |
Creates a submit button that submits to an action in the controller specified by the form action.
|
Interface and Description |
---|
Bus
Basic unit of event handling in Reactor.
|
ConstraintsEvaluator
Evaluates and returns constraints.
|
Consumer
Implementations accept a given value and perform work on the argument.
|
GrailsDomainClass
Represents a persistable Grails domain class.
|
MixinTargetAware
An interface for mixins to implement that want to be made aware of the target object
|
Registration
|
Selector
A Selector is a wrapper around an arbitrary object.
|
Subscription
|
Trait and Description |
---|
Events
Bridges the OLD API to the new
|
Service
A trait implemented for services that implement events
|
Class and Description |
---|
AetherGrapeEngine
A groovy.grape.GrapeEngine implementation that uses
Aether, the dependency resolution system used
by Maven.
|
AetherGrapeEngineFactory
Utility class to create a pre-configured AetherGrapeEngine.
|
Event
|
EventBus
|
JSONBuilder
Builds JSON data.
|
MixinTransformation
The logic for the Mixin location transform.
|
NamedCriteriaProxy
Handles named queries
|
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.
|
Annotation Type and Description |
---|
Consumer
|
Mixin
|
OnceBefore
This annotation may be applied to fixture methods in a Spock Spec that should
be run once and only once before any test methods are run.
|
Selector
|
Method and Description |
---|
AbstractDatastore#getApplicationContext()
|
BeanPropertyAccessor#getBeanClass()
|
ClassPropertyFetcher#clearCache()
|
ClassPropertyFetcher#getPropertyDescriptors()
|
ClassPropertyFetcher#getReference()
|
ConfigurationBuilder#buildRecurse(java.lang.Object builder, java.lang.Object fallBackConfig, java.lang.String startingPrefix)
|
CustomTypeMarshaller#supports(Datastore datastore)
|
DefaultGrailsApplicationAttributes#getApplicationUri(ServletRequest request)
|
DefaultUrlMappingInfo#checkDispatchAction(HttpServletRequest request)
|
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
|
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)
|
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+.
|
MongoEntity#getDbo()
Return the DBObject instance for the entity
|
MongoInstanceOperations#getDbo(D instance)
Return the DBObject instance for the entity
|
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
|