A B C D E F G H I J L M N O P Q R S T V W Z 

A

AbstractFindByFinder - Class in org.grails.datastore.gorm.finders
 
AbstractFindByFinder(Pattern, Datastore) - Constructor for class org.grails.datastore.gorm.finders.AbstractFindByFinder
 
AbstractFinder - Class in org.grails.datastore.gorm.finders
Abstract base class for finders.
AbstractFinder(Datastore) - Constructor for class org.grails.datastore.gorm.finders.AbstractFinder
 
add(int, Object) - Method in class grails.gorm.PagedResultList
 
addToCriteria(Query.Criterion) - Method in class grails.gorm.CriteriaBuilder
 
afterDelete(PersistentEntity, EntityAccess) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
afterDelete(PersistentEntity, EntityAccess, PostDeleteEvent) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
afterInsert(PersistentEntity, EntityAccess) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
afterInsert(PersistentEntity, EntityAccess, PostInsertEvent) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
afterLoad(PersistentEntity, EntityAccess) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
afterLoad(PersistentEntity, EntityAccess, PostLoadEvent) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
afterUpdate(PersistentEntity, EntityAccess) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
afterUpdate(PersistentEntity, EntityAccess, PostUpdateEvent) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
aliases - Variable in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
aliasExpressions - Variable in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
allEq(Map<String, Object>) - Method in class grails.gorm.CriteriaBuilder
Apply an "equals" constraint to each property in the key set of a Map
and(Closure) - Method in class grails.gorm.CriteriaBuilder
 
AND_OPERATOR - Static variable in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
applyAdditionalCriteria(Query, Closure) - Method in class org.grails.datastore.gorm.finders.AbstractFinder
 
applyDetachedCriteria(Query, DetachedCriteria) - Static method in class org.grails.datastore.gorm.finders.DynamicFinder
 
ApplyDetachedCriteriaTransform - Annotation Type in org.grails.datastore.gorm.query.transform
Used only for testing
ARGUMENT_CACHE - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ARGUMENT_FETCH - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ARGUMENT_IGNORE_CASE - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ARGUMENT_LOCK - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ARGUMENT_MAX - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ARGUMENT_OFFSET - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ARGUMENT_ORDER - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ARGUMENT_SORT - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
arguments - Variable in class org.grails.datastore.gorm.finders.MethodExpression
 
argumentsRequired - Variable in class org.grails.datastore.gorm.finders.MethodExpression
 
asBoolean() - Method in class org.grails.datastore.gorm.support.EventTriggerCaller
 
AutoTimestampEventListener - Class in org.grails.datastore.gorm.events
An event listener that adds support for GORM-style auto-timestamping
AutoTimestampEventListener(Datastore) - Constructor for class org.grails.datastore.gorm.events.AutoTimestampEventListener
 
autowireBeanProperties(Object) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
avg(String) - Method in class grails.gorm.CriteriaBuilder
Computes the average value of a property

B

BEFORE_VALIDATE - Static variable in class org.grails.datastore.gorm.support.BeforeValidateHelper
 
beforeDelete(PersistentEntity, EntityAccess) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
beforeDelete(PersistentEntity, EntityAccess, PreDeleteEvent) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
beforeInsert(PersistentEntity, EntityAccess) - Method in class org.grails.datastore.gorm.events.AutoTimestampEventListener
 
beforeInsert(PersistentEntity, EntityAccess) - Method in class org.grails.datastore.gorm.events.DomainEventListener
beforeInsert(PersistentEntity, EntityAccess, PreInsertEvent) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
beforeLoad(PersistentEntity, EntityAccess) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
beforeLoad(PersistentEntity, EntityAccess, PreLoadEvent) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
beforeUpdate(PersistentEntity, EntityAccess) - Method in class org.grails.datastore.gorm.events.AutoTimestampEventListener
 
beforeUpdate(PersistentEntity, EntityAccess) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
beforeUpdate(PersistentEntity, EntityAccess, PreUpdateEvent) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
BeforeValidateHelper - Class in org.grails.datastore.gorm.support
 
BeforeValidateHelper() - Constructor for class org.grails.datastore.gorm.support.BeforeValidateHelper
 
BeforeValidateHelper.BeforeValidateEventTriggerCaller - Class in org.grails.datastore.gorm.support
 
BeforeValidateHelper.BeforeValidateEventTriggerCaller(Class<?>, MetaClass) - Constructor for class org.grails.datastore.gorm.support.BeforeValidateHelper.BeforeValidateEventTriggerCaller
 
between(String, Object, Object) - Method in class grails.gorm.CriteriaBuilder
Restricts the results by the given property value range (inclusive)
build(Closure) - Method in class grails.gorm.CriteriaBuilder
 
build(Class<?>, MetaClass, Class<?>[]) - Method in class org.grails.datastore.gorm.support.BeforeValidateHelper.BeforeValidateEventTriggerCaller
 
buildCaller(String, Class<?>) - Static method in class org.grails.datastore.gorm.support.EventTriggerCaller
 
buildCaller(String, Class<?>, MetaClass, Class<?>[]) - Static method in class org.grails.datastore.gorm.support.EventTriggerCaller
 
