Field and Description | |
---|---|
ClosureEventTriggeringInterceptor#AFTER_DELETE_EVENT |
|
ClosureEventTriggeringInterceptor#AFTER_INSERT_EVENT |
|
ClosureEventTriggeringInterceptor#AFTER_LOAD_EVENT |
|
ClosureEventTriggeringInterceptor#AFTER_UPDATE_EVENT |
|
ClosureEventTriggeringInterceptor#BEFORE_DELETE_EVENT |
|
ClosureEventTriggeringInterceptor#BEFORE_INSERT_EVENT |
|
ClosureEventTriggeringInterceptor#BEFORE_LOAD_EVENT |
|
ClosureEventTriggeringInterceptor#BEFORE_UPDATE_EVENT |
|
ClosureEventTriggeringInterceptor#ONLOAD_EVENT |
|
ClosureEventTriggeringInterceptor#ONLOAD_SAVE |
|
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 |
---|
AsyncController
|
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.
|
AnnotationMetadataReadingVisitor
ASM class visitor which looks for the class name and implemented types as
well as for the annotations defined on the class, exposing them through
the AnnotationMetadata interface.
|
BaseApiProvider
|
CodecsGrailsPlugin
|
DataBindingGrailsPlugin
|
Event
|
EventBus
|
JSONBuilder
Builds JSON data.
|
LazyBeanMap
|
MethodMetadataReadingVisitor
ASM method visitor which looks for the annotations defined on a method,
exposing them through the MethodMetadata
interface.
|
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 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()
|
AbstractGrailsClass#getPropertyDescriptors()
|
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)
|
DataTest#getDataStore()
|
DefaultGrailsApplicationAttributes#getApplicationUri(ServletRequest request)
|
DefaultGrailsPlugin#doc(java.lang.String text)
|
DefaultGrailsPluginManager#checkForChanges()
|
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)
|
GrailsClassUtils#getPropertyForGetter(java.lang.String getterName)
Returns a property name equivalent for the given getter name or null if it is not a valid getter.
|
GrailsClassUtils#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.
|
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)
|
GrailsPlugin#doc(java.lang.String text)
Write some documentation to the DocumentationContext
|
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
|