buildQuery(DynamicFinderInvocation, Session) - Method in class org.grails.datastore.gorm.finders.AbstractFindByFinder
 
buildQuery(DynamicFinderInvocation, Session) - Method in class org.grails.datastore.gorm.finders.CountByFinder
 
buildQuery(DynamicFinderInvocation, Session) - Method in class org.grails.datastore.gorm.finders.FindAllByFinder
 
buildQuery(DynamicFinderInvocation, Session) - Method in interface org.grails.datastore.gorm.finders.QueryBuildingFinder
Build a query from an invocation

C

cache(boolean) - Method in class grails.gorm.CriteriaBuilder
 
cachedClassProperties - Variable in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
call(Object, List<?>) - Method in class org.grails.datastore.gorm.support.BeforeValidateHelper.BeforeValidateEventTriggerCaller
 
call(Object) - Method in class org.grails.datastore.gorm.support.EventTriggerCaller
 
call(Object, Object[]) - Method in class org.grails.datastore.gorm.support.EventTriggerCaller
 
CANDIDATE_METHODS_WHERE_ONLY - Static variable in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
CascadingValidator - Interface in org.grails.datastore.gorm.validation
Extends the default Spring Validator interface and provides an additional method that specifies whether validation should cascade into associations.
clear() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
configureQueryWithArguments(Class, Query, Object[]) - Method in class org.grails.datastore.gorm.finders.DynamicFinder
 
convertArguments(PersistentEntity) - Method in class org.grails.datastore.gorm.finders.MethodExpression
 
convertArguments(PersistentEntity) - Method in class org.grails.datastore.gorm.finders.MethodExpression.InList
 
convertArguments(PersistentEntity) - Method in class org.grails.datastore.gorm.finders.MethodExpression.InRange
 
count() - Method in class grails.gorm.CriteriaBuilder
Count the number of records returned
count(Closure) - Method in class grails.gorm.CriteriaBuilder
Defines an executes a count query in a single call.
CountByFinder - Class in org.grails.datastore.gorm.finders
Supports counting objects.
CountByFinder(Datastore) - Constructor for class org.grails.datastore.gorm.finders.CountByFinder
 
countDistinct(String) - Method in class grails.gorm.CriteriaBuilder
Projection that signifies to count distinct results
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.Between
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.Equal
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.GreaterThan
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.GreaterThanEquals
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.Ilike
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.InList
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.InRange
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.IsEmpty
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.IsNotEmpty
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.IsNotNull
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.IsNull
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.LessThan
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.LessThanEquals
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.Like
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.NotEqual
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.Rlike
 
createFinderInvocation(Class, String, Closure, Object[]) - Method in class org.grails.datastore.gorm.finders.DynamicFinder
 
createPersistentEntity(Class) - Method in class org.grails.datastore.gorm.config.GrailsDomainClassMappingContext
 
CriteriaBuilder - Class in grails.gorm
Criteria builder implementation that operates against Spring datastore abstraction.
CriteriaBuilder(Class, Session) - Constructor for class grails.gorm.CriteriaBuilder
 
CriteriaBuilder(Class, Session, Query) - Constructor for class grails.gorm.CriteriaBuilder
 
currentClassNode - Variable in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 

D

datastore - Variable in class org.grails.datastore.gorm.finders.AbstractFinder
 
datastore - Variable in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
DatastorePersistenceContextInterceptor - Class in org.grails.datastore.gorm.support
 
DatastorePersistenceContextInterceptor(Datastore) - Constructor for class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
DATE_CREATED_PROPERTY - Static variable in class org.grails.datastore.gorm.events.AutoTimestampEventListener
 
destroy() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
DETACHED_CRITERIA_CLASS_NODE - Static variable in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
DetachedCriteriaASTTransformation - Class in org.grails.datastore.gorm.query.transform
Transforms regular Groovy-style finders into detached criteria
DetachedCriteriaASTTransformation() - Constructor for class org.grails.datastore.gorm.query.transform.DetachedCriteriaASTTransformation
 
DetachedCriteriaTransformer - Class in org.grails.datastore.gorm.query.transform
ClassCodeVisitorSupport that transforms where methods into detached criteria queries
detachedCriteriaVariables - Variable in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
disconnect() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
distinct() - Method in class grails.gorm.CriteriaBuilder
Projection that signifies to return only distinct results
distinct(String) - Method in class grails.gorm.CriteriaBuilder
Projection that signifies to return only distinct results
doInvokeInternal(DynamicFinderInvocation) - Method in class org.grails.datastore.gorm.finders.AbstractFindByFinder
 
doInvokeInternal(DynamicFinderInvocation) - Method in class org.grails.datastore.gorm.finders.CountByFinder
 
doInvokeInternal(DynamicFinderInvocation) - Method in class org.grails.datastore.gorm.finders.DynamicFinder
 
doInvokeInternal(DynamicFinderInvocation) - Method in class org.grails.datastore.gorm.finders.FindAllByFinder
 
doInvokeInternal(DynamicFinderInvocation) - Method in class org.grails.datastore.gorm.finders.FindOrCreateByFinder
 
doInvokeInternal(DynamicFinderInvocation) - Method in class org.grails.datastore.gorm.finders.FindOrSaveByFinder
 
DomainEventListener - Class in org.grails.datastore.gorm.events
An event listener that provides support for GORM domain events.
DomainEventListener(Datastore) - Constructor for class org.grails.datastore.gorm.events.DomainEventListener
 
DynamicFinder - Class in org.grails.datastore.gorm.finders
Abstract base class for dynamic finders.
DynamicFinder(Pattern, String[], Datastore) - Constructor for class org.grails.datastore.gorm.finders.DynamicFinder
 
DynamicFinderInvocation - Class in org.grails.datastore.gorm.finders
Value object used to construct all the information necessary to invoke a dynamic finder.
DynamicFinderInvocation(Class, String, Object[], List<MethodExpression>, Closure, String) - Constructor for class org.grails.datastore.gorm.finders.DynamicFinderInvocation
 

E

eq(String, Object) - Method in class grails.gorm.CriteriaBuilder
Creates an "equals" Criterion based on the specified property name and value.
eqAll(String, Closure) - Method in class grails.gorm.CriteriaBuilder
Creates a subquery criterion that ensures the given property is equal to all the given returned values
eqAll(String, QueryableCriteria) - Method in class grails.gorm.CriteriaBuilder
Creates a subquery criterion that ensures the given property is equal to all the given returned values
eqProperty(String, String) - Method in class grails.gorm.CriteriaBuilder
Constraints a property to be equal to a specified other property
EQUALS_OPERATOR - Static variable in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
EVENT_BEFORE_INSERT - Static variable in class org.grails.datastore.gorm.events.DomainEventListener
 
EventTriggerCaller - Class in org.grails.datastore.gorm.support
 
EventTriggerCaller() - Constructor for class org.grails.datastore.gorm.support.EventTriggerCaller
 
execute(SessionCallback<T>) - Method in class org.grails.datastore.gorm.finders.AbstractFinder
 
execute(VoidSessionCallback) - Method in class org.grails.datastore.gorm.finders.AbstractFinder
 
exists(QueryableCriteria<?>) - Method in class grails.gorm.CriteriaBuilder
 

F

FindAllByBooleanFinder - Class in org.grails.datastore.gorm.finders
The "findAll<booleanProperty>By*" static persistent method.
FindAllByBooleanFinder(Datastore) - Constructor for class org.grails.datastore.gorm.finders.FindAllByBooleanFinder
 
FindAllByFinder - Class in org.grails.datastore.gorm.finders
Finder used to return multiple results.
FindAllByFinder(Datastore) - Constructor for class org.grails.datastore.gorm.finders.FindAllByFinder
 
FindByBooleanFinder - Class in org.grails.datastore.gorm.finders
The "find<booleanProperty>By*" static persistent method.
FindByBooleanFinder(Datastore) - Constructor for class org.grails.datastore.gorm.finders.FindByBooleanFinder
 
FindByFinder - Class in org.grails.datastore.gorm.finders
Finder used to return a single result
FindByFinder(Datastore) - Constructor for class org.grails.datastore.gorm.finders.FindByFinder
 
FinderMethod - Interface in org.grails.datastore.gorm.finders
Implementation of dynamic finders.
findMethodExpression(Class, String) - Method in class org.grails.datastore.gorm.finders.DynamicFinder
 
FindOrCreateByFinder - Class in org.grails.datastore.gorm.finders
Finder used to return a single result
FindOrCreateByFinder(String, Datastore) - Constructor for class org.grails.datastore.gorm.finders.FindOrCreateByFinder
 
FindOrCreateByFinder(Datastore) - Constructor for class org.grails.datastore.gorm.finders.FindOrCreateByFinder
 
FindOrSaveByFinder - Class in org.grails.datastore.gorm.finders
 
FindOrSaveByFinder(Datastore) - Constructor for class org.grails.datastore.gorm.finders.FindOrSaveByFinder
 
firstExpressionIsRequiredBoolean() - Method in class org.grails.datastore.gorm.finders.AbstractFindByFinder
 
firstExpressionIsRequiredBoolean() - Method in class org.grails.datastore.gorm.finders.FindAllByBooleanFinder
 
firstExpressionIsRequiredBoolean() - Method in class org.grails.datastore.gorm.finders.FindAllByFinder
 
firstExpressionIsRequiredBoolean() - Method in class org.grails.datastore.gorm.finders.FindByBooleanFinder
 
flush() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
FUNCTION_CALL_CRITERION - Static variable in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 

G

ge(String, Object) - Method in class grails.gorm.CriteriaBuilder
Used to restrict a value to be greater than or equal to the given value
geAll(String, Closure) - Method in class grails.gorm.CriteriaBuilder
Creates a subquery criterion that ensures the given property is greater than all the given returned values
geAll(String, QueryableCriteria) - Method in class grails.gorm.CriteriaBuilder
Creates a subquery criterion that ensures the given property is greater than all the given returned values
geProperty(String, String) - Method in class grails.gorm.CriteriaBuilder
Constraints a property to be greater than or equal to a specified other property
geSome(String, QueryableCriteria) - Method in class grails.gorm.CriteriaBuilder
 
geSome(String, Closure<?>) - Method in class grails.gorm.CriteriaBuilder
 
get(Closure) - Method in class grails.gorm.CriteriaBuilder
Defines an executes a get query ( a single result) in a single call.
get(int) - Method in class grails.gorm.PagedResultList
 
getArguments() - Method in class org.grails.datastore.gorm.finders.DynamicFinderInvocation
 
getArguments() - Method in class org.grails.datastore.gorm.finders.MethodExpression
 
getArgumentsRequired() - Method in class org.grails.datastore.gorm.finders.MethodExpression
 
getArtefactType() - Method in class org.codehaus.groovy.grails.compiler.gorm.GormTransformer
 
getArtefactType() - Method in class org.codehaus.groovy.grails.compiler.gorm.GormValidationTransformer
 
getAssociations() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
getCapitilizedName() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentProperty
 
getCriteria() - Method in class org.grails.datastore.gorm.finders.DynamicFinderInvocation
 
getDecapitalizedName() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
getDetachedCriteria() - Method in class org.grails.datastore.gorm.finders.DynamicFinderInvocation
 
getDiscriminator() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
getDomainClass() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
getExpressions() - Method in class org.grails.datastore.gorm.finders.DynamicFinderInvocation
 
getFetchMode(Object) - Static method in class org.grails.datastore.gorm.finders.DynamicFinder
Retrieves the fetch mode for the specified instance; otherwise returns the default FetchMode.
getGrailsApplication() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassMappingContext
 
getIdentity() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
getInstanceImplementation() - Method in class org.codehaus.groovy.grails.compiler.gorm.GormTransformer
 
getInstanceImplementation() - Method in class org.codehaus.groovy.grails.compiler.gorm.GormValidationTransformer
 
getJavaClass() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
getJavaClass() - Method in class org.grails.datastore.gorm.finders.DynamicFinderInvocation
 
getKnownEntityNames() - Static method in class org.codehaus.groovy.grails.compiler.gorm.GormTransformer
 
getMapping() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
getMapping() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentProperty
 
getMappingContext() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
getMappingFactory() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassMappingContext
 
getMappingSyntaxStrategy() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassMappingContext
 
getMarkerAnnotation() - Method in class org.codehaus.groovy.grails.compiler.gorm.GormTransformer
 
getMethodName() - Method in class org.grails.datastore.gorm.finders.DynamicFinderInvocation
 
getName() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
getName() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentProperty
 
getOperator() - Method in class org.grails.datastore.gorm.finders.DynamicFinderInvocation
 
getOwner() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentProperty
 
getParameterizedDetachedCriteriaClassNode(ClassNode) - Method in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
getParentEntity() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
getPersistentProperties() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
getPersistentPropertyNames() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
getPropertyByName(String) - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
getQuery() - Method in class grails.gorm.CriteriaBuilder
 
getRootEntity() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
getSession() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
getSourceUnit() - Method in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
getStaticImplementation() - Method in class org.codehaus.groovy.grails.compiler.gorm.GormTransformer
 
getStaticImplementation() - Method in class org.codehaus.groovy.grails.compiler.gorm.GormValidationTransformer
 
getTotalCount() - Method in class grails.gorm.PagedResultList
 
getType() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentProperty
 
getVersion() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
GlobalDetachedCriteriaASTTransformation - Class in org.grails.datastore.gorm.query.transform
Global version of the detached query transformer
GlobalDetachedCriteriaASTTransformation() - Constructor for class org.grails.datastore.gorm.query.transform.GlobalDetachedCriteriaASTTransformation
 
GormTransformer - Class in org.codehaus.groovy.grails.compiler.gorm
Transforms GORM entities making the GORM API available to Java.
GormTransformer() - Constructor for class org.codehaus.groovy.grails.compiler.gorm.GormTransformer
 
GormValidationTransformer - Class in org.codehaus.groovy.grails.compiler.gorm
Makes the validate methods statically available via an AST transformation.
GormValidationTransformer() - Constructor for class org.codehaus.groovy.grails.compiler.gorm.GormValidationTransformer
 
grails.gorm - package grails.gorm
 
GrailsDomainClassMappingContext - Class in org.grails.datastore.gorm.config
A MappingContext that adapts the Grails domain model to the Mapping API.
GrailsDomainClassMappingContext(GrailsApplication) - Constructor for class org.grails.datastore.gorm.config.GrailsDomainClassMappingContext
 
GrailsDomainClassPersistentEntity - Class in org.grails.datastore.gorm.config
Bridges the GrailsDomainClass interface into the PersistentEntity interface
GrailsDomainClassPersistentEntity(GrailsDomainClass, GrailsDomainClassMappingContext) - Constructor for class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
GrailsDomainClassPersistentProperty - Class in org.grails.datastore.gorm.config
Bridges a GrailsDomainClassProperty to the PersistentProperty interface.
GrailsDomainClassPersistentProperty(PersistentEntity, GrailsDomainClassProperty) - Constructor for class org.grails.datastore.gorm.config.GrailsDomainClassPersistentProperty
 
gt(String, Object) - Method in class grails.gorm.CriteriaBuilder
Used to restrict a value to be greater than or equal to the given value
gtAll(String, Closure) - Method in class grails.gorm.CriteriaBuilder
Creates a subquery criterion that ensures the given property is greater than all the given returned values
gtAll(String, QueryableCriteria) - Method in class grails.gorm.CriteriaBuilder
Creates a subquery criterion that ensures the given property is greater than all the given returned values
gte(String, Object) - Method in class grails.gorm.CriteriaBuilder
Used to restrict a value to be greater than or equal to the given value
gtProperty(String, String) - Method in class grails.gorm.CriteriaBuilder
Constraints a property to be greater than a specified other property
gtSome(String, QueryableCriteria) - Method in class grails.gorm.CriteriaBuilder
 
gtSome(String, Closure<?>) - Method in class grails.gorm.CriteriaBuilder
 

H

HAS_ERRORS_METHOD - Static variable in class org.codehaus.groovy.grails.compiler.gorm.GormValidationTransformer
 
hasProperty(String, Class) - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 

I

id() - Method in class grails.gorm.CriteriaBuilder
 
idEq(Object) - Method in class grails.gorm.CriteriaBuilder
Creates an "equals" Criterion based on the specified property name and value.
idEquals(Object) - Method in class grails.gorm.CriteriaBuilder
 
ilike(String, Object) - Method in class grails.gorm.CriteriaBuilder
Creates an ilike Criterion based on the specified property name and value.
in(String, QueryableCriteria<?>) - Method in class grails.gorm.CriteriaBuilder
 
in(String, Closure<?>) - Method in class grails.gorm.CriteriaBuilder
 
in(String, Collection) - Method in class grails.gorm.CriteriaBuilder
Creates an "in" Criterion based on the specified property name and list of values.
in(String, Object[]) - Method in class grails.gorm.CriteriaBuilder
Creates an "in" Criterion based on the specified property name and list of values.
init() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
initialize() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
inList(String, QueryableCriteria<?>) - Method in class grails.gorm.CriteriaBuilder
 
inList(String, Closure<?>) - Method in class grails.gorm.CriteriaBuilder
 
inList(String, Collection) - Method in class grails.gorm.CriteriaBuilder
Creates an "in" Criterion based on the specified property name and list of values.
inList(String, Object[]) - Method in class grails.gorm.CriteriaBuilder
Creates an "in" Criterion based on the specified property name and list of values.
invoke(Class, String, Closure, Object[]) - Method in class org.grails.datastore.gorm.finders.DynamicFinder
 
invoke(Class, String, DetachedCriteria, Object[]) - Method in class org.grails.datastore.gorm.finders.DynamicFinder
 
invoke(Class, String, Object[]) - Method in class org.grails.datastore.gorm.finders.DynamicFinder
 
invoke(Class, String, Object[]) - Method in interface org.grails.datastore.gorm.finders.FinderMethod
Invokes the method
invoke(Class, String, Closure, Object[]) - Method in interface org.grails.datastore.gorm.finders.FinderMethod
Invokes the method
invoke(Class, String, Object[]) - Method in class org.grails.datastore.gorm.finders.ListOrderByFinder
 
invoke(Class, String, Closure, Object[]) - Method in class org.grails.datastore.gorm.finders.ListOrderByFinder
 
invokeBeforeValidate(Object, List<?>) - Method in class org.grails.datastore.gorm.support.BeforeValidateHelper
 
invokeMethod(String, Object) - Method in class grails.gorm.CriteriaBuilder
 
invokeQuery(Query) - Method in class org.grails.datastore.gorm.finders.AbstractFindByFinder
 
invokeQuery(Query) - Method in class org.grails.datastore.gorm.finders.CountByFinder
 
invokeQuery(Query) - Method in class org.grails.datastore.gorm.finders.FindAllByFinder
 
invokeQuery(Query) - Method in class org.grails.datastore.gorm.finders.ListOrderByFinder
 
IS_NULL_CRITERION - Static variable in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
isCandidateInstanceMethod(ClassNode, MethodNode) - Method in class org.codehaus.groovy.grails.compiler.gorm.GormValidationTransformer
 
isDomainClass(ClassNode) - Method in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
isEmpty(String) - Method in class grails.gorm.CriteriaBuilder
 
isExternal() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
isIdentityName(String) - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
isInitialized() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
isInstance(Object) - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
isInvertBooleanReturnValue() - Method in class org.grails.datastore.gorm.support.EventTriggerCaller
 
isMethodMatch(String) - Method in class org.grails.datastore.gorm.finders.DynamicFinder
 
isMethodMatch(String) - Method in interface org.grails.datastore.gorm.finders.FinderMethod
Whether the given method name matches this finder
isMethodMatch(String) - Method in class org.grails.datastore.gorm.finders.ListOrderByFinder
 
isMethodOverriddenFromParent(Method) - Static method in class org.grails.datastore.gorm.utils.ReflectionUtils
Tests whether a method is overridden from the parent
isNoOperationCaller() - Method in class org.grails.datastore.gorm.support.EventTriggerCaller
 
isNotEmpty(String) - Method in class grails.gorm.CriteriaBuilder
 
isNotNull(String) - Method in class grails.gorm.CriteriaBuilder
 
isNull(String) - Method in class grails.gorm.CriteriaBuilder
 
isNullable() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentProperty
 
isOpen() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
isOwningEntity(PersistentEntity) - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
isRoot() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
isStaticMethodExcluded(ClassNode, MethodNode) - Method in class org.codehaus.groovy.grails.compiler.gorm.GormTransformer
 
isStaticMethodIncluded(ClassNode, MethodNode) - Method in class org.codehaus.groovy.grails.compiler.gorm.GormTransformer
 
isVersioned() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 

J

join(String) - Method in class grails.gorm.CriteriaBuilder
 

L

LAST_UPDATED_PROPERTY - Static variable in class org.grails.datastore.gorm.events.AutoTimestampEventListener
 
le(String, Object) - Method in class grails.gorm.CriteriaBuilder
Used to restrict a value to be less than or equal to the given value
leAll(String, Closure) - Method in class grails.gorm.CriteriaBuilder
Creates a subquery criterion that ensures the given property is less than all the given returned values
leAll(String, QueryableCriteria) - Method in class grails.gorm.CriteriaBuilder
Creates a subquery criterion that ensures the given property is less than all the given returned values
leProperty(String, String) - Method in class grails.gorm.CriteriaBuilder
Constraints a property to be less than or equal to a specified other property
leSome(String, QueryableCriteria) - Method in class grails.gorm.CriteriaBuilder
 
leSome(String, Closure<?>) - Method in class grails.gorm.CriteriaBuilder
 
like(String, Object) - Method in class grails.gorm.CriteriaBuilder
Creates an like Criterion based on the specified property name and value.
list(Closure) - Method in class grails.gorm.CriteriaBuilder
Defines an executes a list query in a single call.
list(Map, Closure) - Method in class grails.gorm.CriteriaBuilder
 
listDistinct(Closure) - Method in class grails.gorm.CriteriaBuilder
Defines an executes a list distinct query in a single call.
ListOrderByFinder - Class in org.grails.datastore.gorm.finders
The "listOrderBy*" static persistent method.
ListOrderByFinder(Datastore) - Constructor for class org.grails.datastore.gorm.finders.ListOrderByFinder
 
lt(String, Object) - Method in class grails.gorm.CriteriaBuilder
Used to restrict a value to be less than or equal to the given value
ltAll(String, Closure) - Method in class grails.gorm.CriteriaBuilder
Creates a subquery criterion that ensures the given property is less than all the given returned values
ltAll(String, QueryableCriteria) - Method in class grails.gorm.CriteriaBuilder
Creates a subquery criterion that ensures the given property is less than all the given returned values
lte(String, Object) - Method in class grails.gorm.CriteriaBuilder
Used to restrict a value to be less than or equal to the given value
ltProperty(String, String) - Method in class grails.gorm.CriteriaBuilder
Constraints a property to be less than a specified other property
ltSome(String, QueryableCriteria) - Method in class grails.gorm.CriteriaBuilder
 
ltSome(String, Closure<?>) - Method in class grails.gorm.CriteriaBuilder
 

M

max(String) - Method in class grails.gorm.CriteriaBuilder
Computes the max value of a property
MethodExpression - Class in org.grails.datastore.gorm.finders
Method expression used to evaluate a dynamic finder.
MethodExpression(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression
 
MethodExpression.Between - Class in org.grails.datastore.gorm.finders
 
MethodExpression.Between(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.Between
 
MethodExpression.Equal - Class in org.grails.datastore.gorm.finders
 
MethodExpression.Equal(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.Equal
 
MethodExpression.GreaterThan - Class in org.grails.datastore.gorm.finders
 
MethodExpression.GreaterThan(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.GreaterThan
 
MethodExpression.GreaterThanEquals - Class in org.grails.datastore.gorm.finders
 
MethodExpression.GreaterThanEquals(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.GreaterThanEquals
 
MethodExpression.Ilike - Class in org.grails.datastore.gorm.finders
 
MethodExpression.Ilike(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.Ilike
 
MethodExpression.InList - Class in org.grails.datastore.gorm.finders
 
MethodExpression.InList(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.InList
 
MethodExpression.InRange - Class in org.grails.datastore.gorm.finders
 
MethodExpression.InRange(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.InRange
 
MethodExpression.IsEmpty - Class in org.grails.datastore.gorm.finders
 
MethodExpression.IsEmpty(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.IsEmpty
 
MethodExpression.IsNotEmpty - Class in org.grails.datastore.gorm.finders
 
MethodExpression.IsNotEmpty(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.IsNotEmpty
 
MethodExpression.IsNotNull - Class in org.grails.datastore.gorm.finders
 
MethodExpression.IsNotNull(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.IsNotNull
 
MethodExpression.IsNull - Class in org.grails.datastore.gorm.finders
 
MethodExpression.IsNull(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.IsNull
 
MethodExpression.LessThan - Class in org.grails.datastore.gorm.finders
 
MethodExpression.LessThan(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.LessThan
 
MethodExpression.LessThanEquals - Class in org.grails.datastore.gorm.finders
 
MethodExpression.LessThanEquals(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.LessThanEquals
 
MethodExpression.Like - Class in org.grails.datastore.gorm.finders
 
MethodExpression.Like(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.Like
 
MethodExpression.NotEqual - Class in org.grails.datastore.gorm.finders
 
MethodExpression.NotEqual(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.NotEqual
 
MethodExpression.Rlike - Class in org.grails.datastore.gorm.finders
 
MethodExpression.Rlike(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.Rlike
 
min(String) - Method in class grails.gorm.CriteriaBuilder
Computes the min value of a property

N

ne(String, Object) - Method in class grails.gorm.CriteriaBuilder
Creates a "not equals" Criterion based on the specified property name and value.
neProperty(String, String) - Method in class grails.gorm.CriteriaBuilder
Constraints a property to be not equal to a specified other property
NEW_INSTANCE_METHOD - Static variable in class org.codehaus.groovy.grails.compiler.gorm.GormTransformer
 
newInstance() - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
not(Closure) - Method in class grails.gorm.CriteriaBuilder
 
notExists(QueryableCriteria<?>) - Method in class grails.gorm.CriteriaBuilder
 
notIn(String, QueryableCriteria<?>) - Method in class grails.gorm.CriteriaBuilder
 
notIn(String, Closure<?>) - Method in class grails.gorm.CriteriaBuilder
 

O

onPersistenceEvent(AbstractPersistenceEvent) - Method in class org.grails.datastore.gorm.events.AutoTimestampEventListener
 
onPersistenceEvent(AbstractPersistenceEvent) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
OPERATOR_AND - Static variable in class org.grails.datastore.gorm.finders.AbstractFindByFinder
 
OPERATOR_OR - Static variable in class org.grails.datastore.gorm.finders.AbstractFindByFinder
 
OPERATORS - Static variable in class org.grails.datastore.gorm.finders.AbstractFindByFinder
 
or(Closure) - Method in class grails.gorm.CriteriaBuilder
 
OR_OPERATOR - Static variable in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
order(String) - Method in class grails.gorm.CriteriaBuilder
Orders by the specified property name (defaults to ascending)
order(String, String) - Method in class grails.gorm.CriteriaBuilder
Orders by the specified property name and direction
ORDER_ASC - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ORDER_ASCENDING - Static variable in class grails.gorm.CriteriaBuilder
 
ORDER_DESC - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ORDER_DESCENDING - Static variable in class grails.gorm.CriteriaBuilder
 
orderEntries - Variable in class grails.gorm.CriteriaBuilder
 
org.codehaus.groovy.grails.compiler.gorm - package org.codehaus.groovy.grails.compiler.gorm
 
org.grails.datastore.gorm.config - package org.grails.datastore.gorm.config
 
org.grails.datastore.gorm.events - package org.grails.datastore.gorm.events
 
org.grails.datastore.gorm.finders - package org.grails.datastore.gorm.finders
 
org.grails.datastore.gorm.query.transform - package org.grails.datastore.gorm.query.transform
 
org.grails.datastore.gorm.support - package org.grails.datastore.gorm.support
 
org.grails.datastore.gorm.utils - package org.grails.datastore.gorm.utils
 
org.grails.datastore.gorm.validation - package org.grails.datastore.gorm.validation
 

P

PagedResultList - Class in grails.gorm
A result list implementation that provides an additional property called 'totalCount' to obtain the total number of records.
PagedResultList(Query) - Constructor for class grails.gorm.PagedResultList
 
participate - Variable in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
pattern - Variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
performInjectionInternal(String, SourceUnit, ClassNode) - Method in class org.codehaus.groovy.grails.compiler.gorm.GormTransformer
 
performInjectionInternal(String, SourceUnit, ClassNode) - Method in class org.codehaus.groovy.grails.compiler.gorm.GormValidationTransformer
 
persistentEntity - Variable in class grails.gorm.CriteriaBuilder
 
persistentEntityAdded(PersistentEntity) - Method in class org.grails.datastore.gorm.events.AutoTimestampEventListener
 
persistentEntityAdded(PersistentEntity) - Method in class org.grails.datastore.gorm.events.DomainEventListener
populateArgumentsForCriteria(Class<?>, Query, Map) - Static method in class org.grails.datastore.gorm.finders.DynamicFinder
 
projectionList - Variable in class grails.gorm.CriteriaBuilder
 
projections(Closure) - Method in class grails.gorm.CriteriaBuilder
Defines projections
property(String) - Method in class grails.gorm.CriteriaBuilder
A projection that obtains the value of a property of an entity
propertyName - Variable in class org.grails.datastore.gorm.finders.MethodExpression
 

Q

query - Variable in class grails.gorm.CriteriaBuilder
 
QueryBuildingFinder - Interface in org.grails.datastore.gorm.finders
Implemented by finders that build queries.
queryMetaClass - Variable in class grails.gorm.CriteriaBuilder
 

R

reconnect() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
ReflectionUtils - Class in org.grails.datastore.gorm.utils
Utility methods for working with reflection.
ReflectionUtils() - Constructor for class org.grails.datastore.gorm.utils.ReflectionUtils
 
registerNewMethodExpression(Class) - Static method in class org.grails.datastore.gorm.finders.DynamicFinder
Registers a new method expression.
remove(int) - Method in class grails.gorm.PagedResultList
 
requiresStaticLookupMethod() - Method in class org.codehaus.groovy.grails.compiler.gorm.GormTransformer
 
requiresStaticLookupMethod() - Method in class org.codehaus.groovy.grails.compiler.gorm.GormValidationTransformer
 
rlike(String, Object) - Method in class grails.gorm.CriteriaBuilder
Creates an rlike Criterion based on the specified property name and value.
rowCount() - Method in class grails.gorm.CriteriaBuilder
Count the number of records returned

S

session - Variable in class grails.gorm.CriteriaBuilder
 
set(int, Object) - Method in class grails.gorm.PagedResultList
 
setArguments(Object[]) - Method in class org.grails.datastore.gorm.finders.MethodExpression.Between
 
setArguments(Object[]) - Method in class org.grails.datastore.gorm.finders.MethodExpression.InList
 
setArguments(Object[]) - Method in class org.grails.datastore.gorm.finders.MethodExpression.InRange
 
setArguments(Object[]) - Method in class org.grails.datastore.gorm.finders.MethodExpression
 
setDetachedCriteria(DetachedCriteria) - Method in class org.grails.datastore.gorm.finders.DynamicFinderInvocation
 
setExternal(boolean) - Method in class org.grails.datastore.gorm.config.GrailsDomainClassPersistentEntity
 
setInvertBooleanReturnValue(boolean) - Method in class org.grails.datastore.gorm.support.EventTriggerCaller
 
setPattern(String) - Method in class org.grails.datastore.gorm.finders.DynamicFinder
 
setPattern(String) - Method in interface org.grails.datastore.gorm.finders.FinderMethod
 
setPattern(String) - Method in class org.grails.datastore.gorm.finders.ListOrderByFinder
 
setReadOnly() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
setReadWrite() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
setUniqueResult(boolean) - Method in class grails.gorm.CriteriaBuilder
 
setVersion(EntityAccess) - Method in class org.grails.datastore.gorm.events.DomainEventListener
 
shouldInject(URL) - Method in class org.codehaus.groovy.grails.compiler.gorm.GormTransformer
 
shouldInject(URL) - Method in class org.codehaus.groovy.grails.compiler.gorm.GormValidationTransformer
 
shouldSaveOnCreate() - Method in class org.grails.datastore.gorm.finders.FindOrCreateByFinder
 
shouldSaveOnCreate() - Method in class org.grails.datastore.gorm.finders.FindOrSaveByFinder
 
size() - Method in class grails.gorm.PagedResultList
 
sizeEq(String, int) - Method in class grails.gorm.CriteriaBuilder
 
sizeGe(String, int) - Method in class grails.gorm.CriteriaBuilder
 
sizeGt(String, int) - Method in class grails.gorm.CriteriaBuilder
 
sizeLe(String, int) - Method in class grails.gorm.CriteriaBuilder
 
sizeLt(String, int) - Method in class grails.gorm.CriteriaBuilder
 
sizeNe(String, int) - Method in class grails.gorm.CriteriaBuilder
 
staticDetachedCriteriaVariables - Variable in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
sum(String) - Method in class grails.gorm.CriteriaBuilder
Computes the sum of a property
supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.grails.datastore.gorm.events.AutoTimestampEventListener
 
supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.grails.datastore.gorm.events.DomainEventListener

T

targetClass - Variable in class grails.gorm.CriteriaBuilder
 
targetClass - Variable in class org.grails.datastore.gorm.finders.MethodExpression
 
transformClosureExpression(ClassNode, ClosureExpression) - Method in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
transformedExpressions - Variable in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 

V

validate(Object, Errors, boolean) - Method in interface org.grails.datastore.gorm.validation.CascadingValidator
An extended version of the validate(errors,obj) method that takes an additional argument specifying whether the Validator should cascade into associations or not.
validatePropertyName(String, String) - Method in class grails.gorm.CriteriaBuilder
 
visit(ASTNode[], SourceUnit) - Method in class org.grails.datastore.gorm.query.transform.DetachedCriteriaASTTransformation
The method is invoked when an AST Transformation is active.
visit(ASTNode[], SourceUnit) - Method in class org.grails.datastore.gorm.query.transform.GlobalDetachedCriteriaASTTransformation
The method is invoked when an AST Transformation is active.
visitClass(ClassNode) - Method in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
visitDeclarationExpression(DeclarationExpression) - Method in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
visitField(FieldNode) - Method in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
visitMethod(MethodNode) - Method in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
visitMethodCallExpression(MethodCallExpression) - Method in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
visitStaticMethodCallExpression(StaticMethodCallExpression) - Method in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 

W

WHERE_LAZY - Static variable in class org.grails.datastore.gorm.query.transform.DetachedCriteriaTransformer
 
wrapNullInNoopCaller(EventTriggerCaller) - Static method in class org.grails.datastore.gorm.support.EventTriggerCaller
 

Z

ZERO_PARAMS - Static variable in class org.grails.datastore.gorm.events.DomainEventListener
 
A B C D E F G H I J L M N O P Q R S T V W Z