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

A

AbstractArrayOrIterableResultImplementer - Class in org.grails.datastore.gorm.services.implementers
Abstract implementation of a finder that handles Array and Iterables of domain classes
AbstractArrayOrIterableResultImplementer() - Constructor in AbstractArrayOrIterableResultImplementer
AbstractAttributeStoringSession - Class in org.grails.datastore.mapping.core
AbstractClassMapping - Class in org.grails.datastore.mapping.model
Abstract implementation of the ClassMapping interface.
AbstractClassMapping(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext) - Constructor in AbstractClassMapping
AbstractConnectionSourceFactory - Class in org.grails.datastore.mapping.core.connections
Abstract implementation of the ConnectionSourceFactory interface
AbstractConnectionSources - Class in org.grails.datastore.mapping.core.connections
Abstract implementation of the ConnectionSources interface
AbstractConnectionSources(ConnectionSource<T, S>, ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Constructor in AbstractConnectionSources
AbstractConstraint - Class in org.grails.datastore.gorm.validation.constraints
Abstract class for constraints to extend.
AbstractConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in AbstractConstraint
AbstractCriteriaBuilder - Class in org.grails.datastore.gorm.query.criteria
Abstract criteria builder implementation
AbstractCriteriaBuilder(java.lang.Class, org.grails.datastore.mapping.query.QueryCreator, org.grails.datastore.mapping.model.MappingContext) - Constructor in AbstractCriteriaBuilder
AbstractDatastore - Class in org.grails.datastore.mapping.core
Abstract Datastore implementation that deals with binding the Session to thread locale upon creation.
AbstractDatastore(org.grails.datastore.mapping.model.MappingContext, Map<String,Object>, org.springframework.context.ConfigurableApplicationContext, org.grails.datastore.mapping.cache.TPCacheAdapterRepository) - Constructor in AbstractDatastore
AbstractDatastoreApi - Class in org.grails.datastore.gorm
Authors:
Burt Beckwith
AbstractDatastoreApi(org.grails.datastore.mapping.core.Datastore) - Constructor in AbstractDatastoreApi
AbstractDatastoreInitializer - Class in org.grails.datastore.gorm.bootstrap
Abstract class for datastore initializers to implement
AbstractDatastoreInitializer.GrailsBeanBuilderInit - Class in org.grails.datastore.gorm.bootstrap
AbstractDatastoreInitializer.GrailsBeanBuilderInit() - Constructor in AbstractDatastoreInitializer.GrailsBeanBuilderInit
AbstractDatastoreInitializer.GroovyBeanReaderInit - Class in org.grails.datastore.gorm.bootstrap
AbstractDatastoreInitializer.GroovyBeanReaderInit() - Constructor in AbstractDatastoreInitializer.GroovyBeanReaderInit
AbstractDatastoreInitializer(java.util.Map, java.lang.Class) - Constructor in AbstractDatastoreInitializer
AbstractDatastoreMethodDecoratingTransformation - Class in org.grails.datastore.gorm.transform
An abstract implementation for transformations that decorate a method invocation such that the method invocation is wrapped in the execution of a closure that delegates to the original logic.
AbstractDatastoreMethodDecoratingTransformation() - Constructor in AbstractDatastoreMethodDecoratingTransformation
AbstractDatastorePersistenceContextInterceptor - Class in org.grails.datastore.gorm.support
Abstract implementation of the persistence context interceptor
AbstractDatastorePersistenceContextInterceptor(org.grails.datastore.mapping.core.Datastore) - Constructor in AbstractDatastorePersistenceContextInterceptor
AbstractDetachedCriteria - Class in org.grails.datastore.gorm.query.criteria
Abstract super class for DetachedCriteria implementations
AbstractDetachedCriteria.DetachedProjections - Class in org.grails.datastore.gorm.query.criteria
AbstractDetachedCriteria(Class<T>, java.lang.String) - Constructor in AbstractDetachedCriteria
Constructs a DetachedCriteria instance target the given class and alias for the name
AbstractDetachedCriteriaServiceImplementor - Class in org.grails.datastore.gorm.services.implementers
An abstract implementer that builds a detached criteria query from the method arguments
AbstractDetachedCriteriaServiceImplementor() - Constructor in AbstractDetachedCriteriaServiceImplementor
AbstractFindByFinder - Class in org.grails.datastore.gorm.finders
AbstractFindByFinder(java.util.regex.Pattern, org.grails.datastore.mapping.model.MappingContext) - Constructor in AbstractFindByFinder
AbstractFinder - Class in org.grails.datastore.gorm.finders
Abstract base class for finders.
AbstractFinder(org.grails.datastore.mapping.core.Datastore) - Constructor in AbstractFinder
AbstractGormApi - Class in org.grails.datastore.gorm
Abstract GORM API provider.
AbstractGormApi(Class<D>, org.grails.datastore.mapping.model.MappingContext) - Constructor in AbstractGormApi
AbstractGormASTTransformation - Class in org.grails.datastore.gorm.transform
Abstract base class for GORM AST transformations
AbstractGormASTTransformation() - Constructor in AbstractGormASTTransformation
AbstractGormMappingFactory - Class in org.grails.datastore.mapping.config
Abstract GORM implementation that uses the GORM MappingConfigurationBuilder to configure entity mappings.
AbstractKeyValueEntityPersister - Class in org.grails.datastore.mapping.keyvalue.engine
Abstract implementation of the EntityPersister abstract class for key/value style stores.
AbstractKeyValueEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.Session, org.springframework.context.ApplicationEventPublisher) - Constructor in AbstractKeyValueEntityPersister
AbstractMappingAwareCustomTypeMarshaller - Class in org.grails.datastore.mapping.engine.types
Abstract implementation of CustomTypeMarshaller interface that handles the details of getting the correct mapped key for a property
AbstractMappingAwareCustomTypeMarshaller(Class<T>) - Constructor in AbstractMappingAwareCustomTypeMarshaller
AbstractMappingContext - Class in org.grails.datastore.mapping.model
Abstract implementation of the MappingContext interface.
AbstractMappingContext.DefaultProxyFactoryCreator - Class in org.grails.datastore.mapping.model
AbstractMappingContext(org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Constructor in AbstractMappingContext
AbstractMethodDecoratingTransformation - Class in org.grails.datastore.gorm.transform
An abstract implementation for transformations that decorate a method invocation such that the method invocation is wrapped in the execution of a closure that delegates to the original logic.
AbstractMethodDecoratingTransformation() - Constructor in AbstractMethodDecoratingTransformation
AbstractObservableProxyMethodHandler - Class in org.grails.datastore.rx.proxy
Abstract proxy generator for ObservableProxy instances
AbstractObservableProxyMethodHandler(Class<?>, java.lang.Class, org.grails.datastore.rx.query.QueryState, org.grails.datastore.rx.RxDatastoreClient) - Constructor in AbstractObservableProxyMethodHandler
AbstractPersistenceEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
AbstractPersistenceEvent(org.grails.datastore.mapping.core.Datastore, java.lang.Object) - Constructor in AbstractPersistenceEvent
AbstractPersistenceEventListener - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
AbstractPersistenceEventListener(org.grails.datastore.mapping.core.Datastore) - Constructor in AbstractPersistenceEventListener
AbstractPersistentCollection - Class in org.grails.datastore.mapping.collection
Abstract base class for persistent collections.
AbstractPersistentCollection(java.io.Serializable, org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.AssociationQueryExecutor, java.util.Collection) - Constructor in AbstractPersistentCollection
AbstractPersistentEntity - Class in org.grails.datastore.mapping.model
Abstract implementation to be subclasses on a per datastore basis
AbstractPersistentEntity.MappingProperties - Class in org.grails.datastore.mapping.model
AbstractPersistentEntity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Constructor in AbstractPersistentEntity
AbstractPersistentProperty - Class in org.grails.datastore.mapping.model
Abstract implementation of the PersistentProperty interface that uses the PropertyDescriptor instance to establish name and type.
AbstractPersistentProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in AbstractPersistentProperty
AbstractProjectionImplementer - Class in org.grails.datastore.gorm.services.implementers
Abstract implementation for projections
AbstractProjectionImplementer() - Constructor in AbstractProjectionImplementer
AbstractQueryEvent - Class in org.grails.datastore.mapping.query.event
Base class for query events.
AbstractQueryEvent(java.lang.Object, org.grails.datastore.mapping.query.Query) - Constructor in AbstractQueryEvent
AbstractReadOperationImplementer - Class in org.grails.datastore.gorm.services.implementers
Abstract implementor for read operations
AbstractReadOperationImplementer() - Constructor in AbstractReadOperationImplementer
AbstractResultList - Class in org.grails.datastore.gorm.query
An abstract result list for initializing objects lazily from a cursor
AbstractResultList(int, java.lang.Integer, Iterator<Object>) - Constructor in AbstractResultList
AbstractRxDatastoreClient - Class in org.grails.datastore.rx
Abstract implementation the RxDatastoreClient interface
AbstractRxDatastoreClient(ConnectionSources<T, ConnectionSourceSettings>, org.grails.datastore.mapping.model.MappingContext) - Constructor in AbstractRxDatastoreClient
AbstractSaveImplementer - Class in org.grails.datastore.gorm.services.implementers
Abstract implementation of saving
AbstractSaveImplementer() - Constructor in AbstractSaveImplementer
AbstractServiceImplementer - Class in org.grails.datastore.gorm.services.implementers
Abstract implementation of the ServiceImplementer interface
AbstractServiceImplementer() - Constructor in AbstractServiceImplementer
AbstractSession - Class in org.grails.datastore.mapping.core
Abstract implementation of the Session interface that uses a list of Persister instances to save, update and delete instances
AbstractSession.CollectionKey - Class in org.grails.datastore.mapping.core
AbstractSession(org.grails.datastore.mapping.core.Datastore, org.grails.datastore.mapping.model.MappingContext, org.springframework.context.ApplicationEventPublisher, org.grails.datastore.mapping.cache.TPCacheAdapterRepository, boolean) - Constructor in AbstractSession
AbstractStringQueryImplementer - Class in org.grails.datastore.gorm.services.implementers
Abstract support for String-based queries
AbstractStringQueryImplementer() - Constructor in AbstractStringQueryImplementer
AbstractTraitApplyingGormASTTransformation - Class in org.grails.datastore.gorm.transform
An abstract transformation that applies a Trait
AbstractTraitApplyingGormASTTransformation() - Constructor in AbstractTraitApplyingGormASTTransformation
AbstractVetoingConstraint - Class in org.grails.datastore.gorm.validation.constraints
A constraint that can veto further constraint processing
AbstractVetoingConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in AbstractVetoingConstraint
AbstractWhereImplementer - Class in org.grails.datastore.gorm.services.implementers
Abstract implementation for queries annotated with Where
AbstractWhereImplementer() - Constructor in AbstractWhereImplementer
AbstractWriteOperationImplementer - Class in org.grails.datastore.gorm.services.implementers
Abstract implementer for write operations
AbstractWriteOperationImplementer() - Constructor in AbstractWriteOperationImplementer
ACC_SYNTHETIC_ATTRIBUTE - Field in ClassReader
Pseudo access flag to distinguish between the synthetic attribute and the synthetic access flag.
accept(org.springframework.asm.ClassVisitor, org.grails.datastore.gorm.utils.Attribute, int) - Method in ClassReader
Makes the given visitor visit the Java class of this org.springframework.asm.ClassReader.
accessType - Property in Property
Returns:
The default access type to use to read and write property values
activateDirtyChecking(org.grails.datastore.mapping.engine.EntityAccess) - Method in DomainEventListener
active - Field in SessionOnlyTransaction
activeDirtyChecking(java.lang.Object) - Method in AbstractRxDatastoreClient
adapt(org.grails.datastore.gorm.services.ServiceImplementer) - Method in ObservableServiceImplementerAdapter
adapt(org.grails.datastore.gorm.services.ServiceImplementer) - Method in ServiceImplementerAdapter
Adapt the implementer, returning a new implementer if possible, otherwise null
adapted - Property in ObservableResultAdapter
adapted - Property in SingleResultAdapter
AdaptedImplementer - Interface in org.grails.datastore.gorm.services.implementers
An interface for adapters to return the original implementer
adapters - Field in Service
Returns:
Any additional adapters to apply
Default:
{}
adapters - Field in TPCacheAdapterRepositoryImpl
add(org.grails.datastore.mapping.query.Query.Criterion) - Method in AbstractDetachedCriteria
add(java.lang.Object) - Method in AbstractPersistentCollection
add(int, java.lang.Object) - Method in AbstractResultList
add(java.lang.Object) - Method in DirtyCheckingCollection
add(int, java.lang.Object) - Method in DirtyCheckingList
add(E) - Method in PagedResultList
add(int, java.lang.Object) - Method in PersistentList
add(java.lang.Object) - Method in PersistentList.PersistentListIterator
add(Junction, org.grails.datastore.mapping.query.Query.Criterion) - Method in Query
Adds the specified criterion instance to the given junction
add(org.grails.datastore.mapping.query.Query.Criterion) - Method in Query.Junction
add(Projection) - Method in Query.ProjectionList
ADD_TO_METHOD_NODE - Field in GormEntityTransformation
ADD_TO_PARAMETERS - Field in GormEntityTransformation
addAll(java.util.Collection) - Method in AbstractPersistentCollection
addAll(java.util.Collection) - Method in DirtyCheckingCollection
addAll(int, java.util.Collection) - Method in DirtyCheckingList
addAll(int, Collection<? extends E>) - Method in PagedResultList
addAll(int, java.util.Collection) - Method in PersistentList
addAnnotationIfNecessary(org.codehaus.groovy.ast.AnnotatedNode, Class<? extends Annotation>) - Method in AstAnnotationUtils
Adds an annotation to the give nclass node if it doesn't already exist
addAnnotationIfNecessary(org.codehaus.groovy.ast.AnnotatedNode, Class<? extends Annotation>) - Method in AstUtils
Adds an annotation to the give nclass node if it doesn't already exist
addAnnotationOrGetExisting(org.codehaus.groovy.ast.AnnotatedNode, org.codehaus.groovy.ast.ClassNode, Map<String, Object>) - Method in AstAnnotationUtils
addAnnotationOrGetExisting(org.codehaus.groovy.ast.AnnotatedNode, org.codehaus.groovy.ast.ClassNode, Map<String, Object>) - Method in AstUtils
addApplicationListener(ApplicationListener<? extends ApplicationEvent>) - Method in ConfigurableApplicationContextEventPublisher
addApplicationListener(ApplicationListener<?>) - Method in ConfigurableApplicationEventPublisher
Adds a new application listener
addApplicationListener(ApplicationListener<?>) - Method in DefaultApplicationEventPublisher
addAssociationForKey(java.lang.String, List<PropertyNode>, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode) - Method in GormEntityTransformation
addBeanProperty(List<PropertyDescriptor>, groovy.lang.MetaProperty) - Method in ClassPropertyFetcher
addBinaryExpressionToNewBody(List<String>, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.BinaryExpression, boolean, org.codehaus.groovy.ast.VariableScope) - Method in DetachedCriteriaTransformer
addBlockStatementToNewQuery(org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.stmt.BlockStatement, boolean, List<String>, org.codehaus.groovy.ast.VariableScope) - Method in DetachedCriteriaTransformer
addCascadeOperation(PendingOperation<E,K>) - Method in PendingOperation
Adds an operation that should be executed after this operation
addCascadeOperation(PendingOperation<E,K>) - Method in PendingOperationAdapter
addClassExpressionToImplementers(org.codehaus.groovy.ast.expr.Expression, java.util.List, java.lang.Class) - Method in ServiceTransformation
addConnectionSource(java.lang.String, Map<String, Object>) - Method in AbstractConnectionSources
addConnectionSource(java.lang.String, Map<String,Object>) - Method in ConnectionSources
Adds a new ConnectionSource
addConnectionSource(java.lang.String, org.springframework.core.env.PropertyResolver) - Method in InMemoryConnectionSources
addConnectionSource(java.lang.String, org.springframework.core.env.PropertyResolver) - Method in SingletonConnectionSources
addConnectionSource(java.lang.String, org.springframework.core.env.PropertyResolver) - Method in StaticConnectionSources
addConstraint(Class<? extends Constraint>) - Method in ConstraintRegistry
Adds a constraint for the given class
addConstraint(Class<? extends Constraint>, List<Class>) - Method in DefaultConstraintRegistry
addConstraintFactory(org.grails.datastore.gorm.validation.constraints.factory.ConstraintFactory) - Method in ConstraintRegistry
Adds a constraint factory
addConstraintFactory(org.grails.datastore.gorm.validation.constraints.factory.ConstraintFactory) - Method in DefaultConstraintRegistry
addCriteriaCall(org.codehaus.groovy.ast.stmt.BlockStatement, java.lang.String, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, java.lang.String, List<String>, boolean, java.lang.String, org.codehaus.groovy.ast.VariableScope) - Method in DetachedCriteriaTransformer
addCriteriaCallMethodExpression(org.codehaus.groovy.ast.stmt.BlockStatement, java.lang.String, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, java.lang.String, List<String>, boolean, org.codehaus.groovy.ast.VariableScope) - Method in DetachedCriteriaTransformer
addDelete(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.lang.Object) - Method in BatchOperation
Adds a delete operation for the given entity, id and object
addDirtyCheckingSetter(org.codehaus.groovy.ast.ClassNode, java.lang.String, java.lang.String, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.transform.sc.StaticCompilationVisitor) - Method in DirtyCheckingTransformer
addEntityValidator(org.grails.datastore.mapping.model.PersistentEntity, org.springframework.validation.Validator) - Method in AbstractMappingContext
Adds a validator for an entity
addEntityValidator(org.grails.datastore.mapping.model.PersistentEntity, org.springframework.validation.Validator) - Method in MappingContext
Adds a validator to be used by the entity for validation
addExcludedListenerName(java.lang.String) - Method in AbstractPersistenceEvent
addExternalPersistentEntity(java.lang.Class) - Method in AbstractMappingContext
Adds an external PersistentEntity instance, one that is not managed and persisted by this context
addExternalPersistentEntity(java.lang.Class) - Method in MappingContext
Adds a persistent entity that is not mapped by this MappingContext instance.
addInsert(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.lang.Object) - Method in BatchOperation
Adds an insert operation for the given entity and object
addInstanceMethods(org.grails.datastore.mapping.model.PersistentEntity, boolean) - Method in GormEnhancer
additionalConverters - Field in RelaxedConversionService
AdditionalGormEntityTransformation - Interface in org.grails.compiler.gorm
Additional transformations applied to GORM entities
addListener(ConnectionSourcesListener<T, S>) - Method in AbstractConnectionSources
addListener(ConnectionSourcesListener<T,S>) - Method in ConnectionSources
Adds a listener
addLoadedEntity(java.lang.Class, java.io.Serializable, java.lang.Object) - Method in QueryState
addMappingContextListener(org.grails.datastore.mapping.model.MappingContext.Listener) - Method in AbstractMappingContext
addMappingContextListener(org.grails.datastore.mapping.model.MappingContext.Listener) - Method in MappingContext
Adds a new mapping context listener instance
addMapPrefix(org.springframework.beans.MutablePropertyValues) - Method in RelaxedDataBinder
addMetaConstraint(java.lang.String, java.lang.Object) - Method in DefaultConstrainedProperty
Adds a meta constraints which is a non-validating informational constraint.
addOwner(java.lang.Class) - Method in AbstractPersistentEntity
addOwner(java.lang.Class) - Method in PersistentEntity
Add a class to the owners list of this PersistentEntity
addParameterNames(java.lang.String, java.lang.Class, List<String>) - Method in ConfigurableParameterNameProvider
registers parameter names
addPendingDelete(org.grails.datastore.mapping.core.impl.PendingDelete) - Method in AbstractSession
addPendingInsert(org.grails.datastore.mapping.core.impl.PendingInsert) - Method in AbstractSession
addPendingInsert(org.grails.datastore.mapping.core.impl.PendingInsert) - Method in SessionImplementor
Adds a pending insert operation
addPendingUpdate(org.grails.datastore.mapping.core.impl.PendingUpdate) - Method in AbstractSession
addPendingUpdate(org.grails.datastore.mapping.core.impl.PendingUpdate) - Method in SessionImplementor
Adds a pending update operation
addPersistentEntities(java.lang.Class) - Method in AbstractMappingContext
addPersistentEntities(java.lang.Class) - Method in MappingContext
Adds several PersistentEntity instances
addPersistentEntity(java.lang.Class) - Method in AbstractMappingContext
Adds a PersistentEntity instance
addPersistentEntity(java.lang.Class, boolean) - Method in MappingContext
Adds a PersistentEntity instance
addPersistentEntityInternal(java.lang.Class, boolean, boolean) - Method in AbstractMappingContext
addPostFlushOperation(java.lang.Runnable) - Method in AbstractSession
addPostFlushOperation(java.lang.Runnable) - Method in SessionImplementor
Adds an operation to be executed after a flush
addPreOperation(PendingOperation<E,K>) - Method in PendingOperation
Adds an operation to executed prior to other operations
addPreOperation(PendingOperation<E,K>) - Method in PendingOperationAdapter
addProjectionToCurrentBody(org.codehaus.groovy.ast.stmt.BlockStatement, java.lang.String, java.lang.String, org.codehaus.groovy.ast.VariableScope) - Method in DetachedCriteriaTransformer
addRelationshipManagementMethods(java.lang.String, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode) - Method in GormEntityTransformation
addSession(org.grails.datastore.mapping.core.Session) - Method in SessionHolder
addSimpleSort(org.grails.datastore.mapping.query.Query, java.lang.String, java.lang.String, boolean) - Method in DynamicFinder
addStatementToNewQuery(org.codehaus.groovy.ast.stmt.Statement, org.codehaus.groovy.ast.stmt.BlockStatement, boolean, List<String>, org.codehaus.groovy.ast.VariableScope) - Method in DetachedCriteriaTransformer
addStaticMethods(org.grails.datastore.mapping.model.PersistentEntity, boolean) - Method in GormEnhancer
addTenantForSchema(java.lang.String) - Method in SchemaMultiTenantCapableDatastore
Add a new tenant at runtime for the given schema name
addTenantForSchema(java.lang.String) - Method in SimpleMapDatastore
addTo(java.lang.String, java.lang.Object) - Method in GormEntity
Adds the given value to given association ensuring both sides are correctly associated
addTo(java.lang.String, java.lang.Object) - Method in RxEntity
Adds the given value to given association ensuring both sides are correctly associated
addToCriteria(org.grails.datastore.mapping.query.Query.Criterion) - Method in AbstractCriteriaBuilder
addToJunction(Junction, org.grails.datastore.mapping.query.Query.Criterion) - Method in Query
A criterion is used to restrict the results of a query
addToOneIdProperty(java.lang.String, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.ListExpression, org.codehaus.groovy.ast.MethodNode) - Method in GormEntityTransformation
addTransformedEntityName(java.lang.String) - Method in AstUtils
Parameters:
name - Adds the name of a transformed entity
addTypeConverter(org.springframework.core.convert.converter.Converter) - Method in AbstractMappingContext
addTypeConverter(org.springframework.core.convert.converter.Converter) - Method in MappingContext
Add a converter used to convert property values to and from the datastore
addUpdate(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.lang.Object) - Method in BatchOperation
Adds an update operation for the given entity, id and object
addValueExtractor(ValueExtractor<?>) - Method in GormValidatorFactoryAdapter.GormValidatorContext
AFTER_DELETE_EVENT - Field in AbstractPersistenceEvent
AFTER_INSERT_EVENT - Field in AbstractPersistenceEvent
AFTER_LOAD_EVENT - Field in AbstractPersistenceEvent
AFTER_UPDATE_EVENT - Field in AbstractPersistenceEvent
afterCommit() - Method in SpringSessionSynchronization
afterCompletion(org.springframework.web.context.request.WebRequest, java.lang.Exception) - Method in OpenSessionInViewInterceptor
afterCompletion(int) - Method in SpringSessionSynchronization
afterDelete(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PostDeleteEvent) - Method in DomainEventListener
afterInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PostInsertEvent) - Method in DomainEventListener
afterLoad(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PostLoadEvent) - Method in DomainEventListener
afterUpdate(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PostUpdateEvent) - Method in DomainEventListener
AGGREGATE_FUNCTIONS - Field in DetachedCriteriaTransformer
AggregatePersistenceContextInterceptor - Class in org.grails.datastore.gorm.support
Authors:
Graeme Rocher
AggregatePersistenceContextInterceptor(List<PersistenceContextInterceptor>) - Constructor in AggregatePersistenceContextInterceptor
Constructor.
AggregateTimestampProvider - Class in org.grails.datastore.gorm.timestamp
TimestampProvider implementation that aggregates multiple TimestampProviders
aggregatorBeanClass - Property in PersistenceContextInterceptorAggregator
aggregatorBeanName - Property in PersistenceContextInterceptorAggregator
alias - Property in AbstractDetachedCriteria
aliases - Field in DetachedCriteriaTransformer
aliasExpressions - Field in DetachedCriteriaTransformer
alignReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode) - Method in DirtyCheckingTransformer
alignReturnType(org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in RxScheduleIOTransformation
ALL - Field in ConnectionSource
Constance for a mapping to all connection sources
ALL_DATA_SOURCES - Field in Entity
deprecated:
Use ConnectionSource.DEFAULT instead
allEq(Map<String,Object>) - Method in AbstractCriteriaBuilder
Apply an "equals" constraint to each property in the key set of a Map
allEq(Map<String, Object>) - Method in AbstractDetachedCriteria
See Also:
Criteria#allEq(java.util.Map)
allEq(Map<String,Object>) - Method in Criteria
Apply an "equals" constraint to each property in the key set of a Map
allEq(Map<String, Object>) - Method in DetachedCriteria
allEq(Map<String,Object>) - Method in Query
Shortcut to restrict the query to multiple given property values
allOperations - Property in TenantDelegatingGormOperations
allowArbitraryCustomTypes() - Method in MappingFactory
allowDynamic - Field in ConstrainedPropertyBuilder
allQualifiers(org.grails.datastore.mapping.core.Datastore, org.grails.datastore.mapping.model.PersistentEntity) - Method in GormEnhancer
Obtain all of the qualifiers (typically the connection names) for the datastore and entity
AllTenantsResolver - Interface in org.grails.datastore.mapping.multitenancy
For discriminator based multi-tenancy the tenant resolver has to be able to resolve all tenant ids in order to be able to iterate of the the available tenants
and(groovy.lang.Closure) - Method in AbstractCriteriaBuilder
and(groovy.lang.Closure) - Method in AbstractDetachedCriteria
Handles a conjunction
and(groovy.lang.Closure) - Method in Criteria
Creates a logical conjunction
and(groovy.lang.Closure) - Method in DetachedCriteria
AND_OPERATOR - Field in DetachedCriteriaTransformer
and(org.grails.datastore.mapping.query.Query.Criterion, org.grails.datastore.mapping.query.Query.Criterion) - Method in Query
Creates a conjunction using two specified criterion
and(org.grails.datastore.mapping.query.Query.Criterion, org.grails.datastore.mapping.query.Query.Criterion) - Method in Restrictions
ANN_SCHEDULER - Field in RxScheduleIOTransformation
ANN_SINGLE_RESULT - Field in RxScheduleIOTransformation
AnnotatedServiceImplementer - Interface in org.grails.datastore.gorm.services.implementers
An annotated implementer
ANNOTATION_NAME_EXCLUDES - Field in AbstractMethodDecoratingTransformation
ANNOTATION_NAME_EXCLUDES - Field in TransactionalTransform
annotation - Field in OrderedGormTransformation.TransformationInvocation
ANNOTATION - Field in RxScheduleIOTransformation
ANNOTATION_TYPE - Field in RxScheduleIOTransformation
annotationMetadata - Field in AnnotationMetadataReader
AnnotationMetadataReader - Class in org.grails.datastore.gorm.utils
A more limited version of Spring's annotation reader that only reads annotations on classes
AnnotationMetadataReader.EmptyAnnotationVisitor - Class in org.grails.datastore.gorm.utils
AnnotationMetadataReader(org.springframework.core.io.Resource, java.lang.ClassLoader, boolean) - Constructor in AnnotationMetadataReader
Constructs a new annotation metadata reader
AnnotationMetadataReaderFactory - Class in org.grails.datastore.gorm.utils
A org.springframework.core.type.classreading.CachingMetadataReaderFactory that only reads annotations and not the whole class body
AnnotationMetadataReaderFactory(java.lang.ClassLoader) - Constructor in AnnotationMetadataReaderFactory
annotations - Property in ClasspathEntityScanner
The annotations to scan
ANNOTATIONS - Field in ClassReader
True to enable annotations support.
apiDelegate - Field in MethodInvokingClosure
appendCriteriaForOperator(java.lang.StringBuilder, java.lang.String, java.lang.String, int, java.lang.String, boolean) - Method in JpaQueryBuilder
appendOrder(java.lang.StringBuilder, java.lang.String) - Method in JpaQueryBuilder
appendPropertyComparison(java.lang.StringBuilder, java.lang.String, java.lang.String, java.lang.String, java.lang.String) - Method in JpaQueryBuilder
appendRuleElement(org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, java.lang.String, org.codehaus.groovy.ast.expr.Expression) - Method in TransactionalTransform
applicationContext - Field in AbstractDatastore
applicationContext - Property in ConfigurableApplicationContextEventPublisher
applicationContext - Field in SpringDataSourceConnectionSourceFactory
applicationListeners - Field in DefaultApplicationEventPublisher
APPLIED_MARKER - Field in GormEntityTransformation
APPLIED_MARKER - Field in RxScheduleIOTransformation
APPLIED_MARKER - Field in ServiceTransformation
APPLIED_MARKER - Field in TenantTransform
APPLIED_MARKER - Field in TransactionalTransform
appliedConstraints - Field in DefaultConstrainedProperty
appliesToDatastore(org.grails.datastore.mapping.core.Datastore, org.grails.datastore.mapping.model.PersistentEntity) - Method in GormEnhancer
apply(java.lang.String) - Method in RelaxedNames.Manipulation
apply(java.lang.String) - Method in RelaxedNames.Variation
applyAdditionalCriteria(org.grails.datastore.mapping.query.Query, groovy.lang.Closure) - Method in AbstractFinder
applyConstraint(java.lang.String, java.lang.Object) - Method in Constrained
Applies the given constraint
applyConstraint(java.lang.String, java.lang.Object) - Method in DefaultConstrainedProperty
Applies a constraint for the specified name and consraint value.
applyConstraintInternal(java.lang.String, java.lang.Object) - Method in DefaultConstrainedProperty
applyDefaultConstraints(java.lang.String, org.grails.datastore.mapping.model.PersistentProperty, grails.gorm.validation.ConstrainedProperty, Map<String,Object>) - Method in DefaultConstraintEvaluator
applyDefaultNullableConstraint(grails.gorm.validation.ConstrainedProperty, boolean) - Method in DefaultConstraintEvaluator
applyDefaultTransactionHandling(org.codehaus.groovy.ast.MethodNode) - Method in AbstractReadOperationImplementer
applyDefaultTransactionHandling(org.codehaus.groovy.ast.MethodNode) - Method in DeleteImplementer
applyDefaultTransactionHandling(org.codehaus.groovy.ast.MethodNode) - Method in DeleteWhereImplementer
applyDefaultTransactionHandling(org.codehaus.groovy.ast.MethodNode) - Method in FindAndDeleteImplementer
applyDefaultTransactionHandling(org.codehaus.groovy.ast.MethodNode) - Method in UpdateStringQueryImplementer
applyDetachedCriteria(org.grails.datastore.mapping.query.Query, org.grails.datastore.gorm.query.criteria.AbstractDetachedCriteria) - Method in DynamicFinder
Applies the given detached criteria to the given query
ApplyDetachedCriteriaTransform - Annotation Type in org.grails.datastore.gorm.query.transform
Used only for testing
applyJunctionToResults(org.grails.datastore.mapping.query.Query.Junction, java.util.List) - Method in SimpleMapQuery
applyLazyCriteria() - Method in AbstractDetachedCriteria
applyLazyCriteria() - Method in DetachedCriteria
applyMapOfConstraints(Map<String,Object>, java.lang.String, org.grails.datastore.mapping.model.PersistentProperty, grails.gorm.validation.ConstrainedProperty) - Method in DefaultConstraintEvaluator
applyMaxAndOffset(java.util.List) - Method in SimpleMapQuery
applyOrder(java.util.List, org.grails.datastore.mapping.query.Query.Order) - Method in ManualEntityOrdering
applySharedConstraints(org.grails.datastore.gorm.validation.constraints.builder.ConstrainedPropertyBuilder, Map<String,ConstrainedProperty>) - Method in DefaultConstraintEvaluator
applySortForMap(org.grails.datastore.mapping.query.Query, java.util.Map, boolean) - Method in DynamicFinder
Applies sorting logic to the given query from the given map
applyTransactionalAttributeSettings(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in TransactionalTransform
areAssociationsDirty(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in DirtyCheckingSupport
Checks whether associations are dirty
areCollectionsEqual(java.lang.Object, java.lang.Object) - Method in NativeEntryEntityPersister
areEmbeddedDirty(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in DirtyCheckingSupport
Checks whether embedded associations are dirty
areEqual(java.lang.Object, java.lang.Object, java.lang.String) - Method in NativeEntryEntityPersister
ARGUMENT_CACHE - Field in DynamicFinder
ARGUMENT_DEEP_VALIDATE - Field in GormValidationApi
ARGUMENT_FETCH - Field in DynamicFinder
ARGUMENT_FETCH_SIZE - Field in DynamicFinder
ARGUMENT_FLUSH_MODE - Field in DynamicFinder
ARGUMENT_IGNORE_CASE - Field in DynamicFinder
ARGUMENT_LOCK - Field in DynamicFinder
ARGUMENT_MAX - Field in DynamicFinder
ARGUMENT_OFFSET - Field in DynamicFinder
ARGUMENT_ORDER - Field in DynamicFinder
ARGUMENT_READ_ONLY - Field in DynamicFinder
ARGUMENT_SORT - Field in DynamicFinder
ARGUMENT_TIMEOUT - Field in DynamicFinder
arguments - Property in BatchOperation
Arguments to the operation
arguments - Field in DetachedCriteriaTransformer.ClosureAndArguments
arguments - Field in DynamicFinderInvocation
arguments - Field in MethodExpression
argumentsRequired - Field in MethodExpression
ArrayIndexNode(java.lang.String) - Constructor in RelaxedDataBinder.BeanPath.ArrayIndexNode
AS_CLAUSE - Field in JpaQueryBuilder
asBoolean(groovy.lang.Closure) - Method in DetachedCriteria
Counts the number of records returned by the query
asBoolean() - Method in EventTriggerCaller
asc(java.lang.String) - Method in Query.Order
Creates a new order for the given property in ascending order
ASC - Enum Constant in Query.Order.Direction
asErrors(java.lang.Object, Set<ConstraintViolation>) - Method in ConstraintViolationUtils
Converts a ConstraintViolation instances to errors
asErrors(java.lang.Object, Set<ConstraintViolation>) - Method in ValidatedService
Converts a ConstraintViolationException to errors
ASSIGNED - Enum Constant in ValueGenerator
Generated through assignment
ASSIGNMENT_OPERATOR - Field in AstUtils
associatedEntity - Field in Association
Association - Class in org.grails.datastore.mapping.model.types
Models an association between one class and another
Association(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in Association
association - Field in AssociationQuery
association - Property in DetachedAssociationCriteria
association - Property in RxPersistentList
association - Property in RxPersistentSet
association - Property in RxPersistentSortedSet
AssociationCriteria - Interface in org.grails.datastore.mapping.query.api
Interface for criteria related to an association
associationCriteriaMap - Field in AbstractDetachedCriteria
AssociationIndexer - Interface in org.grails.datastore.mapping.engine
Responsible for creating indices for associations used in queries.
associationKey - Field in AbstractPersistentCollection
associationKey - Field in AssociationQueryProxyHandler
associationPath - Property in DetachedAssociationCriteria
AssociationQuery - Class in org.grails.datastore.mapping.query
Used to capture the metadata for a query on an associated object.
AssociationQuery(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.types.Association) - Constructor in AssociationQuery
AssociationQueryExecutor - Interface in org.grails.datastore.mapping.engine
An interface for classes that know how to query an association
associationQueryHandlers - Property in SimpleMapQuery
AssociationQueryProxyHandler - Class in org.grails.datastore.mapping.proxy
A proxy handler that uses a AssociationQueryExecutor to retrieve the association
AssociationQueryProxyHandler(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.AssociationQueryExecutor, java.io.Serializable) - Constructor in AssociationQueryProxyHandler
associations - Field in AbstractPersistentEntity
associationtoString(java.lang.String, org.grails.datastore.mapping.model.types.Association) - Method in MappingFactory
AstAnnotationUtils - Class in org.grails.datastore.mapping.reflect
Utility methods for dealing with annotations in AST transforms
AstAnnotationUtils() - Constructor in AstAnnotationUtils
AstGenericsUtils - Class in org.grails.datastore.mapping.reflect
Generics utilities
AstGenericsUtils() - Constructor in AstGenericsUtils
AstMethodDispatchUtils - Class in org.grails.datastore.gorm.transform
Authors:
Graeme Rocher
AstMethodDispatchUtils() - Constructor in AstMethodDispatchUtils
AstPropertyResolveUtils - Class in org.grails.datastore.gorm.transform
Utilities for resolving property names from domain classes etc.
AstUtils - Class in org.grails.datastore.mapping.reflect
Utility methods for dealing with Groovy ASTs
AstUtils.1 - Class in org.grails.datastore.mapping.reflect
AstUtils.1() - Constructor in AstUtils.1
AstUtils() - Constructor in AstUtils
AsyncEntity - Trait in grails.gorm.async
Adds Grails Async features to an entity that implements this trait, including the ability to run GORM tasks in a separate thread
AsyncQuery - Class in org.grails.datastore.gorm.async
Exposes all methods from the GormOperations interface asynchronously
AsyncQuery(GormOperations<E>) - Constructor in AsyncQuery
attach(java.lang.Object) - Method in AbstractSession
attach() - Method in DelegatingGormEntityApi
attach() - Method in GormEntity
Attaches an instance to an existing session.
attach() - Method in GormEntityApi
Attaches an instance to an existing session.
attach(D) - Method in GormInstanceApi
Attaches an instance to an existing session.
attach(D) - Method in GormInstanceOperations
Attaches an instance to an existing session.
attach(D) - Method in GormStaticApi
attach(java.lang.Object) - Method in Session
Attaches an object the current session
attach(D) - Method in TenantDelegatingGormOperations
ATTACHED - Field in GormProperties
attr(java.lang.String) - Method in Attribute
Attribute - Class in org.grails.datastore.mapping.document.config
Configures how a Java property maps to a Document attribute
Attribute() - Constructor in Attribute
ATTRIBUTE_PROPERTY_ORIGIN - Field in OriginCapablePropertyValue
ATTRIBUTE - Field in SessionTenantResolver
attributeName - Property in SessionTenantResolver
The attribute name to use
attributes - Field in AbstractAttributeStoringSession
attributes - Property in DefaultConstrainedProperty
attributes(Map<String, Object>) - Method in DynamicAttributes
Obtain the dynamic attributes combined with the provided attributes
attrs - Field in Context
Prototypes of the attributes that must be parsed for this class.
AUTO - Enum Constant in ValueGenerator
The default generated
autoFlush - Property in ConnectionSourceSettings
Whether to auto flush
autoTimestamp - Property in Entity
Returns:
Whether automatic time stamps should be applied to 'lastUpdate' and 'dateCreated' properties
AutoTimestampEventListener - Class in org.grails.gorm.rx.events
An auto timestamp event listener for RxGORM
AutoTimestampEventListener(org.grails.datastore.rx.RxDatastoreClient) - Constructor in AutoTimestampEventListener
autowire - Property in ConnectionSourceSettings
Whether to autowire entities via Spring if used
autowire - Property in Entity
Returns:
Whether the entity should be autowired
autowireBeanProperties(java.lang.Object) - Method in DomainEventListener
autowireEntities - Field in DomainEventListener
avg(java.lang.String) - Method in AbstractCriteriaBuilder
Computes the average value of a property
avg(java.lang.String) - Method in AbstractDetachedCriteria
Adds a avg projection
avg(java.lang.String) - Method in AbstractDetachedCriteria.DetachedProjections
avg(java.lang.String) - Method in DetachedCriteria
avg(java.lang.String) - Method in ProjectionList
Computes the average value of a property
avg(java.lang.String) - Method in Projections
Computes the average value of a property
avg(java.lang.String) - Method in Query.ProjectionList
Computes the average value of a property
AvgProjection(java.lang.String) - Constructor in Query.AvgProjection

B

b - Field in ClassReader
The class to be parsed.
Basic - Class in org.grails.datastore.mapping.model.types
Models a basic collection type such as a list of Strings
Basic(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in Basic
BasicTypeConverterRegistrar - Class in org.grails.datastore.mapping.model.types
A registrar that registers basic type converters
batchDelete(org.grails.datastore.rx.batch.BatchOperation) - Method in AbstractRxDatastoreClient
Executes a batch delete operation
BatchOperation - Class in org.grails.datastore.rx.batch
Represents a batch operation
BatchOperation.EntityOperation - Class in org.grails.datastore.rx.batch
BatchOperation.EntityOperation() - Constructor in BatchOperation.EntityOperation
BatchOperation(Map<String, Object>) - Constructor in BatchOperation
batchWrite(org.grails.datastore.rx.batch.BatchOperation) - Method in AbstractRxDatastoreClient
Executes a batch write operation
BeanEntityAccess - Class in org.grails.datastore.mapping.engine
Class used to access properties of an entity.
BeanEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Constructor in BeanEntityAccess
beanFactory - Field in BeanFactoryValidatorRegistry
beanFactory - Field in DatastoreServiceMethodInvokingFactoryBean
BeanFactoryValidatorRegistry - Class in org.grails.datastore.mapping.validation
Looks up validators from Spring
BeanFactoryValidatorRegistry(org.springframework.beans.factory.BeanFactory) - Constructor in BeanFactoryValidatorRegistry
BeanPath(java.lang.String) - Constructor in RelaxedDataBinder.BeanPath
beanWrapper - Field in BeanEntityAccess
BEFORE_DELETE_EVENT - Field in AbstractPersistenceEvent
BEFORE_INSERT_EVENT - Field in AbstractPersistenceEvent
BEFORE_LOAD_EVENT - Field in AbstractPersistenceEvent
BEFORE_UPDATE_EVENT - Field in AbstractPersistenceEvent
BEFORE_VALIDATE - Field in BeforeValidateHelper
beforeCommit(boolean) - Method in SpringSessionSynchronization
beforeCompletion() - Method in SpringSessionSynchronization
beforeDelete(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PreDeleteEvent) - Method in DomainEventListener
beforeInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in AutoTimestampEventListener
beforeInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PreInsertEvent) - Method in DomainEventListener
beforeLoad(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PreLoadEvent) - Method in DomainEventListener
beforeUpdate(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in AutoTimestampEventListener
beforeUpdate(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PreUpdateEvent) - Method in DomainEventListener
BeforeValidateEventTriggerCaller(Class<?>, groovy.lang.MetaClass) - Constructor in BeforeValidateHelper.BeforeValidateEventTriggerCaller
BeforeValidateHelper - Class in org.grails.datastore.gorm.support
BeforeValidateHelper.BeforeValidateEventTriggerCaller - Class in org.grails.datastore.gorm.support
beforeValidateHelper - Property in GormValidationApi
beginTransaction(org.springframework.transaction.TransactionDefinition) - Method in AbstractSession
beginTransaction(org.springframework.transaction.TransactionDefinition) - Method in Session
Starts a transaction
beginTransactionInternal() - Method in AbstractSession
beginTransactionInternal() - Method in SimpleMapSession
BELONGS_TO - Field in GormProperties
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in AbstractCriteriaBuilder
Restricts the results by the given property value range (inclusive)
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in Criteria
Restricts the results by the given property value range (inclusive)
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in DetachedCriteria
Between(java.lang.String) - Constructor in MethodExpression.Between
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in Query
Restricts the results by the given property value range
Between(java.lang.String, java.lang.Object, java.lang.Object) - Constructor in Query.Between
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in Restrictions
Restricts the results by the given property value range
bind(javax.sql.DataSource) - Method in DataSourceBuilder
bindNewSession(org.grails.datastore.mapping.core.Session) - Method in DatastoreUtils
Adds the session to the current SessionHolder's list of sessions, making it the current session.
bindParametersAndSave(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression) - Method in AbstractSaveImplementer
bindSession(org.grails.datastore.mapping.core.Session, java.lang.Object) - Method in DatastoreUtils
Bind the session to the thread with a SessionHolder keyed by its Datastore.
blank - Field in BlankConstraint
blank - Property in DefaultConstrainedProperty
BLANK - Field in RelaxedDataBinder
BlankConstraint - Class in org.grails.datastore.gorm.validation.constraints
A Constraint that validates a string is not blank.
BlankConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in BlankConstraint
BlockingOperationException - Class in org.grails.datastore.rx.exceptions
Thrown when a blocking operation is executed
BlockingOperationException(java.lang.String) - Constructor in BlockingOperationException
bootstrapMethods - Field in Context
The start index of each bootstrap method.
buffer - Field in Context
The buffer used to read strings.
build(groovy.lang.Closure) - Method in AbstractCriteriaBuilder
build(groovy.lang.Closure) - Method in AbstractDetachedCriteria
Enable the builder syntax for constructing Criteria
build(Class<?>, groovy.lang.MetaClass, Class<?>) - Method in BeforeValidateHelper.BeforeValidateEventTriggerCaller
build() - Method in ConfigurationBuilder
build(java.lang.Class, java.lang.String, java.lang.Object) - Method in ConstraintFactory
Builds a constraint
build() - Method in DataSourceBuilder
build(java.lang.Class, java.lang.String, java.lang.Object) - Method in DefaultConstraintFactory
build(groovy.lang.Closure) - Method in DetachedCriteria
build() - Method in DetachedCriteriaTransformer.ClosureAndArguments
build(java.lang.Class, java.lang.String, java.lang.Object) - Method in MappingContextAwareConstraintFactory
build() - Method in MappingDefinition
Build a new mapping
BuildableCriteria - Interface in org.grails.datastore.mapping.query.api
Authors:
Jeff Brown
buildArgs(org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in FindAllByImplementer
buildCaller(java.lang.String, Class<?>, groovy.lang.MetaClass, Class<?>) - Method in EventTriggerCaller
buildCallToOriginalMethod(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractMethodDecoratingTransformation
buildCascadeOperations() - Method in Association
It is possible this method could be called multiple times in some threaded initialization scenarios.
buildConfiguration() - Method in JavaxValidatorRegistry
Builds the default Validator configuration
buildConfigurationFor(org.grails.datastore.mapping.model.MappingContext, org.springframework.context.MessageSource) - Method in JavaxValidatorRegistry
Builds a configuration for the given context and message source
buildDefault(java.lang.Class) - Method in ConfigurableParameterNameProvider
buildDelegatingMethodCall(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in AbstractMethodDecoratingTransformation
Builds the delegating method call for the given class node
buildDelegatingMethodCall(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in RxScheduleIOTransformation
buildDelegatingMethodCall(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in TenantTransform
buildDelegatingMethodCall(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in TransactionalTransform
buildDelete() - Method in JpaQueryBuilder
Builds a DELETE statement
builderMethodPrefix - Property in ConfigurationBuilder
buildGetPropertyExpression(org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.ClassNode, boolean) - Method in AstUtils
Build static direct call to getter of a property
buildInstanceApiLookup(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractServiceImplementer
buildInterfaceImpl(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in InterfaceProjectionBuilder
buildInterfaceProjection(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode) - Method in IterableInterfaceProjectionBuilder
buildInterfaceProjection(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode) - Method in SingleResultInterfaceProjectionBuilder
buildInternal(B, java.lang.String) - Method in ConfigurationBuilder
buildLazy(groovy.lang.Closure) - Method in AbstractDetachedCriteria
Enable the builder syntax for constructing Criteria
buildLazy(groovy.lang.Closure) - Method in DetachedCriteria
buildMatchSpec(java.lang.String, java.lang.String, int) - Method in DynamicFinder
Builds a match specification that can be used to establish information about a dynamic finder compilation for the purposes of compilation etc.
buildMatchSpec(java.lang.String, java.lang.String, int) - Method in FindAllByImplementer
buildNamedCriteriaProxy(java.lang.Class, Map<String, Closure>, java.lang.String, java.lang.Object) - Method in GormEnhancer
buildNestedPath(java.lang.String, java.lang.String, java.lang.Object) - Method in PersistentEntityValidator
buildQuery(org.grails.datastore.gorm.finders.DynamicFinderInvocation, Class<?>, org.grails.datastore.mapping.query.Query) - Method in AbstractFindByFinder
buildQuery(org.grails.datastore.gorm.finders.DynamicFinderInvocation, Class<?>, org.grails.datastore.mapping.query.Query) - Method in CountByFinder
buildQuery(org.grails.datastore.gorm.finders.DynamicFinderInvocation, Class<?>, org.grails.datastore.mapping.query.Query) - Method in FindAllByFinder
buildQuery(org.grails.datastore.gorm.finders.DynamicFinderInvocation, org.grails.datastore.mapping.core.Session) - Method in QueryBuildingFinder
Build a query from an invocation
buildQueryableCriteria(groovy.lang.Closure) - Method in AbstractCriteriaBuilder
buildQueryableCriteria(groovy.lang.Closure) - Method in AbstractDetachedCriteria
buildQueryableCriteria(groovy.lang.Closure) - Method in DetachedCriteria
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractStringQueryImplementer
Builds the query return statement
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllStringQueryImplementer
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneInterfaceProjectionStringQueryImplementer
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneStringQueryImplementer
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in UpdateStringQueryImplementer
buildRecurse(java.lang.Object, List<Class>, java.lang.Object, java.lang.String) - Method in ConfigurationBuilder
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractWhereImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in CountWhereImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in DeleteWhereImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllByImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllByInterfaceProjectionImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllWhereImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode) - Method in FindAndDeleteImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneByInterfaceProjectionImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode) - Method in FindOneImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode) - Method in FindOneInterfaceProjectionImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneInterfaceProjectionWhereImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneWhereImplementer
buildRuntimeSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F) - Method in AbstractConnectionSourceFactory
buildSelect(java.lang.StringBuilder, List<Query.Projection>, java.lang.String, org.grails.datastore.mapping.model.PersistentEntity) - Method in JpaQueryBuilder
buildSelectClause(java.lang.StringBuilder) - Method in JpaQueryBuilder
buildSetPropertyExpression(org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression) - Method in AstUtils
Build static direct call to setter of a property
buildSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F, boolean) - Method in AbstractConnectionSourceFactory
buildSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F, boolean) - Method in DataSourceConnectionSourceFactory
buildSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F, boolean) - Method in SimpleMapConnectionSourceFactory
buildSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F, boolean) - Method in SingletonConnectionSources.NullConnectionFactory
buildStaticApiLookup(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractServiceImplementer
buildSubQuery(java.lang.StringBuilder, java.lang.StringBuilder, int, java.util.List, org.springframework.core.convert.ConversionService, boolean, boolean, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in JpaQueryBuilder
buildUpdate(Map<String,Object>) - Method in JpaQueryBuilder
Builds an UPDATE statement.
buildUpdateStatement(java.lang.StringBuilder, Map<String,Object>, java.util.List, boolean) - Method in JpaQueryBuilder
buildValidatorFactoryAdapter(javax.validation.Configuration) - Method in JavaxValidatorRegistry
Build the validator factory from the validator configuration
buildWhereClause(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Junction, java.lang.StringBuilder, java.lang.StringBuilder, java.lang.String, boolean, java.util.List) - Method in JpaQueryBuilder
buildWhereClauseForCriterion(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Junction, java.lang.StringBuilder, java.lang.StringBuilder, java.lang.String, List<Query.Criterion>, int, java.util.List, org.springframework.core.convert.ConversionService, boolean, boolean) - Method in JpaQueryBuilder
by() - Method in Implemented
ByteArrayToStringConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
ByteArrayToStringConverter() - Constructor in ByteArrayToStringConverter

C

cache(boolean) - Method in AbstractCriteriaBuilder
cache(boolean) - Method in AbstractDetachedCriteria
cache(boolean) - Method in BuildableCriteria
Whether to cache the query
cache(boolean) - Method in Criteria
cache(boolean) - Method in CriteriaBuilder
cache - Field in HashMapTPCacheAdapter
cache(boolean) - Method in Query
Specifies whether the query results should be cached (if supported by the underlying datastore)
cacheAdapterRepository - Field in AbstractDatastore
cacheAdapterRepository - Field in AbstractSession
cacheAdapterRepository - Field in ThirdPartyCacheEntityPersister
cacheCollection(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.util.Collection, java.lang.String) - Method in AbstractSession
cacheCollection(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.util.Collection, java.lang.String) - Method in SessionImplementor
Caches a collection
cachedClassProperties - Field in AstPropertyResolveUtils
CachedDataSourceConnectionSourceFactory - Class in org.grails.datastore.gorm.jdbc.connections
Extends DataSourceConnectionSourceFactory and caches the created DataSourceConnectionSource instances ensuring they are singletons
cachedReadMethods - Field in ManualEntityOrdering
cacheEmbeddedEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, T) - Method in NativeEntryEntityPersister
cacheEntry(java.io.Serializable, java.lang.Object, Map<Serializable,Object>, boolean) - Method in AbstractSession
cacheEntry(java.io.Serializable, T) - Method in HashMapTPCacheAdapter
cacheEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, T) - Method in SessionImplementor
Caches a native entry
cacheEntry(java.io.Serializable, T) - Method in TPCacheAdapter
Stores a cached entry in a synchronous manner.
CacheException - Class in org.grails.datastore.mapping.cache.exception
Top-level exception used to report problems with third-party cache operations
CacheException(java.lang.Throwable) - Constructor in CacheException
cacheInstance(java.lang.Class, java.io.Serializable, java.lang.Object) - Method in AbstractSession
cacheInstance(java.lang.Class, java.io.Serializable, java.lang.Object) - Method in SessionImplementor
Caches an instance
cacheNativeEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, T) - Method in NativeEntryEntityPersister
cacheObject(java.io.Serializable, java.lang.Object) - Method in AbstractSession
cachePropertiesForAssociationMetadata(Map<String,ClassNode>, org.grails.datastore.mapping.reflect.ClassPropertyFetcher, java.lang.String) - Method in AstPropertyResolveUtils
calcPropertyName(java.lang.String, java.lang.String) - Method in DynamicFinder
calculatePropertyPath(org.codehaus.groovy.ast.expr.PropertyExpression) - Method in QueryStringTransformer
call(java.lang.Object, List<?>) - Method in BeforeValidateHelper.BeforeValidateEventTriggerCaller
call(java.lang.Object, java.lang.Object) - Method in EventTriggerCaller
call(java.lang.Object, java.lang.Object) - Method in EventTriggerCaller.FieldClosureCaller
call(java.lang.Object, java.lang.Object) - Method in EventTriggerCaller.MetaMethodCaller
call(java.lang.Object, java.lang.Object) - Method in EventTriggerCaller.MetaPropertyClosureCaller
call(java.lang.Object, java.lang.Object) - Method in EventTriggerCaller.MethodCaller
call(java.lang.Object, java.lang.Object) - Method in EventTriggerCaller.NoopCaller
call(java.lang.Object) - Method in IdentifierObservableProxyMethodHandler
call(java.lang.Object) - Method in IdQueryObservableProxyMethodHandler
call(java.lang.Object) - Method in InstanceMethodInvokingClosure
call(java.lang.Object) - Method in MethodInvokingClosure
call(java.lang.Object) - Method in NamedCriteriaProxy
call(java.lang.Object) - Method in QueryObservableProxyMethodHandler
call(java.lang.Object) - Method in RxQueryUtils.1
call(java.lang.Object) - Method in StaticMethodInvokingClosure
callClosure(java.lang.Object, Closure<?>, java.lang.Object) - Method in EventTriggerCaller.ClosureCaller
callD(org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.expr.Expression) - Method in AstMethodDispatchUtils
Make a direct method call on this object for the given name and arguments
callThisD(org.codehaus.groovy.ast.ClassNode, java.lang.String, org.codehaus.groovy.ast.expr.Expression) - Method in AstMethodDispatchUtils
Make a direct method call on this object for the given name and arguments
CAMEL_CASE_PATTERN - Field in RelaxedNames
CAMELCASE_TO_HYPHEN - Enum Constant in RelaxedNames.Manipulation
CAMELCASE_TO_UNDERSCORE - Enum Constant in RelaxedNames.Manipulation
canApplyNullableConstraint(java.lang.String, org.grails.datastore.mapping.model.PersistentProperty, grails.gorm.validation.Constrained) - Method in DefaultConstraintEvaluator
cancel() - Method in AbstractPersistenceEvent
cancelDelete(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
Fire the beforeDelete event on an entityAccess object and return true if the operation should be cancelled
cancelInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
Fire the beforeInsert even on an entityAccess object and return true if the operation should be cancelled
cancelled - Field in AbstractPersistenceEvent
cancelLoad(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
Fire the beforeDelete event on an entityAccess object and return true if the operation should be cancelled
cancelUpdate(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
Fire the beforeUpdate event on an entityAccess object and return true if the operation should be cancelled
canConvert(org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor) - Method in DefaultConversionService
canConvert(org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor) - Method in RelaxedConversionService
CANDIDATE_METHODS - Field in DetachedCriteriaTransformer
CANDIDATE_METHODS_WHERE_ONLY - Field in DetachedCriteriaTransformer
canExpandMappingContext - Field in GormMappingConfigurationStrategy
canInitializeEntities - Field in AbstractMappingContext
canPropertyBeConstrained(org.grails.datastore.mapping.model.PersistentProperty) - Method in DefaultConstraintEvaluator
capitalize(java.lang.String) - Method in NameUtils
Converts a property name to class name according to the JavaBean convention
cascade - Property in Property
Cascading strategy for this property.
cascadeAfterDelete(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, K, java.lang.Object) - Method in NativeEntryEntityPersister
Delete many-to-ones after owner delete.
cascadeBeforeDelete(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, K, java.lang.Object) - Method in NativeEntryEntityPersister
Delete collections before owner delete.
cascadeDeleteCollection(org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.Association) - Method in NativeEntryEntityPersister
cascadeOperations - Field in Association
cascades - Property in Property
For specifying the cascade type using javax.persistence.CascadeType
cascadeToAssociativeProperty(java.lang.Object, org.springframework.validation.Errors, org.grails.datastore.mapping.reflect.EntityReflector, org.grails.datastore.mapping.model.types.Association, java.util.Set) - Method in PersistentEntityValidator
Cascades validation onto an associative property maybe a one-to-many, one-to-one or many-to-one relationship.
cascadeTypeConversions - Field in Association
cascadeValidate - Property in Property
Cascade validation for associations that are not owned by the parent entity.
CascadeValidateType - Enum in org.grails.datastore.mapping.validation
Defines a set of cascade validation options that are propagated to the associated entity.
cascadeValidateType - Field in Association
cascadeValidationToMany(java.lang.Object, java.lang.String, org.grails.datastore.mapping.model.types.Association, org.springframework.validation.Errors, org.grails.datastore.mapping.reflect.EntityReflector, java.util.Set) - Method in PersistentEntityValidator
Cascades validation to a one-to-many type relationship.
cascadeValidationToOne(java.lang.Object, java.lang.String, org.grails.datastore.mapping.model.types.Association, org.springframework.validation.Errors, org.grails.datastore.mapping.reflect.EntityReflector, java.lang.Object, java.lang.Object, java.util.Set) - Method in PersistentEntityValidator
Cascades validation to a one-to-one or many-to-one property.
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.
CASE_INSENSITIVE_SEPARATED_TO_CAMELCASE - Enum Constant in RelaxedNames.Manipulation
checkState() - Method in AbstractConstraint
childType - Field in AbstractPersistentCollection
CLASS - Field in ClassReader
The type of CONSTANT_Class constant pool items.
CLASS - Field in GormProperties
classInfo - Field in ClassPropertyFetcher
classLoader - Field in AbstractDatastoreInitializer
classLoader - Property in ClasspathEntityScanner
The classloader to use
classLoader - Field in DataSourceBuilder
classLoader - Field in SoftServiceLoader
ClassMapping - Interface in org.grails.datastore.mapping.model
A class mapping is a mapping between a class and some external form such as a table, column family, or document (depending on the underlying data store).
classMapping - Field in DocumentPersistentEntity
classMapping - Field in KeyValuePersistentEntity
classMapping - Field in NativeEntryEntityPersister
classMetadata - Field in AnnotationMetadataReader
ClasspathEntityScanner - Class in org.grails.datastore.gorm.utils
Utility class for scanning the classpath for entities
ClasspathEntityScanner() - Constructor in ClasspathEntityScanner
ClassPropertyFetcher - Class in org.grails.datastore.mapping.reflect
Reads the properties of a class in an optimized manner avoiding exceptions.
ClassPropertyFetcher(java.lang.Class) - Constructor in ClassPropertyFetcher
classPropertyFetcher - Field in ConstrainedPropertyBuilder
ClassReader - Class in org.grails.datastore.gorm.utils
A Java class parser to make a org.springframework.asm.ClassVisitor visit an existing class.
ClassReader(java.io.InputStream) - Constructor in ClassReader
Constructs a new org.springframework.asm.ClassReader object.
classShortName - Field in AbstractConstraint
ClassUtils - Class in org.grails.datastore.mapping.reflect
Helper methods for dealing with classes and reflection
clazz - Field in AbstractSession.CollectionKey
clazz - Field in ClassPropertyFetcher
clear() - Method in AbstractDatastorePersistenceContextInterceptor
clear() - Method in AbstractPersistentCollection
clear(java.lang.Object) - Method in AbstractSession
clear() - Method in AggregatePersistenceContextInterceptor
clear() - Method in DirtyCheckingCollection
clear() - Method in DirtyCheckingMap
clear() - Method in PagedResultList
clear() - Method in PropertyResolverMap
clear(java.lang.Object) - Method in Session
Clear a specific object
clearCache() - Method in ClassPropertyFetcher
deprecated:
Does nothing, no longer needed
clearData() - Method in SimpleMapDatastore
clearErrors() - Method in GormValidateable
Clears any errors that exist on an instance
clearErrors(D) - Method in GormValidationApi
Clears any errors that exist on an instance
clearMaps(Map<Class,Map<Serializable,Object>>) - Method in AbstractSession
clearPendingOperations() - Method in AbstractSession
clearReflectors() - Method in FieldEntityAccess
clearSessionProperty(java.lang.String) - Method in AbstractAttributeStoringSession
Clear a property in a session.
clearSessionProperty(java.lang.String) - Method in Session
Clear a property in a session.
client - Field in AbstractObservableProxyMethodHandler
clockProvider(javax.validation.ClockProvider) - Method in GormValidatorFactoryAdapter.GormValidatorContext
clone() - Method in AbstractDetachedCriteria
clone() - Method in DetachedCriteria
clone() - Method in Property
clone() - Method in Query
cloneAnnotation(org.codehaus.groovy.ast.AnnotationNode) - Method in AstUtils
cloneFirst - Field in EventTriggerCaller.ClosureCaller
cloneGlobalConstraint() - Method in Entity
close() - Method in AbstractConnectionSources
close() - Method in AbstractRxDatastoreClient
CLOSE_BRACKET - Field in JpaQueryBuilder
close() - Method in DataSourceConnectionSource
close() - Method in DefaultConnectionSource
close() - Method in GormEnhancer
Closes the enhancer clearing any stored static state
close() - Method in GormValidatorFactoryAdapter
close() - Method in JavaxValidatorRegistry
close() - Method in MultiTenantConnection
close() - Method in RxGormEnhancer
close() - Method in SimpleMapDatastore
closed - Field in DefaultConnectionSource
closeSession(org.grails.datastore.mapping.core.Session) - Method in DatastoreUtils
Perform actual closing of the Session, catching and logging any cleanup exceptions thrown.
closeSessionOrRegisterDeferredClose(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.core.Datastore) - Method in DatastoreUtils
Close the given Session or register it for deferred close.
ClosureAndArguments(org.codehaus.groovy.ast.VariableScope) - Constructor in DetachedCriteriaTransformer.ClosureAndArguments
closureExpression - Field in DetachedCriteriaTransformer.ClosureAndArguments
ClosureToMapPopulator - Class in org.grails.datastore.mapping.reflect
A simple class that takes method invocations and property setters and populates the arguments of these into the supplied map ignoring null values.
ClosureToMapPopulator() - Constructor in ClosureToMapPopulator
cls - Field in SessionEntityProxyMethodHandler
coerceDbProperties() - Method in DataSourceBuilder
collapseKeys(int) - Method in RelaxedDataBinder.BeanPath
collectAndOrderGormTransformations(org.codehaus.groovy.ast.AnnotatedNode) - Method in OrderedGormTransformation
Collection - Class in org.grails.datastore.mapping.document.config
Configures how an entity is mapped onto a Document collection
collection - Field in AbstractPersistentCollection
collection - Property in Collection
The name of the collection
CollectionKey(java.lang.Class, java.io.Serializable, java.lang.String) - Constructor in AbstractSession.CollectionKey
collectionName - Field in AbstractSession.CollectionKey
collectMappedClasses(java.lang.String) - Method in AbstractDatastoreInitializer
ColumnDatastore - Interface in org.grails.datastore.mapping.column
Authors:
Guillaume Laforge
COMMA - Field in JpaQueryBuilder
commit() - Method in SessionOnlyTransaction
commit() - Method in SimpleMapSession.MockTransaction
commit() - Method in Transaction
Commit the transaction.
comparator() - Method in PersistentSortedSet
comparator() - Method in RxPersistentSortedSet
compare(java.lang.Object, java.lang.Object) - Method in ManualEntityOrdering
compare(T, T) - Method in OrderedComparator
compareTo(org.grails.datastore.mapping.core.grailsversion.GrailsVersion) - Method in GrailsVersion
compareTo(org.grails.datastore.mapping.core.grailsversion.Snapshot) - Method in Snapshot
compilationUnit - Property in AbstractGormASTTransformation
compilationUnit - Field in DirtyCheckingTransformer
compilationUnit - Property in DirtyCheckTransformation
compilationUnit - Property in GlobalJpaEntityTransform
compilationUnit - Field in GormEntityTransformation
compilationUnit - Property in OrderedGormTransformation
COMPILE_STATIC_TYPE - Field in AstUtils
compileMethodStatically(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.MethodNode) - Method in AbstractMethodDecoratingTransformation
componentType - Field in Basic
compositeIdentity - Field in AbstractPersistentEntity
condition - Field in SoftServiceLoader
ConfigObjectPropertySource(java.lang.String, java.util.Map) - Constructor in DatastoreUtils.ConfigObjectPropertySource
ConfigSupport - Class in org.grails.datastore.gorm.plugin.support
Support for configuration when developing Grails plugins
ConfigSupport.1 - Class in org.grails.datastore.gorm.plugin.support
ConfigSupport.1() - Constructor in ConfigSupport.1
ConfigSupport() - Constructor in ConfigSupport
ConfigurableApplicationContextEventPublisher - Class in org.grails.datastore.gorm.events
Bridge to Spring ApplicationContext event publishing
ConfigurableApplicationContextEventPublisher(org.springframework.context.ConfigurableApplicationContext) - Constructor in ConfigurableApplicationContextEventPublisher
ConfigurableApplicationEventPublisher - Interface in org.grails.datastore.gorm.events
An org.springframework.context.ApplicationEventPublisher that is configurable with new listeners
ConfigurableParameterNameProvider - Class in org.grails.datastore.gorm.validation.javax
A configurable parameter name provider
ConfigurableParameterNameProvider() - Constructor in ConfigurableParameterNameProvider
configuration - Field in AbstractConnectionSources
configuration - Property in AbstractDatastoreInitializer
CONFIGURATION_PREFIX - Field in AbstractMappingContext
CONFIGURATIONAL_PROPERTIES - Field in NameUtils
ConfigurationBuilder - Class in org.grails.datastore.mapping.config
A generic configuration builder that implementers can implement to construct the configuration from the source org.springframework.core.env.PropertyResolver
ConfigurationBuilder(org.springframework.core.env.PropertyResolver, java.lang.String, java.lang.Object, java.lang.String) - Constructor in ConfigurationBuilder
Parameters:
propertyResolver - The property resolver
ConfigurationException - Class in org.grails.datastore.mapping.core.exceptions
An exception thrown if a configuration error occurs
ConfigurationException(java.lang.String, java.lang.Throwable) - Constructor in ConfigurationException
configurationPrefix - Property in ConfigurationBuilder
ConfigurationUtils - Class in org.grails.datastore.mapping.config
Utility methods for configuration
configure() - Method in AbstractDatastoreInitializer
Configures for an existing Mongo instance
configure(org.springframework.core.env.PropertyResolver) - Method in AbstractMappingContext
configure(E) - Method in MappingDefinition
Configures an existing mapping
configureExisting(T, groovy.lang.Closure) - Method in Entity
Configures an existing Mapping instance
configureExisting(T, java.util.Map) - Method in Property
Configures an existing PropertyConfig instance
configureForBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in AbstractDatastoreInitializer
Configures an existing BeanDefinitionRegistry
configureOwningSide(org.grails.datastore.mapping.model.types.Association) - Method in GormMappingConfigurationStrategy
configureQueryWithArguments(java.lang.Class, org.grails.datastore.mapping.query.Query, java.lang.Object) - Method in DynamicFinder
ConfigUtils - Class in org.grails.datastore.mapping.config.utils
Authors:
Graeme Rocher
ConfigUtils() - Constructor in ConfigUtils
conjunction(Junction) - Method in Query
Conjunction(List<Criterion>) - Constructor in Query.Conjunction
connect(org.springframework.core.env.PropertyResolver) - Method in AbstractDatastore
connect() - Method in Datastore
Connects to the datastore with the default connection details, normally provided via the datastore implementations constructor
connected - Field in AbstractAttributeStoringSession
connection - Field in CustomizableRollbackTransactionAttribute
connection(java.lang.String) - Method in Entity
Sets the datastore to use
connection - Field in ReadOnly
The connection to use by default
Default:
ConnectionSource.DEFAULT
connection - Field in Transactional
The connection to use by default
Default:
ConnectionSource.DEFAULT
connectionDetails - Field in AbstractDatastore
connectionName - Field in AbstractDetachedCriteria
ConnectionNotFoundException - Class in org.grails.datastore.mapping.core
Thrown when a session cannot be located.
ConnectionNotFoundException(java.lang.String) - Constructor in ConnectionNotFoundException
connections(List<String>) - Method in Entity
Sets the connection to use
ConnectionSource - Interface in org.grails.datastore.mapping.core.connections
Represents a connection source, which could be a SQL DataSource, a MongoClient etc.
ConnectionSourceFactory - Interface in org.grails.datastore.mapping.core.connections
A factory for creating new ConnectionSource instances
connectionSourceFactory - Field in AbstractConnectionSources
connectionSourceMap - Field in InMemoryConnectionSources
connectionSourceMap - Field in StaticConnectionSources
ConnectionSources - Interface in org.grails.datastore.mapping.core.connections
Models multiple connection sources
connectionSources - Property in AbstractRxDatastoreClient
connectionSources - Field in GormStaticApi
connectionSources - Field in RxGormStaticApi
connectionSources - Field in SimpleMapDatastore
connectionSourcesClass - Property in ConnectionSourceSettings
The class used to create
ConnectionSourceSettings - Class in org.grails.datastore.mapping.core.connections
Default settings shared across all implementations
ConnectionSourceSettings.CustomSettings - Class in org.grails.datastore.mapping.core.connections
Any custom settings
ConnectionSourceSettings.CustomSettings() - Constructor in ConnectionSourceSettings.CustomSettings
ConnectionSourceSettings.DefaultSettings - Class in org.grails.datastore.mapping.core.connections
Represents the default settings
ConnectionSourceSettings.DefaultSettings() - Constructor in ConnectionSourceSettings.DefaultSettings
ConnectionSourceSettings() - Constructor in ConnectionSourceSettings
ConnectionSourceSettingsBuilder - Class in org.grails.datastore.mapping.core.connections
Builder for the default settings
ConnectionSourceSettingsBuilder(org.springframework.core.env.PropertyResolver, java.lang.String) - Constructor in ConnectionSourceSettingsBuilder
ConnectionSourcesInitializer - Class in org.grails.datastore.mapping.core.connections
Initializer sequence for creating ConnectionSources
ConnectionSourcesInitializer() - Constructor in ConnectionSourcesInitializer
ConnectionSourcesListener - Interface in org.grails.datastore.mapping.core.connections
A listener for connection sources
ConnectionSourcesProvider - Interface in org.grails.datastore.mapping.core.connections
An interfaces for classes that provide ConnectionSources
ConnectionSourcesSupport - Class in org.grails.datastore.mapping.core.connections
Utility methods for ConnectionSource handling
connectStateless() - Method in AbstractDatastore
connectStateless() - Method in StatelessDatastore
Connect and return a stateless session
CONSTANT_NULL - Field in DirtyCheckingTransformer
Constrained - Interface in grails.gorm.validation
Represents a constrained object
ConstrainedEntity - Interface in grails.gorm.validation
Represents an entity that is constrained
constrainedProperties - Field in ConstrainedPropertyBuilder
constrainedProperties - Property in PersistentEntityValidator
ConstrainedProperty.1 - Class in grails.gorm.validation
ConstrainedProperty.1() - Constructor in ConstrainedProperty.1
ConstrainedPropertyBuilder - Class in org.grails.datastore.gorm.validation.constraints.builder
Builder used as a delegate within the "constraints" closure of GrailsDomainClass instances .
ConstrainedPropertyBuilder(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.gorm.validation.constraints.registry.ConstraintRegistry, java.lang.Class, Map<String,Object>) - Constructor in ConstrainedPropertyBuilder
Constraint - Interface in grails.gorm.validation
Defines a validateable constraint.
constraintConstructor - Field in DefaultConstraintFactory
ConstraintFactory - Interface in org.grails.datastore.gorm.validation.constraints.factory
Constructs a constraint
constraintOwningClass - Field in AbstractConstraint
constraintParameter - Field in AbstractConstraint
constraintPropertyName - Field in AbstractConstraint
ConstraintRegistry - Interface in org.grails.datastore.gorm.validation.constraints.registry
A registry of Constraint factories
constraintRegistry - Field in ConstrainedPropertyBuilder
constraintRegistry - Field in DefaultConstrainedProperty
constraintRegistry - Field in DefaultConstraintEvaluator
constraintRegistry - Property in DefaultValidatorRegistry
constraints - Property in ConnectionSourceSettings.DefaultSettings
The default constraints
CONSTRAINTS - Field in GormProperties
ConstraintsEvaluator - Interface in org.grails.datastore.gorm.validation.constraints.eval
Evaluates Constraints for a GORM entity
constraintsEvaluator - Property in DefaultValidatorRegistry
constraintValidatorFactory(javax.validation.ConstraintValidatorFactory) - Method in GormValidatorFactoryAdapter.GormValidatorContext
ConstraintViolationUtils - Class in org.grails.datastore.gorm.validation.javax
Utility methods for handling ConstraintViolationException
ConstraintViolationUtils() - Constructor in ConstraintViolationUtils
contains(java.lang.Object) - Method in AbstractPersistentCollection
contains(java.lang.Object) - Method in AbstractSession
contains(java.lang.Object) - Method in PagedResultList
contains(java.lang.Object) - Method in Session
Whether the object is contained within the first level cache
containsAll(java.util.Collection) - Method in AbstractPersistentCollection
containsAll(Collection<?>) - Method in PagedResultList
containsKey(java.lang.Object) - Method in PropertyResolverMap
containsRegisteredBean(java.lang.Object, org.springframework.beans.factory.support.BeanDefinitionRegistry, java.lang.String) - Method in AbstractDatastoreInitializer
containsSession(org.grails.datastore.mapping.core.Session) - Method in SessionHolder
containsValue(java.lang.Object) - Method in PropertyResolverMap
Context - Class in org.grails.datastore.gorm.utils
Information about a class being parsed in a ClassReader.
context - Field in AbstractClassMapping
context - Field in AbstractPersistentEntity
context - Field in AbstractPersistentProperty
contextObject - Field in AbstractGormMappingFactory
conversionService - Field in AbstractMappingContext
conversionService - Field in ConfigUtils
conversionService - Field in FieldEntityAccess
conversionService - Field in JpaQueryBuilder
conversionService - Field in RelaxedConversionService
convert(java.lang.CharSequence) - Method in BasicTypeConverterRegistrar
convert(byte[]) - Method in ByteArrayToStringConverter
convert(java.lang.String) - Method in ConfigSupport.1
convert(java.lang.String) - Method in DatastoreUtils
convert(java.lang.Object, org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor) - Method in DefaultConversionService
convert(java.lang.Double) - Method in DoubleToFloatConverter
convert(java.lang.Long) - Method in InstantConverter
convert(int[]) - Method in IntArrayToIntegerArrayConverter
convert(java.lang.Integer) - Method in IntegerToByteConverter
convert(java.lang.Integer) - Method in IntegerToShortConverter
convert(java.lang.Long) - Method in LocalDateConverter
convert(java.lang.Long) - Method in LocalDateTimeConverter
convert(java.lang.Long) - Method in LocalTimeConverter
convert(long[]) - Method in LongArrayToLongArrayConverter
convert(java.lang.Long) - Method in OffsetDateTimeConverter
convert(java.lang.Long) - Method in OffsetTimeConverter
convert(java.lang.String) - Method in PeriodConverter
convert(java.lang.Object, org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor) - Method in RelaxedConversionService
convert(java.lang.String) - Method in RelaxedConversionService.StringToCharArrayConverter
convert(java.lang.String) - Method in RelaxedConversionService.StringToEnumIgnoringCaseConverterFactory.StringToEnum
convert(java.lang.String) - Method in StringToBigDecimalConverter
convert(java.lang.String) - Method in StringToBigIntegerConverter
convert(java.lang.String) - Method in StringToByteArrayConverter
convert(java.lang.String) - Method in StringToCurrencyConverter
convert(java.lang.String) - Method in StringToLocaleConverter
convert(java.lang.String) - Method in StringToShortConverter
convert(java.lang.String) - Method in StringToTimeZoneConverter
convert(java.lang.String) - Method in StringToURLConverter
convert(java.lang.Long) - Method in TemporalConverter
convert(java.lang.Long) - Method in ZonedDateTimeConverter
convertArgumentList(java.util.Collection) - Method in AbstractDetachedCriteria
convertArgumentList(java.util.Collection) - Method in DetachedCriteria
convertArguments(org.grails.datastore.mapping.model.PersistentEntity) - Method in MethodExpression
convertArguments(org.grails.datastore.mapping.model.PersistentEntity) - Method in MethodExpression.InList
convertArguments(org.grails.datastore.mapping.model.PersistentEntity) - Method in MethodExpression.InRange
convertArguments(org.grails.datastore.mapping.model.PersistentEntity) - Method in MethodExpression.NotInList
convertArgumentsForProp(org.grails.datastore.mapping.model.PersistentEntity, PersistentProperty<?>, java.lang.String, java.lang.Object, org.springframework.core.convert.ConversionService) - Method in MethodExpression
convertBasicEntryValue(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.types.Basic, java.lang.Object) - Method in NativeEntryEntityPersister
Convert a Basic (collection-style) property native entry value taken from an entity into the target property type.
convertCharSequenceValuesIfNecessary(java.util.Collection) - Method in Query.In
convertIdentityIfNecessasry(org.grails.datastore.mapping.model.PersistentProperty, java.io.Serializable) - Method in AbstractSession
convertIdIfNecessary(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable) - Method in NativeEntryEntityPersister
convertObject(java.lang.Object) - Method in AbstractResultList
convertToNativeKey(java.io.Serializable) - Method in NativeEntryEntityPersister
Subclasses should override to provide any conversion necessary to convert to a nativeKey
COOKIE_NAME - Field in CookieTenantResolver
cookieName - Property in CookieTenantResolver
The name of the cookie
CookieTenantResolver - Class in org.grails.datastore.mapping.multitenancy.web
Resolves the tenant id from a cookie
CookieTenantResolver() - Constructor in CookieTenantResolver
copyAnnotations(org.codehaus.groovy.ast.AnnotatedNode, org.codehaus.groovy.ast.AnnotatedNode, Set<String>, Set<String>) - Method in AstUtils
copyClassAnnotations(org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractServiceImplementer
Copies annotation from the abstract method to the implementation method
copyParameters(Map<String, ClassNode>, org.codehaus.groovy.ast.Parameter, List<String>) - Method in AstUtils
count() - Method in AbstractCriteriaBuilder
count() - Method in AbstractDetachedCriteria.DetachedProjections
count(groovy.lang.Closure) - Method in CriteriaBuilder
Calculates the total number of matches for the query
count(java.util.Map, groovy.lang.Closure) - Method in DetachedCriteria
count() - Method in GormEntity
Counts the number of persisted entities
count(java.util.Map, groovy.lang.Closure) - Method in GormQueryOperations
Counts the number of records returned by the query
count() - Method in GormStaticApi
Counts the number of persisted entities
count() - Method in GormStaticOperations
Counts the number of persisted entities
count(groovy.lang.Closure) - Method in NamedCriteriaProxy
COUNT_PROJECTION - Field in Projections
count() - Method in ProjectionList
Count the number of records returned
count() - Method in Projections
Projection that returns the number of records from the query instead of the results themselves
count() - Method in Query.ProjectionList
count() - Method in RxEntity
Returns:
Counts the number of instances
count() - Method in RxGormStaticApi
Returns:
Counts the number of instances
count() - Method in RxGormStaticOperations
Returns:
Counts the number of instances
count() - Method in TenantDelegatingGormOperations
count() - Method in TenantDelegatingRxGormOperations
CountByFinder - Class in org.grails.gorm.rx.finders
Implementation of countBy* dynamic finder for RxGORM
CountByFinder(org.grails.datastore.rx.RxDatastoreClient) - Constructor in CountByFinder
CountByImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements countBy* methods on Service instances
CountByImplementer() - Constructor in CountByImplementer
countDistinct(java.lang.String) - Method in AbstractCriteriaBuilder
Projection that signifies to count distinct results
countDistinct(java.lang.String) - Method in AbstractDetachedCriteria.DetachedProjections
countDistinct(java.util.Collection, java.lang.String) - Method in ManualProjections
Counts the number of distinct values
countDistinct(java.lang.String) - Method in ProjectionList
Count the number of records returned
countDistinct(java.lang.String) - Method in Projections
Projection that signifies to return only distinct results
countDistinct(java.lang.String) - Method in Query.ProjectionList
CountDistinctProjection(java.lang.String) - Constructor in Query.CountDistinctProjection
CountImplementer - Class in org.grails.datastore.gorm.services.implementers
Implementation for counting
CountImplementer() - Constructor in CountImplementer
CountWhereImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements support for the Where annotation on Service instances that return a multiple results
CountWhereImplementer() - Constructor in CountWhereImplementer
cpf - Field in FieldEntityAccess.FieldEntityReflector.ReaderAndWriterMaker
create(java.lang.String, org.springframework.core.env.PropertyResolver, F) - Method in AbstractConnectionSourceFactory
create() - Method in AbstractMappingContext.DefaultProxyFactoryCreator
create(java.lang.String, org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Method in CachedDataSourceConnectionSourceFactory
create(java.lang.String, org.springframework.core.env.PropertyResolver, F) - Method in ConnectionSourceFactory
Creates a new ConnectionSource for the given name and configuration
create(ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Method in ConnectionSourcesInitializer
Creates the ConnectionSources for the given factory and configuration
create(java.lang.ClassLoader) - Method in DataSourceBuilder
create(java.lang.String, org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Method in DataSourceConnectionSourceFactory
create() - Method in GormEntity
Creates an instance of this class
create() - Method in GormStaticApi
Creates an instance of this class
create() - Method in GormStaticOperations
Creates an instance of this class
CREATE_NAMED_QUERY - Field in GormEntityTransformation
create() - Method in RxEntity
Returns:
A new instance of this RxEntity
create() - Method in RxGormStaticApi
Retrieve an instance by id
create() - Method in RxGormStaticOperations
Returns:
A new instance of this RxEntity
create(rx.Scheduler, Callable<T>) - Method in RxServiceSupport
Create an observable from the given callable on the given Scheduler
create(java.lang.String, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Method in SimpleMapConnectionSourceFactory
create(java.lang.String, S) - Method in SingletonConnectionSources.NullConnectionFactory
create(java.lang.String, org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Method in SpringDataSourceConnectionSourceFactory
create() - Method in TenantDelegatingGormOperations
create() - Method in TenantDelegatingRxGormOperations
createAggregateBeanDefinition(org.springframework.beans.factory.support.ManagedList) - Method in PersistenceContextInterceptorAggregator
createAggregatePersistenceContextInterceptorOnDemand(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in PersistenceContextInterceptorAggregator
createAlias(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
If the underlying datastore supports aliases, then an alias is created for the given association
createBasicCollection(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
createBuilder() - Method in ConfigurationBuilder
Creates the native builder
createBuilder() - Method in ConnectionSourceSettingsBuilder
createBuilder() - Method in DataSourceSettingsBuilder
createCollection() - Method in PersistentSet
createConcreteCollection(java.lang.Class) - Method in MappingUtils
Creates a concrete collection for the supplied interface
createConcreteCollection(org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.query.Query, org.grails.datastore.rx.query.QueryState) - Method in RxCollectionUtils
Creates a concrete collection for the given association
createConfigurationBuilder(org.grails.datastore.mapping.model.PersistentEntity, R) - Method in AbstractGormMappingFactory
createCriteria() - Method in GormEntity
Creates a criteria builder instance
createCriteria() - Method in GormStaticApi
Creates a criteria builder instance
createCriteria() - Method in GormStaticOperations
Creates a criteria builder instance
createCriteria() - Method in RxEntity
Creates a criteria builder instance
createCriteria() - Method in RxGormStaticApi
Creates a criteria builder instance
createCriteria() - Method in RxGormStaticOperations
Creates a criteria builder instance
createCriteria() - Method in TenantDelegatingGormOperations
createCriteria() - Method in TenantDelegatingRxGormOperations
createCriterion() - Method in DynamicFinder
createCriterion() - Method in MethodExpression
createCriterion() - Method in MethodExpression.Between
createCriterion() - Method in MethodExpression.Equal
createCriterion() - Method in MethodExpression.GreaterThan
createCriterion() - Method in MethodExpression.GreaterThanEquals
createCriterion() - Method in MethodExpression.Ilike
createCriterion() - Method in MethodExpression.InList
createCriterion() - Method in MethodExpression.InRange
createCriterion() - Method in MethodExpression.IsEmpty
createCriterion() - Method in MethodExpression.IsNotEmpty
createCriterion() - Method in MethodExpression.IsNotNull
createCriterion() - Method in MethodExpression.IsNull
createCriterion() - Method in MethodExpression.LessThan
createCriterion() - Method in MethodExpression.LessThanEquals
createCriterion() - Method in MethodExpression.Like
createCriterion() - Method in MethodExpression.NotEqual
createCriterion() - Method in MethodExpression.NotInList
createCriterion() - Method in MethodExpression.Rlike
createCustom(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a custom prpoerty type
createDefaultIdentityMapping(org.grails.datastore.mapping.model.ClassMapping, T) - Method in MappingFactory
createDelegingMethodBody(org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.ast.expr.MethodCallExpression) - Method in AbstractMethodDecoratingTransformation
createDerivedPropertyMapping(PersistentProperty<T>, org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingFactory
createDocumentMappingFactory(groovy.lang.Closure) - Method in DocumentMappingContext
createDynamicFinders(org.grails.datastore.mapping.core.Datastore) - Method in GormEnhancer
createDynamicFinders() - Method in RxGormStaticApi
createEmbedded(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates an Embedded type used to model an embedded association (composition)
createEmbeddedCacheEntryKey(java.lang.Object) - Method in NativeEntryEntityPersister
createEmbeddedCollection(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates an EmbeddedCollection type used to model an embedded collection association (composition).
createEmbeddedEntity(java.lang.Class) - Method in AbstractMappingContext
createEmbeddedEntity(java.lang.Class) - Method in MappingContext
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in AbstractMappingContext
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in AbstractSession
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in EntityPersister
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in MappingContext
Creates an EntityAccess instance for the given entity and instance of said entity
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, T) - Method in NativeEntryEntityPersister
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in SessionImplementor
createEntityQuery(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.rx.query.QueryState, java.util.Map) - Method in AbstractRxDatastoreClient
Creates a query for the given entity
createEventCaches(org.grails.datastore.mapping.model.PersistentEntity) - Method in DomainEventListener
createFinderInvocation(java.lang.Class, java.lang.String, groovy.lang.Closure, java.lang.Object) - Method in DynamicFinder
createFlatConfig(groovy.util.ConfigObject, Map<String,Object>, java.lang.String) - Method in DatastoreUtils
createIdentity(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates an identifier property
createIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in AbstractGormMappingFactory
createIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in MappingFactory
createInstanceApi(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in AbstractRxDatastoreClient
createInstanceApi(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in RxDatastoreClientImplementor
Creates an instance API (used for instance methods)
createManyToMany(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a ManyToMany type used to model a many-to-many association between entities
createManyToOne(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a many-to-one association type used for a mapping a many-to-one association between entities
createMappedForm(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractGormMappingFactory
createMappedForm(org.grails.datastore.mapping.model.PersistentProperty) - Method in GormKeyValueMappingFactory
createMappedForm(org.grails.datastore.mapping.model.PersistentProperty) - Method in KeyValueMappingFactory
createMappedForm(org.grails.datastore.mapping.model.PersistentProperty) - Method in MappingFactory
Creates the mapped form of a PersistentProperty instance
createMappingContext(ConnectionSources<Map<String,Map>,ConnectionSourceSettings>, java.lang.Class) - Method in SimpleMapDatastore
createMarkDirtyMethodCall(org.codehaus.groovy.ast.MethodNode, java.lang.String, org.codehaus.groovy.ast.Variable) - Method in DirtyCheckingTransformer
createMethodHandler(org.grails.datastore.mapping.core.Session, java.lang.Class, java.lang.Class, java.io.Serializable) - Method in JavassistProxyFactory
createMethodHandler(org.grails.datastore.rx.RxDatastoreClient, Class<T>, java.lang.Class, java.io.Serializable, org.grails.datastore.rx.query.QueryState) - Method in RxJavassistProxyFactory
createMultipleDataSources(Iterable<String>, org.springframework.core.env.PropertyResolver) - Method in SimpleMapDatastore
createNamedQuery(java.lang.Class, java.lang.String, java.lang.Object) - Method in GormEnhancer
Finds a named query for the given entity
createNativeObjectForEmbedded(org.grails.datastore.mapping.model.types.Association, java.lang.Object) - Method in NativeEntryEntityPersister
createNewEntry(java.lang.String, java.lang.Object) - Method in NativeEntryEntityPersister
Creates a new entry for the given family.
createNewEntry(java.lang.String) - Method in SimpleMapEntityPersister
createNode(java.lang.Object, java.lang.Object) - Method in ConstrainedPropertyBuilder
createObjectFromEmbeddedNativeEntry(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in NativeEntryEntityPersister
createObjectFromNativeEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, T) - Method in NativeEntryEntityPersister
createOneToMany(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a OneToMany type used to model a one-to-many association between entities
createOneToOne(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a one-to-one association type used for mapping a one-to-one association between entities
createPersistentEntity(java.lang.Class, boolean) - Method in AbstractMappingContext
createPersistentEntity(java.lang.Class, boolean) - Method in DocumentMappingContext
createPersistentEntity(java.lang.Class, boolean) - Method in KeyValueMappingContext
createPersister(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in AbstractSession
createPersister(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in SimpleMapSession
createPropertiesForBelongsToOrHasOneExpression(org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.ClassNode) - Method in GormEntityTransformation
createPropertiesForHasManyExpression(org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.ClassNode) - Method in GormEntityTransformation
createPropertyDescriptor(java.lang.Class, groovy.lang.MetaProperty) - Method in ClassPropertyFetcher
Creates a PropertyDescriptor from a MetaBeanProperty
createPropertyDescriptor(java.lang.Class, groovy.lang.MetaProperty) - Method in MappingFactory
Creates a PropertyDescriptor from a MetaBeanProperty
createPropertyMapping(PersistentProperty<KeyValue>, org.grails.datastore.mapping.model.PersistentEntity) - Method in GormKeyValueMappingFactory
createPropertyMapping(PersistentProperty<T>, org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingFactory
createPropertyResolver(Map<String,Object>) - Method in DatastoreUtils
Creates a org.springframework.core.env.PropertyResolver from the given configuration
createPropertyResolvers(Collection<Map<String,Object>>) - Method in DatastoreUtils
Creates a org.springframework.core.env.PropertyResolver from the given configuration
createProxiedInstance(org.grails.datastore.mapping.core.Session, java.lang.Class, java.lang.Class, java.io.Serializable) - Method in JavassistProxyFactory
createProxy(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K,T>, K) - Method in EntityProxyHandlerAdapter
createProxy(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K, T>, K) - Method in GroovyProxyFactory
createProxy(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K,T>, K) - Method in JavassistProxyFactory
createProxy(org.grails.datastore.rx.RxDatastoreClient, org.grails.datastore.rx.query.QueryState, org.grails.datastore.mapping.query.Query) - Method in ProxyFactory
Creates a proxy
createProxy(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K,T>, K) - Method in RxJavassistProxyFactory
createQuery(java.lang.Class) - Method in AbstractRxDatastoreClient
createQuery(java.lang.Class) - Method in AbstractSession
createQuery() - Method in Persister
Creates a query for the entity
createQuery(java.lang.String) - Method in Query
Creates an association query
createQuery(java.lang.Class, java.lang.String) - Method in QueryAliasAwareSession
Creates a query instance for the give type
createQuery(java.lang.Class) - Method in QueryCreator
Creates a query instance for the give type
createQuery(java.lang.Class, java.util.Map) - Method in RxDatastoreClient
Creates a query for the given type
createQuery(java.lang.Class, org.grails.datastore.rx.query.QueryState, java.util.Map) - Method in RxDatastoreClientImplementor
Create a query, passing the entity state
createQuery(java.lang.Class) - Method in Session
Creates a query instance for the give type
createQuery() - Method in SimpleMapEntityPersister
createQueryMapForExample(org.grails.datastore.mapping.model.PersistentEntity, D) - Method in GormStaticApi
createQueryStringTransformer(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.VariableScope) - Method in AbstractStringQueryImplementer
Creates the query string transformer
createRuntime(java.lang.String, org.springframework.core.env.PropertyResolver, S) - Method in AbstractConnectionSourceFactory
createRuntime(java.lang.String, org.springframework.core.env.PropertyResolver, S) - Method in ConnectionSourceFactory
Creates a connection at runtime.
createSchema(java.sql.Connection, java.lang.String) - Method in DefaultSchemaHandler
createSchema(java.sql.Connection, java.lang.String) - Method in SchemaHandler
Creates the given schema.
createSchemaStatement - Property in DefaultSchemaHandler
createSession(org.springframework.core.env.PropertyResolver) - Method in AbstractDatastore
Creates the native session
createSession(org.springframework.core.env.PropertyResolver) - Method in SimpleMapDatastore
createSimple(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a simple property type used for mapping basic types such as String, long, integer etc.
createSingle(rx.Scheduler, Callable<T>) - Method in RxServiceSupport
Create an observable from the given callable on the given scheduler
createStatelessSession(org.springframework.core.env.PropertyResolver) - Method in AbstractDatastore
Creates the native stateless session
createStaticApi(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in AbstractRxDatastoreClient
createStaticApi(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in RxDatastoreClientImplementor
Creates a static API (used for static methods)
createTenantId(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates the tenant identifier property
createTimestamp(org.grails.datastore.gorm.timestamp.TimestampProvider, Class<T>) - Method in AggregateTimestampProvider
createTimestamp(Class<T>) - Method in DefaultTimestampProvider
createTimestamp(Class<T>) - Method in TimestampProvider
Creates a timestamp for the given class
createValidationApi(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in AbstractRxDatastoreClient
createValidationApi(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in RxDatastoreClientImplementor
Creates a validation API (used for validation methods)
createValidationEvent(java.lang.Object) - Method in GormValidationApi
createValidationEvent(java.lang.Object) - Method in RxGormValidationApi
createValidatorRegistry(org.springframework.context.MessageSource) - Method in AbstractRxDatastoreClient
createValidatorRegistry(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings, org.springframework.context.MessageSource) - Method in ValidatorRegistries
Creates the most appropriate validator registry
creator - Field in SessionHolder
creditCard - Field in CreditCardConstraint
creditCard - Property in DefaultConstrainedProperty
CreditCardConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates a credit card number.
CreditCardConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in CreditCardConstraint
Criteria - Interface in org.grails.datastore.mapping.query.api
Interface for the implementations that construct of criteria queries.
criteria - Field in AbstractDetachedCriteria
criteria - Field in DynamicFinderInvocation
criteria - Field in JpaQueryBuilder
criteria - Field in Query
criteria - Field in Query.Junction
CriteriaBuilder - Class in grails.gorm.rx
A CriteriaBuilder implementation for RxGORM
CriteriaBuilder(Class<T>, org.grails.datastore.mapping.query.QueryCreator, org.grails.datastore.mapping.model.MappingContext) - Constructor in CriteriaBuilder
criteriaClosure - Property in NamedCriteriaProxy
current - Field in AbstractResultList
CURRENT_TENANT_ANNOTATION_TYPE_EXPR - Field in TenantTransform
CURRENT_TENANT_ANNOTATION_TYPE - Field in TenantTransform
currentBody - Field in DetachedCriteriaTransformer.ClosureAndArguments
currentClassNode - Field in DetachedCriteriaTransformer
currentGormInstanceApi() - Method in GormEntity
currentGormInstanceApi() - Method in GormEntityDirtyCheckable
currentGormStaticApi() - Method in GormEntity
currentGormValidationApi() - Method in GormValidateable
Used to obtain the GormValidationApi instance.
currentId() - Method in DefaultTenantService
currentId(Class<? extends RxDatastoreClient>) - Method in Tenants
Returns:
The current tenant id for the given datastore type
currentId() - Method in TenantService
Returns:
The current tenant id
currentlyInitializing() - Method in AbstractPersistentCollection
currentRxGormInstanceApi() - Method in RxEntity
currentRxGormStaticApi() - Method in RxEntity
CurrentTenant - Class in org.grails.datastore.gorm
Holds a reference to the current tenant for the thread
CurrentTenant() - Constructor in CurrentTenant
currentTenantThreadLocal - Field in CurrentTenant
currentTenantThreadLocal - Field in Tenants.CurrentTenant
currentTimeMillis() - Method in DefaultTimestampProvider
currentTransaction(org.grails.datastore.mapping.core.Datastore) - Method in TransactionUtils
currentVersion - Field in GrailsVersion
The current version
cursor - Field in AbstractResultList
Custom - Class in org.grails.datastore.mapping.model.types
Represents a custom type ie. a type whose database read/write semantics are specified by the user.
custom - Property in ConnectionSourceSettings
Custom settings
Custom(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, Class<?>, CustomTypeMarshaller<?,?,?>) - Constructor in Custom
CUSTOM - Enum Constant in ValueGenerator
Custom value generation strategy
CustomizableRollbackTransactionAttribute - Class in org.grails.datastore.mapping.transactions
Extended version of org.springframework.transaction.interceptor.RuleBasedTransactionAttribute that ensures all exception types are rolled back and allows inheritance of setRollbackOnly
CustomizableRollbackTransactionAttribute(org.springframework.transaction.interceptor.RuleBasedTransactionAttribute) - Constructor in CustomizableRollbackTransactionAttribute
CustomTypeMarshaller - Interface in org.grails.datastore.mapping.engine.types
Interface for defining custom datastore types beyond the simple and association types supported out of the box.
customTypeMarshaller - Field in Basic
customTypeMarshaller - Field in Custom
customTypes - Field in AbstractConnectionSourceFactory

D

DATA_SOURCE_TYPE_NAMES - Field in DataSourceBuilder
DATABASE - Field in MultiTenancySettings.MultiTenancyMode
A single database per tenant
DatabaseDriver - Enum in org.grails.datastore.gorm.jdbc
Enumeration of common database drivers.
DatabaseDriver(java.lang.String, java.lang.String, java.lang.String, java.lang.String) - Constructor in DatabaseDriver
datasource(java.lang.String) - Method in Entity
Sets the datastore to use
DataSourceBuilder - Class in org.grails.datastore.gorm.jdbc
NOTE: Forked from Spring Boot logic to avoid hard dependency on Boot.
DataSourceBuilder.ReadOnlyDriverManagerDataSource - Class in org.grails.datastore.gorm.jdbc
DataSourceBuilder(java.lang.ClassLoader) - Constructor in DataSourceBuilder
DataSourceConnectionSource - Class in org.grails.datastore.gorm.jdbc.connections
A ConnectionSource for JDBC javax.sql.DataSource objects.
DataSourceConnectionSource(java.lang.String, javax.sql.DataSource, org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Constructor in DataSourceConnectionSource
DataSourceConnectionSourceFactory - Class in org.grails.datastore.gorm.jdbc.connections
A ConnectionSourceFactory for creating JDBC javax.sql.DataSource connections
dataSources - Field in CachedDataSourceConnectionSourceFactory
datasources - Property in Entity
Get the datasource names that this domain class works with.
DataSourceSettings - Class in org.grails.datastore.gorm.jdbc.connections
DataSource settings
DataSourceSettings() - Constructor in DataSourceSettings
DataSourceSettingsBuilder - Class in org.grails.datastore.gorm.jdbc.connections
Settings builder for DataSourceSettings
DataSourceSettingsBuilder(org.springframework.core.env.PropertyResolver, java.lang.String, java.lang.Object) - Constructor in DataSourceSettingsBuilder
Datastore - Interface in org.grails.datastore.mapping.core
The Datastore interface is the basic common denominator all NoSQL databases should support:
  • Storing data
  • Retrieving one or more elements at a time, identified by their keys
  • Deleting one or more elements
datastore - Field in AbstractDatastoreApi
datastore - Field in AbstractDatastorePersistenceContextInterceptor
datastore - Field in AbstractFinder
datastore - Field in AbstractPersistenceEventListener
datastore() - Method in AbstractServiceImplementer
Returns:
The datastore expression
datastore - Field in AbstractSession
DATASTORE_CLIENTS - Field in RxGormEnhancer
DATASTORE_CONFIG - Field in DatastoreUtils
DATASTORE_CONFIG_FLAT - Field in DatastoreUtils
datastore - Field in CurrentTenant
If you are using multiple GORM implementations and wish to create a transaction for a specific implementation then use this.
datastore - Field in DatastoreTransactionManager
datastore - Property in DefaultServiceRegistry
The datastore this service relates to
datastore - Property in GormEnhancer
datastore - Field in MultiTenantEventListener
datastore - Field in OpenSessionInViewInterceptor
DATASTORE_PACKAGE_PREFIX - Field in JavassistProxyFactory
DATASTORE_PACKAGE_UNDER_SCORE_PREFIX - Field in JavassistProxyFactory
datastore - Field in ReadOnly
If you are using multiple GORM implementations and wish to create a transaction for a specific implementation then use this.
datastore - Property in Service
The datastore that this service is related to
datastore - Property in ServiceRegistryFactoryBean
datastore - Property in SimpleMapEntityPersister
datastore - Property in SimpleMapQuery
datastore - Field in SimpleMapSession
datastore - Field in SpringSessionSynchronization
datastore - Field in Tenant
If you are using multiple GORM implementations and wish to create a transaction for a specific implementation then use this.
datastore - Property in TenantDelegatingGormOperations
datastore - Field in Transactional
If you are using multiple GORM implementations and wish to create a transaction for a specific implementation then use this.
datastore - Field in WithoutTenant
If you are using multiple GORM implementations and wish to create a transaction for a specific implementation then use this.
DatastoreAware - Interface in org.grails.datastore.mapping.core
An interface for classes to implement that want access to the Datastore
datastoreClient - Property in AutoTimestampEventListener
datastoreClient - Property in CountByFinder
datastoreClient - Property in DomainEventListener
datastoreClient - Property in FindAllByFinder
datastoreClient - Property in FindByFinder
datastoreClient - Field in MultiTenantEventListener
datastoreClient - Property in RxGormInstanceApi
datastoreClient - Property in RxGormStaticApi
datastoreClient - Property in RxGormValidationApi
datastoreClient - Property in RxPersistentList
datastoreClient - Property in RxPersistentSet
datastoreClient - Property in RxPersistentSortedSet
datastoreClient - Property in TenantDelegatingRxGormOperations
datastoreClientClass - Property in TenantDelegatingRxGormOperations
datastoreClients - Property in AbstractRxDatastoreClient
DatastoreConfigurationException - Class in org.grails.datastore.mapping.model
Exception thrown when something goes wrong configuring a datastore.
DatastoreConfigurationException(java.lang.String, java.lang.Throwable) - Constructor in DatastoreConfigurationException
DatastoreEnvironment - Class in org.grails.datastore.mapping.config
An environment for GORM
DatastoreEnvironment() - Constructor in DatastoreEnvironment
DatastoreException - Class in org.grails.datastore.mapping.core
General exception for errors related to the configuration of the Datastore
DatastoreException(java.lang.String, java.lang.Throwable) - Constructor in DatastoreException
DatastoreInitializedEvent - Class in org.grails.datastore.mapping.engine.event
Fired when the datastore is initialised
DatastoreInitializedEvent(java.lang.Object) - Constructor in DatastoreInitializedEvent
datastoreManagedSession - Field in DatastoreTransactionManager
DatastorePersistenceContextInterceptor - Class in org.grails.datastore.gorm.support
DatastorePersistenceContextInterceptor(org.grails.datastore.mapping.core.Datastore) - Constructor in DatastorePersistenceContextInterceptor
DATASTORES_BY_TYPE - Field in GormEnhancer
DATASTORES - Field in GormEnhancer
datastoresByConnectionSource - Field in SimpleMapDatastore
DatastoreServiceMethodInvokingFactoryBean - Class in org.grails.datastore.mapping.config
Variant of {#link MethodInvokingFactoryBean} which returns the correct data service type instead of java.lang.Object so the Autowire with type works correctly.
DatastoreServiceMethodInvokingFactoryBean(Class<?>) - Constructor in DatastoreServiceMethodInvokingFactoryBean
DatastoreTransactionManager - Class in org.grails.datastore.mapping.transactions
A org.springframework.transaction.PlatformTransactionManager instance that works with the Spring datastore abstraction
DatastoreUtils - Class in org.grails.datastore.mapping.core
Helper class for obtaining Datastore sessions.
DatastoreUtils.ConfigObjectPropertySource - Class in org.grails.datastore.mapping.core
DATE_CREATED - Field in GormProperties
DATE_CREATED_PROPERTY - Field in AutoTimestampEventListener
DB2_AS400 - Enum Constant in DatabaseDriver
DB2 AS400 Server.
DB2 - Enum Constant in DatabaseDriver
DB2 Server.
dbCreate - Property in DataSourceSettings
The default value for `hibernate.hbm2ddl.auto`
decapitalize(java.lang.String) - Method in NameUtils
Converts class name to property name using JavaBean decapitalization
decapitalizedName - Field in AbstractPersistentEntity
decapitalizeFirstChar(java.lang.String) - Method in NameUtils
Transforms the first character of a string into a lowercase letter
declaredQueryTargets - Property in QueryStringTransformer
DECORATED_METHODS - Field in AbstractMethodDecoratingTransformation
Key used to store within the original method node metadata, all previous decorated methods
decorators - Field in AsyncQuery
Wraps each promise in a new persistence session
decorators - Field in GormAsyncStaticApi
Wraps each promise in a new persistence session
DEFAULT - Enum Constant in CascadeValidateType
By default, cascade for any owned association or with a JPA cascade of PERSIST or MERGE *
DEFAULT_CHILD_CASCADE - Field in Association
DEFAULT_CONNECTION_SOURCE_NAMES - Field in ConnectionSourcesSupport
DEFAULT - Field in ConnectionSource
The name of the default connection source
default - Property in ConnectionSourceSettings
DEFAULT_CONSTRAINTS - Field in ConstraintRegistry
DEFAULT_DATA_SOURCE - Field in Entity
deprecated:
Use ConnectionSource.ALL instead
DEFAULT_IMPLEMENTORS - Field in ServiceTransformation
DEFAULT_MAPPING_STRATEGY - Field in GormProperties
DEFAULT_OPERATORS - Field in DynamicFinder
DEFAULT_ORDER - Field in PersistenceEventListener
DEFAULT_OWNER_CASCADE - Field in Association
DEFAULT_TIMEOUT - Field in LockableEntityPersister
DefaultApplicationEventPublisher - Class in org.grails.datastore.gorm.events
Simple implementation that just iterates over a sequence of listeners
DefaultApplicationEventPublisher() - Constructor in DefaultApplicationEventPublisher
DefaultConnectionSource - Class in org.grails.datastore.mapping.core.connections
Abstract implementation of the ConnectionSource interface
defaultConnectionSource - Field in AbstractConnectionSources
DefaultConnectionSource(java.lang.String, T, S) - Constructor in DefaultConnectionSource
DefaultConstrainedProperty - Class in grails.gorm.validation
Default implementation of the grails.gorm.validation.ConstrainedProperty interface
DefaultConstrainedProperty(Class<?>, java.lang.String, Class<?>, org.grails.datastore.gorm.validation.constraints.registry.ConstraintRegistry) - Constructor in DefaultConstrainedProperty
Constructs a new ConstrainedProperty for the given arguments.
DefaultConstraintEvaluator - Class in org.grails.datastore.gorm.validation.constraints.eval
Evaluates constraints for entities
DefaultConstraintEvaluator(org.grails.datastore.gorm.validation.constraints.registry.ConstraintRegistry, org.grails.datastore.mapping.model.MappingContext, Map<String,Object>) - Constructor in DefaultConstraintEvaluator
DefaultConstraintFactory - Class in org.grails.datastore.gorm.validation.constraints.factory
A default factory for creating constraints
DefaultConstraintFactory(Class<? extends Constraint>, org.springframework.context.MessageSource, List<Class>) - Constructor in DefaultConstraintFactory
DefaultConstraintRegistry - Class in org.grails.datastore.gorm.validation.constraints.registry
Default implementation of the ConstraintRegistry interface.
DefaultConstraintRegistry(org.springframework.context.MessageSource) - Constructor in DefaultConstraintRegistry
defaultConstraints - Field in AbstractGormMappingFactory
defaultConstraints - Field in ConstrainedPropertyBuilder
defaultConstraints - Field in DefaultConstraintEvaluator
DefaultConversionService - Class in org.grails.datastore.mapping.model.types.conversion
Default conversion service th
DefaultConversionService() - Constructor in DefaultConversionService
defaultDatabaseName - Field in DocumentMappingContext
defaultMapping - Field in AbstractGormMappingFactory
defaultMapping - Field in DocumentMappingContext
DefaultMappingConfigurationBuilder - Class in org.grails.datastore.mapping.config.groovy
Authors:
Graeme Rocher
DefaultMappingConfigurationBuilder(org.grails.datastore.mapping.config.Entity, java.lang.Class) - Constructor in DefaultMappingConfigurationBuilder
defaultMax - Field in AbstractDetachedCriteria
defaultNullable - Field in ConstrainedPropertyBuilder
defaultOffset - Field in AbstractDetachedCriteria
defaultOperationPatterns - Field in DynamicFinder
defaultQualifier - Field in GormStaticApi
defaults - Property in ConnectionSourceSettings
Returns:
Any defaults
DefaultSchemaHandler - Class in org.grails.datastore.gorm.jdbc.schema
Resolves the schema names
DefaultSchemaHandler(java.lang.String, java.lang.String, java.lang.String) - Constructor in DefaultSchemaHandler
defaultSchemaName - Property in DefaultSchemaHandler
DefaultServiceDefinition - Class in org.grails.datastore.mapping.services
Default implementation of ServiceDefinition.
DefaultServiceDefinition(java.lang.String, Optional<Class<S>>) - Constructor in DefaultServiceDefinition
Parameters:
name - The name
DefaultServiceRegistry - Class in org.grails.datastore.mapping.services
The default ServiceRegistry implementation
DefaultServiceRegistry(org.grails.datastore.mapping.core.Datastore, boolean) - Constructor in DefaultServiceRegistry
defaultSort - Property in Entity
Returns:
The default sort order definition, could be a string or a map
DefaultTenantService - Class in org.grails.datastore.gorm.services
Default implementation of the TenantService interface
DefaultTenantService() - Constructor in DefaultTenantService
DefaultTimestampProvider - Class in org.grails.datastore.gorm.timestamp
Default implementation of TimestampProvider
DefaultTransactionService - Class in org.grails.datastore.gorm.services
The transaction service implementation
DefaultTransactionService() - Constructor in DefaultTransactionService
DefaultValidatorRegistry - Class in org.grails.datastore.gorm.validation.constraints.registry
A ValidatorRegistry that builds validators on demand.
DefaultValidatorRegistry(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings, org.springframework.context.MessageSource) - Constructor in DefaultValidatorRegistry
deferredCloseHolder - Field in DatastoreUtils
deindex(java.lang.Object, K) - Method in PropertyValueIndexer
Removes the index for the given value and key
deindex(java.lang.Object, java.lang.Object) - Method in SimpleMapEntityPersister.1
delegate - Property in GormValidatorFactoryAdapter.GormValidatorContext
delegate - Field in ProxyHandlerAdapter
delegateOperations - Property in TenantDelegatingRxGormOperations
DelegatingGormEntityApi - Class in org.grails.datastore.gorm
A delegating implementation of GormEntityApi
DelegatingGormEntityApi(GormInstanceApi<D>, D) - Constructor in DelegatingGormEntityApi
delete(java.lang.Object, Map<String, Object>) - Method in AbstractRxDatastoreClient
delete(java.lang.Iterable) - Method in AbstractSession
DELETE_CLAUSE - Field in JpaQueryBuilder
delete(java.util.Map) - Method in DelegatingGormEntityApi
delete(java.lang.Object) - Method in EntityPersister
delete(java.util.Map) - Method in GormEntity
Deletes an instance from the datastore
delete(java.util.Map) - Method in GormEntityApi
Deletes an instance from the datastore
delete(D, java.util.Map) - Method in GormInstanceApi
Deletes an instance from the datastore
delete(D, java.util.Map) - Method in GormInstanceOperations
Deletes an instance from the datastore
delete(D, java.util.Map) - Method in GormStaticApi
delete(java.lang.Object) - Method in Persister
Deletes a single object
delete(java.lang.Object, Map<String, Object>) - Method in RxDatastoreClient
Deletes an instance
delete(java.util.Map) - Method in RxEntity
Deletes an entity
delete(D, java.util.Map) - Method in RxGormInstanceApi
delete(D, java.util.Map) - Method in RxGormInstanceOperations
Deletes an entity
delete(Map<String, Object>) - Method in RxGormOperations
Deletes an entity
delete(D, java.util.Map) - Method in RxGormStaticApi
delete(java.lang.Object) - Method in Session
Deletes a single object
delete(D, java.util.Map) - Method in TenantDelegatingGormOperations
delete(D, java.util.Map) - Method in TenantDelegatingRxGormOperations
deleteAll(java.lang.Iterable, Map<String, Object>) - Method in AbstractRxDatastoreClient
deleteAll(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractSession
This default implementation of the deleteAll method is unlikely to be optimal as it iterates and deletes each object.
deleteAll() - Method in DetachedCriteria
Deletes all entities matching this criteria
deleteAll(java.util.Map, java.lang.Iterable) - Method in GormEntity
Deletes a list of objects in one go and flushes when param is set
deleteAll() - Method in GormOperations
Deletes all entities matching this criteria
deleteAll(java.util.Map, java.lang.Iterable) - Method in GormStaticApi
Deletes a list of objects in one go and flushes when param is set
deleteAll(java.lang.Iterable) - Method in GormStaticOperations
Deletes a list of objects in one go
deleteAll(java.lang.Iterable, Map<String, Object>) - Method in RxDatastoreClient
Deletes a number of instances
deleteAll(Iterable<D>) - Method in RxEntity
Batch deletes a number of objects in one go
deleteAll(java.lang.Iterable) - Method in RxGormStaticApi
Batch deletes a number of objects in one go
deleteAll(Iterable<D>) - Method in RxGormStaticOperations
Batch deletes a number of objects in one go
deleteAll() - Method in RxQuery
delete all entities matching this query
deleteAll(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Session
Deletes all objects matching the given criteria
deleteAll(java.lang.Iterable) - Method in TenantDelegatingGormOperations
deleteAll(Iterable<D>) - Method in TenantDelegatingRxGormOperations
deleteEntities(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Iterable) - Method in EntityPersister
deleteEntities(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Iterable) - Method in NativeEntryEntityPersister
deleteEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in EntityPersister
deleteEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in NativeEntryEntityPersister
deleteEntries(java.lang.String, List<K>) - Method in NativeEntryEntityPersister
Deletes one or many entries for the given list of Keys
deleteEntries(java.lang.String, List<Object>) - Method in SimpleMapEntityPersister
deleteEntry(java.lang.String, K, java.lang.Object) - Method in NativeEntryEntityPersister
Deletes a single entry
deleteEntry(java.lang.String, java.lang.Object, java.lang.Object) - Method in SimpleMapEntityPersister
DeleteImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements "void delete(..)"
DeleteImplementer() - Constructor in DeleteImplementer
deletes - Property in BatchOperation
DeleteWhereImplementer - Class in org.grails.datastore.gorm.services.implementers
Implement delete method that are annotated with Where
DeleteWhereImplementer() - Constructor in DeleteWhereImplementer
DERBY - Enum Constant in DatabaseDriver
Apache Derby.
derived - Property in Property
Returns:
Whether the property is derived or not
desc(java.lang.String) - Method in Query.Order
Creates a new order for the given property in descending order
DESC - Enum Constant in Query.Order.Direction
destroy() - Method in AbstractDatastore
destroy() - Method in AbstractDatastorePersistenceContextInterceptor
destroy() - Method in AggregatePersistenceContextInterceptor
DETACHED_CRITERIA - Field in AbstractDetachedCriteriaServiceImplementor
DETACHED_CRITERIA_CLASS_NODE - Field in DetachedCriteriaTransformer
DetachedAssociationCriteria - Class in org.grails.datastore.gorm.query.criteria
Criterion related to an association
DetachedAssociationCriteria(java.lang.Class, org.grails.datastore.mapping.model.types.Association, java.lang.String, java.lang.String) - Constructor in DetachedAssociationCriteria
DetachedCriteria - Class in grails.gorm.rx
Reactive version of DetachedCriteria
DetachedCriteria(Class<Observable<T>>) - Constructor in DetachedCriteria
detachedCriteria - Field in DynamicFinderInvocation
DetachedCriteriaASTTransformation - Class in org.grails.datastore.gorm.query.transform
Transforms regular Groovy-style finders into detached criteria
DetachedCriteriaTransformer - Class in org.grails.datastore.gorm.query.transform
ClassCodeVisitorSupport that transforms where methods into detached criteria queries
DetachedCriteriaTransformer.ClosureAndArguments - Class in org.grails.datastore.gorm.query.transform
DetachedCriteriaTransformer(org.codehaus.groovy.control.SourceUnit) - Constructor in DetachedCriteriaTransformer
detachedCriteriaVariables - Field in DetachedCriteriaTransformer
DetachedProjections(Projection>) - Constructor in AbstractDetachedCriteria.DetachedProjections
determinePropertyType(java.lang.String) - Method in ConstrainedPropertyBuilder
dialect - Property in DataSourceSettings
The dialect to use
direction - Field in Query.Order
dirty - Field in AbstractPersistentCollection
DIRTY - Enum Constant in CascadeValidateType
In addition to the default cascade requirement, only cascade to entities that are DirtyCheckable and hasChanged *
DIRTY_CHECK_CLASS_NODE - Field in DirtyCheckingTransformer
DIRTY_CHECKED_PROPERTY_ANNOTATION_NODE - Field in DirtyCheckingTransformer
DIRTY_CHECKED_PROPERTY_CLASS_NODE - Field in DirtyCheckingTransformer
DIRTY_CLASS_MARKER - Field in DirtyCheckingSupport
Used internally as a marker.
DIRTY - Field in GormProperties
DIRTY_PROPERTY_NAMES - Field in GormProperties
DirtyCheck - Annotation Type in grails.gorm.dirty.checking
Apply to enhance an entity with dirty checking support
DirtyCheckable - Trait in org.grails.datastore.mapping.dirty.checking
Interface to classes that are able to track changes to their internal state.
DirtyCheckableCollection - Interface in org.grails.datastore.mapping.dirty.checking
Authors:
Graeme Rocher
DirtyCheckedProperty - Annotation Type in grails.gorm.dirty.checking
A marker annotation added to methods that are dirty checked
DirtyCheckingCollection - Class in org.grails.datastore.mapping.dirty.checking
Collection capable of marking the parent entity as dirty when it is modified
DirtyCheckingCollection(java.util.Collection, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, java.lang.String) - Constructor in DirtyCheckingCollection
DirtyCheckingList - Class in org.grails.datastore.mapping.dirty.checking
Wrapper list to dirty check a list and mark a parent as dirty
DirtyCheckingList(java.util.List, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, java.lang.String) - Constructor in DirtyCheckingList
DirtyCheckingMap - Class in org.grails.datastore.mapping.dirty.checking
A map that can be dirty checked
DirtyCheckingMap(java.util.Map, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, java.lang.String) - Constructor in DirtyCheckingMap
DirtyCheckingSet - Class in org.grails.datastore.mapping.dirty.checking
Wrapper list to dirty check a list and mark a parent as dirty
DirtyCheckingSet(java.util.Set, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, java.lang.String) - Constructor in DirtyCheckingSet
DirtyCheckingSortedSet - Class in org.grails.datastore.mapping.dirty.checking
Dirty checks sorted sets
DirtyCheckingSortedSet(java.util.SortedSet, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, java.lang.String) - Constructor in DirtyCheckingSortedSet
dirtyCheckingStateField - Field in FieldEntityAccess.FieldEntityReflector
DirtyCheckingSupport - Class in org.grails.datastore.mapping.dirty.checking
Support methods for dirty checking
DirtyCheckingSupport() - Constructor in DirtyCheckingSupport
DirtyCheckingTransformer - Class in org.grails.compiler.gorm
Transforms a domain class making it possible for the domain class to take responsibility of tracking changes to itself, thus removing the responsibility from the ORM system which would have to maintain parallel state and compare the state of the domain class to the stored state.
DirtyCheckingTransformer.GetterAndSetter - Class in org.grails.compiler.gorm
DirtyCheckingTransformer.GetterAndSetter() - Constructor in DirtyCheckingTransformer.GetterAndSetter
DirtyCheckingTransformer() - Constructor in DirtyCheckingTransformer
DirtyCheckTransformation - Class in org.grails.compiler.gorm
Applies the DirtyCheck transformation
DirtyCheckTransformation() - Constructor in DirtyCheckTransformation
disableDefaultId() - Method in AbstractPersistentEntity
discard() - Method in DelegatingGormEntityApi
discard() - Method in GormEntity
Discards any pending changes.
discard() - Method in GormEntityApi
Discards any pending changes.
discard(D) - Method in GormInstanceApi
Discards any pending changes.
discard(D) - Method in GormInstanceOperations
Discards any pending changes.
discard(D) - Method in GormStaticApi
discard(D) - Method in TenantDelegatingGormOperations
disconnect() - Method in AbstractAttributeStoringSession
Performs clear up.
disconnect() - Method in AbstractDatastorePersistenceContextInterceptor
disconnect() - Method in AggregatePersistenceContextInterceptor
disconnect() - Method in Session
Disconnects from the datastore.
discriminatePersistentEntity(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in NativeEntryEntityPersister
Subclasses should override to customize how entities in hierarchies are discriminated
discriminatePersistentEntity(org.grails.datastore.mapping.model.PersistentEntity, java.util.Map) - Method in SimpleMapEntityPersister
DISCRIMINATOR - Field in MultiTenancySettings.MultiTenancyMode
A shared database amongst multiple tenants using a discriminator column
disjunction(Junction) - Method in Query
Disjunction(List<Criterion>) - Constructor in Query.Disjunction
display - Property in DefaultConstrainedProperty
whether the property should be displayed
distinct(java.lang.String) - Method in AbstractCriteriaBuilder
Projection that signifies to return only distinct results
distinct(java.lang.String) - Method in AbstractDetachedCriteria
Adds a distinct property projection
distinct() - Method in AbstractDetachedCriteria.DetachedProjections
DISTINCT_CLAUSE - Field in JpaQueryBuilder
distinct(java.lang.String) - Method in DetachedCriteria
distinct(java.util.Collection, java.lang.String) - Method in ManualProjections
distinct(java.lang.String) - Method in ProjectionList
Projection to return only distinct properties
distinct(java.lang.String) - Method in Projections
Projection that signifies to return only distinct results
distinct(java.lang.String) - Method in Query.ProjectionList
DistinctPropertyProjection(java.lang.String) - Constructor in Query.DistinctPropertyProjection
doBegin(java.lang.Object, org.springframework.transaction.TransactionDefinition) - Method in DatastoreTransactionManager
doBind(org.springframework.beans.MutablePropertyValues) - Method in RelaxedDataBinder
doCall(java.lang.Object) - Method in MethodInvokingClosure
doCleanupAfterCompletion(java.lang.Object) - Method in DatastoreTransactionManager
doClose() - Method in AbstractRxDatastoreClient
Close the client
doCommit(org.springframework.transaction.support.DefaultTransactionStatus) - Method in DatastoreTransactionManager
DocumentCollectionMapping(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext) - Constructor in DocumentPersistentEntity.DocumentCollectionMapping
DocumentDatastore - Interface in org.grails.datastore.mapping.document
Authors:
Guillaume Laforge
DocumentMappingContext - Class in org.grails.datastore.mapping.document.config
Models a MappingContext for a Document store.
DocumentMappingContext(java.lang.String, groovy.lang.Closure) - Constructor in DocumentMappingContext
DocumentPersistentEntity - Class in org.grails.datastore.mapping.document.config
DocumentPersistentEntity.DocumentCollectionMapping - Class in org.grails.datastore.mapping.document.config
DocumentPersistentEntity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Constructor in DocumentPersistentEntity
doesCascade(javax.persistence.CascadeType) - Method in Association
Returns true if this association cascades for the given cascade operation
doesCascadeValidate(java.lang.Object) - Method in Association
Returns true if this association should cascade validation to the given entity.
doesEnhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractReadOperationImplementer
doesEnhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractWriteOperationImplementer
doesEnhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in MethodValidationImplementer
doesEnhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in ServiceEnhancer
Does this service enhancer enhance the method
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractServiceImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractStringQueryImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractWhereImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in CountImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in CountWhereImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in DeleteImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in DeleteWhereImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllByImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllByInterfaceProjectionImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllWhereImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAndDeleteImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneByInterfaceProjectionImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneWhereImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in MethodValidationImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in ObservableResultAdapter
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in SaveImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in ServiceImplementer
Does this service implement the method
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in SingleResultAdapter
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in UpdateOneImplementer
doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in UpdateStringQueryImplementer
doesNotHoldNonDefaultSession() - Method in SessionHolder
doesRealMethodExist(groovy.lang.MetaClass, java.lang.String, java.lang.Class, boolean) - Method in GormEnhancer
doesRequirePropertyIndexing() - Method in NativeEntryEntityPersister
Subclasses should override to optimize away manual property indexing if it is not required
doesReturnKeys() - Method in AbstractPersistentCollection
doesReturnKeys() - Method in AssociationQueryExecutor
Returns:
Whether the query returns the keys for the entities or the enities themselves
doesReturnKeys() - Method in SimpleMapEntityPersister.2
doGetSession(org.grails.datastore.mapping.core.Datastore, boolean) - Method in DatastoreUtils
Get a Datastore Session for the given Datastore.
doGetTransaction() - Method in DatastoreTransactionManager
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, boolean) - Method in AbstractArrayOrIterableResultImplementer
Implement the method for the given arguments
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractDetachedCriteriaServiceImplementor
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractReadOperationImplementer
Subclasses should override to add the logic that implements the method
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractStringQueryImplementer
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractWhereImplementer
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractWriteOperationImplementer
Subclasses should override to add the logic that implements the method
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, boolean) - Method in FindAllByImplementer
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, boolean) - Method in FindOneByImplementer
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in SaveImplementer
doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in UpdateOneImplementer
doInSession(org.grails.datastore.mapping.core.Session) - Method in AbstractDatastore
doInSession(org.grails.datastore.mapping.core.Session) - Method in AbstractFindByFinder
doInSession(org.grails.datastore.mapping.core.Session) - Method in CountByFinder
doInSession(org.grails.datastore.mapping.core.Session) - Method in FindAllByFinder
doInSession(org.grails.datastore.mapping.core.Session) - Method in ListOrderByFinder
doInSession(org.grails.datastore.mapping.core.Session) - Method in SessionCallback
doInSession(org.grails.datastore.mapping.core.Session) - Method in VoidSessionCallback
doInTransaction(org.springframework.transaction.TransactionStatus) - Method in GrailsTransactionTemplate.1
doInTransaction(org.springframework.transaction.TransactionStatus) - Method in GrailsTransactionTemplate.2
doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in AbstractFindByFinder
doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in CountByFinder
doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in DynamicFinder
doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in FindAllByFinder
doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in FindByFinder
doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in FindOrCreateByFinder
doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in FindOrSaveByFinder
doInvokeMethod(java.lang.String, java.lang.Object, java.lang.Object) - Method in ConstrainedPropertyBuilder
doList() - Method in Query
DOLLAR_SEPARATOR - Field in NameUtils
DOMAIN_PATH_PATTERN - Field in AstUtils
DOMAIN_TYPE - Field in AstUtils
DomainEventListener - Class in org.grails.gorm.rx.events
An domain event listener for RxGORM
DomainEventListener(org.grails.datastore.rx.RxDatastoreClient) - Constructor in DomainEventListener
doManualDirtyCheck(java.lang.Object, java.lang.Object) - Method in NativeEntryEntityPersister
doResume(java.lang.Object, java.lang.Object) - Method in DatastoreTransactionManager
doRollback(org.springframework.transaction.support.DefaultTransactionStatus) - Method in DatastoreTransactionManager
doSave(D, java.util.Map, org.grails.datastore.mapping.core.Session, boolean) - Method in GormInstanceApi
doSave(java.util.Map, boolean) - Method in RxEntity
doSetRollbackOnly(org.springframework.transaction.support.DefaultTransactionStatus) - Method in DatastoreTransactionManager
doSuspend(java.lang.Object) - Method in DatastoreTransactionManager
DOT - Field in JpaQueryBuilder
DOUBLE - Field in ClassReader
The type of CONSTANT_Double constant pool items.
DoubleToFloatConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
DoubleToFloatConverter() - Constructor in DoubleToFloatConverter
doValidate(D, java.util.Map, java.util.List) - Method in GormValidationApi
doWithSession(org.grails.datastore.mapping.core.Datastore, groovy.lang.Closure) - Method in DatastoreUtils
Execute the closure in the current session if it exists, or create a new one and close it otherwise.
driverClassName - Field in DatabaseDriver
driverClassName(java.lang.String) - Method in DataSourceBuilder
driverClassName - Property in DataSourceSettings
The driver class name
DynamicAttributeHelper - Class in org.grails.datastore.gorm.schemaless
Helper class for use in other traits
DynamicAttributes - Trait in org.grails.datastore.gorm.schemaless
A trait that adds support for defining dynamic attributes for databases that support it
dynamicAttributes - Field in DynamicAttributes
dynamicEnhance - Property in GormEnhancer
Whether to enhance classes dynamically using meta programming as well, only necessary for Java classes
DynamicFinder - Class in org.grails.datastore.gorm.finders
Abstract base class for dynamic finders.
DynamicFinder(java.util.regex.Pattern, java.lang.String, org.grails.datastore.mapping.model.MappingContext) - Constructor in DynamicFinder
DynamicFinderInvocation - Class in org.grails.datastore.gorm.finders
Value object used to construct all the information necessary to invoke a dynamic finder.
DynamicFinderInvocation(java.lang.Class, java.lang.String, java.lang.Object, List<MethodExpression>, groovy.lang.Closure, java.lang.String) - Constructor in DynamicFinderInvocation
dynamicFinders - Field in AbstractDetachedCriteria

E

eachTenant(groovy.lang.Closure) - Method in DefaultTenantService
eachTenant(groovy.lang.Closure) - Method in GormStaticApi
eachTenant(groovy.lang.Closure) - Method in GormStaticOperations
Execute the closure for each tenant
eachTenant(groovy.lang.Closure) - Method in MultiTenant
Execute the closure for each tenant
eachTenant(groovy.lang.Closure) - Method in RxGormStaticApi
eachTenant(groovy.lang.Closure) - Method in RxGormStaticOperations
Execute the closure for each tenant
eachTenant(groovy.lang.Closure) - Method in TenantDelegatingGormOperations
eachTenant(groovy.lang.Closure) - Method in TenantDelegatingRxGormOperations
eachTenant(Class<? extends RxDatastoreClient>, groovy.lang.Closure) - Method in Tenants
Execute the given closure for each tenant.
eachTenant(groovy.lang.Closure) - Method in TenantService
Execute the given closure for each tenant.
eachTenantInternal(org.grails.datastore.rx.RxDatastoreClient, groovy.lang.Closure) - Method in Tenants
editable - Property in DefaultConstrainedProperty
whether the property is editable
email - Property in DefaultConstrainedProperty
email - Field in EmailConstraint
EmailConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates an email address.
EmailConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in EmailConstraint
Embedded - Class in org.grails.datastore.mapping.model.types
Models an embedded component
embedded - Field in AbstractPersistentEntity
Embedded(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in Embedded
EMBEDDED_EXCLUDES - Field in PersistentEntityValidator
EMBEDDED - Field in GormProperties
EMBEDDED_PREFIX - Field in NativeEntryEntityPersister
EmbeddedCollection - Class in org.grails.datastore.mapping.model.types
Models an embedded collection.
EmbeddedCollection(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in EmbeddedCollection
EmbeddedPersistentEntity - Class in org.grails.datastore.mapping.model
Models an embedded entity
EmbeddedPersistentEntity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Constructor in EmbeddedPersistentEntity
EMPTY_ARRAY - Field in EventTriggerCaller
EMPTY_CLASS_ARRAY - Field in AstUtils
EMPTY_CLASS_ARRAY - Field in JavassistProxyFactory
EMPTY_CLASS_ARRAY - Field in ReflectionUtils
EMPTY_CLASS_ARRAY - Field in RxJavassistProxyFactory
EMPTY_JAVA_CLASS_ARRAY - Field in AstUtils
EMPTY_JAVA_CLASS_ARRAY - Field in DetachedCriteriaTransformer
EMPTY_JAVA_CLASS_ARRAY - Field in DirtyCheckingTransformer
EMPTY_OBJECT_ARRAY - Field in DynamicFinder
EmptyAnnotationVisitor() - Constructor in AnnotationMetadataReader.EmptyAnnotationVisitor
emptyGenericsPlaceHoldersMap - Field in AstUtils
ENABLE_CLASS_LOADER_LOGGING - Field in SoftServiceLoader
ENABLED - Field in GlobalTraitRepairTransformation
enhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractReadOperationImplementer
enhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractWriteOperationImplementer
enhance(org.grails.datastore.mapping.model.PersistentEntity, boolean) - Method in GormEnhancer
Enhance and individual entity
enhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in MethodValidationImplementer
enhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in ServiceEnhancer
Enhances the method
enhanceClassNode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractDatastoreMethodDecoratingTransformation
enhanceClassNode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractMethodDecoratingTransformation
Add any additional logic to enhance the class node
enhanceClassNode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in TransactionalTransform
ensureQueryIsInitialized() - Method in AbstractCriteriaBuilder
entitiesWithDateCreated - Field in AutoTimestampEventListener
entitiesWithLastUpdated - Field in AutoTimestampEventListener
Entity - Class in org.grails.datastore.mapping.config
Base class for classes returned from ClassMapping.getMappedForm
entity - Field in AbstractClassMapping
entity - Field in AbstractPersistenceEvent
ENTITY_ACCESS - Field in AbstractSession
ENTITY_ANNOTATIONS - Field in AstUtils
entity - Field in BeanEntityAccess
ENTITY_CLASS_RESOURCE_PATTERN - Field in AbstractDatastoreInitializer
Entity() - Constructor in Entity
entity - Field in FieldEntityAccess
entity - Field in FieldEntityAccess.FieldEntityReflector
entity - Field in JpaQueryBuilder
entity - Field in ManualEntityOrdering
entity - Field in ManualProjections
entity - Property in NamedCriteriaProxy
entity - Field in PendingOperationAdapter
entity - Property in PersistentEntityValidator
entity - Field in Query
entity - Property in RxGormInstanceApi
entity - Property in RxGormStaticApi
EntityAccess - Interface in org.grails.datastore.mapping.engine
Authors:
Graeme Rocher
entityAccess - Field in AbstractPersistenceEvent
entityAccess - Field in PendingInsertAdapter
entityAccess - Field in PendingUpdateAdapter
EntityCreationException - Class in org.grails.datastore.mapping.core
Thrown when there was an error creating an entity.
EntityCreationException(java.lang.String, java.lang.Throwable) - Constructor in EntityCreationException
entityEvents - Field in DomainEventListener
entityFamily - Field in AbstractKeyValueEntityPersister
entityObject - Field in AbstractPersistenceEvent
EntityPersister - Class in org.grails.datastore.mapping.engine
A Persister specifically for persisting PersistentEntity instances.
EntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.Session, org.springframework.context.ApplicationEventPublisher) - Constructor in EntityPersister
entityPersister - Field in SimpleMapQuery
EntityProxy - Interface in org.grails.datastore.mapping.proxy
Authors:
Graeme Rocher
EntityProxyHandlerAdapter - Class in org.grails.datastore.gorm.proxy
Adapts the proxy handler interface
EntityProxyHandlerAdapter(grails.core.support.proxy.EntityProxyHandler) - Constructor in EntityProxyHandlerAdapter
EntityProxyMethodHandler - Class in org.grails.datastore.mapping.proxy
Base class for entity proxy handlers that are aware of Groovy
EntityProxyMethodHandler(Class<?>) - Constructor in EntityProxyMethodHandler
EntityReflector - Interface in org.grails.datastore.mapping.reflect
Used for reflective data
EntityReflector.PropertyReader - Interface in org.grails.datastore.mapping.reflect
EntityReflector.PropertyWriter - Interface in org.grails.datastore.mapping.reflect
entityReflector - Field in AbstractPersistentEntity
entityReflector - Property in PersistentEntityValidator
entityReflector - Property in RxGormInstanceApi
entityToMapping - Field in AbstractGormMappingFactory
entityToPropertyMap - Field in AbstractGormMappingFactory
EntityTraitInjector - Class in org.grails.compiler.gorm
Authors:
Jeff Brown
EntityTraitInjector() - Constructor in EntityTraitInjector
entityValidators - Field in AbstractMappingContext
entrySet() - Method in PropertyResolverMap
enumType - Property in Property
enumType - Field in RelaxedConversionService.StringToEnumIgnoringCaseConverterFactory.StringToEnum
eq(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Creates an "equals" Criterion based on the specified property name and value.
eq(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
eq(java.lang.String, java.lang.Object) - Method in Criteria
Creates an "equals" Criterion based on the specified property name and value
eq(java.lang.String, java.lang.Object) - Method in DetachedCriteria
eq(java.lang.String, java.lang.Object) - Method in Query
Restricts the results by the given properties value
eq(java.lang.String, java.lang.Object) - Method in Restrictions
Restricts the property to be equal to the given value
eqAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractCriteriaBuilder
Creates a subquery criterion that ensures the given property is equal to all the given returned values
eqAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractDetachedCriteria
eqAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Criteria
Creates a subquery criterion that ensures the given property is equal to all the given returned values
eqAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in DetachedCriteria
eqProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Constraints a property to be equal to a specified other property
eqProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
eqProperty(java.lang.String, java.lang.String) - Method in Criteria
Constrains a property to be equal to a specified other property
eqProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
eqProperty(java.lang.String, java.lang.String) - Method in Restrictions
Constraints a property to be equal to a specified other property
Equal(java.lang.String) - Constructor in MethodExpression.Equal
equals(java.lang.Object) - Method in AbstractPersistentCollection
equals(java.lang.Object) - Method in AbstractPersistentEntity
equals(java.lang.Object) - Method in AbstractSession.CollectionKey
equals(java.lang.Object) - Method in MethodKey
EQUALS_OPERATOR - Field in DetachedCriteriaTransformer
equals(java.lang.Object) - Method in PagedResultList
Equals(java.lang.String, java.lang.Object) - Constructor in Query.Equals
EqualsAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.EqualsAll
EqualsProperty(java.lang.String, java.lang.String) - Constructor in Query.EqualsProperty
error(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ASTNode, java.lang.String) - Method in AstUtils
ERRORS - Field in GormProperties
errors - Property in GormValidateable
The validation errors object
errors - Property in GormValidationApi
errors - Field in ValidationException
establishDomainClassRelationship(org.grails.datastore.mapping.model.PersistentEntity, java.beans.PropertyDescriptor, org.grails.datastore.mapping.model.MappingContext, java.util.Map, boolean) - Method in GormMappingConfigurationStrategy
Establish relationship with related domain class
establishDomainClassRelationship(org.grails.datastore.mapping.model.PersistentEntity, java.beans.PropertyDescriptor, java.lang.reflect.Field, org.grails.datastore.mapping.model.MappingContext, boolean) - Method in JpaMappingConfigurationStrategy
establishPropertyName(org.codehaus.groovy.ast.MethodNode, java.lang.String, org.codehaus.groovy.ast.ClassNode) - Method in AbstractProjectionImplementer
establishRelationshipForCollection(java.beans.PropertyDescriptor, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, Map<String,Class>, java.util.Map, boolean) - Method in GormMappingConfigurationStrategy
establishRelationshipForCollection(java.beans.PropertyDescriptor, java.lang.reflect.Field, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, boolean) - Method in JpaMappingConfigurationStrategy
establishRelationshipOwners(org.grails.datastore.mapping.reflect.ClassPropertyFetcher) - Method in GormMappingConfigurationStrategy
Evaluates the belongsTo property to find out who owns who
evaluate(Class<?>, boolean, boolean, groovy.lang.Closure) - Method in ConstraintsEvaluator
Evaluate constraints for the given class
evaluate(Class<?>, boolean, boolean, groovy.lang.Closure) - Method in DefaultConstraintEvaluator
evaluate(groovy.lang.Closure, java.lang.Object) - Method in DefaultMappingConfigurationBuilder
evaluate(groovy.lang.Closure, java.lang.Object) - Method in MappingConfigurationBuilder
Evaluates the configuration for the given closure
evaluate(groovy.lang.Closure) - Method in NamedQueriesBuilder
evaluateWithContext(org.grails.datastore.mapping.config.groovy.MappingConfigurationBuilder, groovy.lang.Closure) - Method in AbstractGormMappingFactory
EVENT_AFTER_DELETE - Field in DomainEventListener
EVENT_AFTER_INSERT - Field in DomainEventListener
EVENT_AFTER_LOAD - Field in DomainEventListener
EVENT_AFTER_UPDATE - Field in DomainEventListener
EVENT_BEFORE_DELETE - Field in DomainEventListener
EVENT_BEFORE_INSERT - Field in DomainEventListener
EVENT_BEFORE_LOAD - Field in DomainEventListener
EVENT_BEFORE_UPDATE - Field in DomainEventListener
eventListeners - Field in AbstractMappingContext
eventPublisher - Property in AbstractRxDatastoreClient
eventPublisher - Field in GormValidationApi
eventPublisher - Field in SimpleMapDatastore
EventTriggerCaller - Class in org.grails.datastore.gorm.support
EventTriggerCaller.ClosureCaller - Class in org.grails.datastore.gorm.support
EventTriggerCaller.FieldClosureCaller - Class in org.grails.datastore.gorm.support
EventTriggerCaller.MetaMethodCaller - Class in org.grails.datastore.gorm.support
EventTriggerCaller.MetaPropertyClosureCaller - Class in org.grails.datastore.gorm.support
EventTriggerCaller.MethodCaller - Class in org.grails.datastore.gorm.support
EventTriggerCaller.NoopCaller - Class in org.grails.datastore.gorm.support
eventTriggerCaller - Field in BeforeValidateHelper.BeforeValidateEventTriggerCaller
eventTriggerCallerCache - Field in BeforeValidateHelper
eventTriggerCallerNoArgs - Field in BeforeValidateHelper.BeforeValidateEventTriggerCaller
EventType - Enum in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
EXCEPTION_THROWING_DELETE_LISTENER - Field in AbstractSession
EXCEPTION_THROWING_INSERT_LISTENER - Field in AbstractSession
EXCEPTION_THROWING_UPDATE_LISTENER - Field in AbstractSession
exceptionOccurred - Field in AbstractSession
EXCLUDED_PROPERTIES - Field in BeanEntityAccess
EXCLUDED_PROPERTIES - Field in ClassPropertyFetcher
EXCLUDED_PROPERTIES - Field in GormMappingConfigurationStrategy
excludedListenerNames - Field in AbstractPersistenceEvent
EXCLUDES - Property in AbstractGormApi
EXCLUDES - Field in JavassistProxyFactory
EXCLUDES - Field in RxJavassistProxyFactory
executableValidatorMap - Field in ValidatedService
execute(org.grails.datastore.mapping.core.VoidSessionCallback) - Method in AbstractDatastoreApi
execute(org.grails.datastore.mapping.core.VoidSessionCallback) - Method in AbstractFinder
execute(org.grails.datastore.mapping.core.Datastore, org.grails.datastore.mapping.core.VoidSessionCallback) - Method in DatastoreUtils
Execute the callback in the current session if it exists, or create a new one and close it otherwise.
execute(Closure<T>) - Method in GrailsTransactionTemplate
executeAndRollback(Closure<T>) - Method in GrailsTransactionTemplate
executeAssociationSubQuery(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Junction, org.grails.datastore.mapping.model.PersistentProperty) - Method in SimpleMapQuery
executed - Field in PendingOperationAdapter
executeInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.NativeEntryEntityPersister.NativeEntryModifyingEntityAccess, K, T) - Method in NativeEntryEntityPersister
Executes an insert for the given entity, entity access, identifier and native entry.
executeLikeWithRegex(org.grails.datastore.mapping.simple.engine.SimpleMapEntityPersister, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleMapQuery
executePendingOperation(org.grails.datastore.mapping.core.impl.PendingOperation) - Method in PendingOperationExecution
executePendings(Collection<? extends Runnable>) - Method in AbstractSession
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, Junction) - Method in AssociationQuery
executeQuery(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormEntity
Executes a query for the given String
executeQuery(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticApi
executeQuery(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticOperations
Executes a query for the given String
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, Junction) - Method in Query
Subclasses should implement this to provide the concrete implementation of querying
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Junction) - Method in SimpleMapQuery
executeQuery(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in TenantDelegatingGormOperations
executeSubQuery(java.lang.Object, java.lang.Object) - Method in SimpleMapQuery
executeSubQueryInternal(java.lang.Object, java.lang.Object) - Method in SimpleMapQuery
executeUpdate(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormEntity
Executes an update for the given String
executeUpdate(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticApi
executeUpdate(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticOperations
Executes an update for the given String
executeUpdate(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in TenantDelegatingGormOperations
executor - Field in AssociationQueryProxyHandler
exists(QueryableCriteria<?>) - Method in AbstractCriteriaBuilder
exists(QueryableCriteria<?>) - Method in AbstractDetachedCriteria
See Also:
Criteria#exists(org.grails.datastore.mapping.query.api.QueryableCriteria)
exists(QueryableCriteria<?>) - Method in Criteria
Executes an exists subquery
exists(QueryableCriteria<?>) - Method in DetachedCriteria
exists(java.io.Serializable) - Method in GormEntity
Checks whether an entity exists
exists(java.io.Serializable) - Method in GormStaticApi
Checks whether an entity exists
exists(java.io.Serializable) - Method in GormStaticOperations
Checks whether an entity exists
Exists(org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.Exists
exists(java.io.Serializable) - Method in RxEntity
Check whether an entity exists for the given id
exists(java.io.Serializable) - Method in RxGormStaticApi
exists(java.io.Serializable) - Method in RxGormStaticOperations
Check whether an entity exists for the given id
exists(java.io.Serializable) - Method in TenantDelegatingGormOperations
exists(java.io.Serializable) - Method in TenantDelegatingRxGormOperations
expressions - Field in DynamicFinderInvocation
extendCollectionIfNecessary(org.springframework.beans.BeanWrapper, org.grails.datastore.gorm.jdbc.RelaxedDataBinder.BeanPath, int) - Method in RelaxedDataBinder
extendedMethods - Field in AbstractGormApi
extendMapIfNecessary(org.springframework.beans.BeanWrapper, org.grails.datastore.gorm.jdbc.RelaxedDataBinder.BeanPath, int) - Method in RelaxedDataBinder
external - Field in AbstractPersistentEntity
extractIndexedPaths(java.lang.String, List<PathNode>) - Method in RelaxedDataBinder.BeanPath

F

factoriesByName - Field in DefaultConstraintRegistry
factoriesByType - Field in DefaultConstraintRegistry
factory - Property in GormValidatorFactoryAdapter
failOnError - Property in ConnectionSourceSettings
Whether to fail on a validation error
failOnError - Property in GormEnhancer
failOnError - Property in GormInstanceApi
failOnError - Field in SimpleMapDatastore
failOnErrorPackages - Property in ConnectionSourceSettings
Package names that should fail on error
fallBackConfiguration - Property in ConfigurationBuilder
Family - Class in org.grails.datastore.mapping.keyvalue.mapping.config
family - Property in Family
family - Field in KeyValueEntry
family - Property in SimpleMapEntityPersister
family - Field in SimpleMapQuery
fastClass() - Method in EntityReflector
Returns:
The fast class
fastClass - Field in FieldEntityAccess.FieldEntityReflector
fetch(javax.persistence.FetchType) - Method in Property
Configure the fetch strategy
fetchStrategies - Field in AbstractDetachedCriteria
fetchStrategies - Field in Query
fetchStrategy - Property in Property
Returns:
The strategy to use to fetch the property (lazy or eager)
fetchStrategy(java.lang.String) - Method in Query
Obtain the fetch strategy for the given property
FIELD - Field in ClassReader
The type of CONSTANT_Fieldref constant pool items.
field() - Method in EntityReflector.PropertyReader
Returns:
The field or null if the field cannot be resolved
field() - Method in EntityReflector.PropertyWriter
Returns:
The field or null if the field cannot be resolved
field - Field in EventTriggerCaller.FieldClosureCaller
field - Field in FieldEntityAccess.FieldEntityReflector.FieldReader
field - Field in FieldEntityAccess.FieldEntityReflector.FieldWriter
field() - Method in FieldEntityAccess.FieldEntityReflector.ReflectionMethodWriter
field() - Method in FieldEntityAccess.FieldEntityReflector.ReflectMethodReader
FIELD_TARGET_DATASTORE - Field in AbstractDatastoreMethodDecoratingTransformation
FieldClosureCaller(java.lang.reflect.Field) - Constructor in EventTriggerCaller.FieldClosureCaller
FieldEntityAccess - Class in org.grails.datastore.mapping.reflect
Uses field reflection or CGlib to improve performance
FieldEntityAccess.FieldEntityReflector - Class in org.grails.datastore.mapping.reflect
FieldEntityAccess.FieldEntityReflector.FieldReader - Class in org.grails.datastore.mapping.reflect
FieldEntityAccess.FieldEntityReflector.FieldWriter - Class in org.grails.datastore.mapping.reflect
FieldEntityAccess.FieldEntityReflector.ReaderAndWriterMaker - Class in org.grails.datastore.mapping.reflect
FieldEntityAccess.FieldEntityReflector.ReflectionMethodWriter - Class in org.grails.datastore.mapping.reflect
FieldEntityAccess.FieldEntityReflector.ReflectMethodReader - Class in org.grails.datastore.mapping.reflect
FieldEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, org.springframework.core.convert.ConversionService) - Constructor in FieldEntityAccess
FieldEntityReflector(org.grails.datastore.mapping.model.PersistentEntity) - Constructor in FieldEntityAccess.FieldEntityReflector
FieldReader(java.lang.reflect.Field, java.lang.reflect.Method) - Constructor in FieldEntityAccess.FieldEntityReflector.FieldReader
FieldWriter(java.lang.reflect.Field, java.lang.reflect.Method) - Constructor in FieldEntityAccess.FieldEntityReflector.FieldWriter
filterErrors(org.grails.datastore.mapping.validation.ValidationErrors, java.util.Set, java.lang.Object) - Method in GormValidationApi
find(groovy.lang.Closure) - Method in CriteriaBuilder
Finds a single result matching this criteria.
find(java.util.Map, groovy.lang.Closure) - Method in DetachedCriteria
Finds a single result matching this criteria.
find(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormEntity
Finds an object for the given string-based query, positional parameters and arguments
find() - Method in GormQueryOperations
Synonym for #get
find(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticApi
find(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticOperations
Finds an object for the given string-based query, positional parameters and arguments
find(groovy.lang.Closure) - Method in NamedCriteriaProxy
find() - Method in QueryableCriteria
Returns:
Find a single result
find(groovy.lang.Closure) - Method in RxEntity
Uses detached criteria to build a query and then execute it returning an observable
find(groovy.lang.Closure) - Method in RxGormStaticApi
Uses detached criteria to build a query and then execute it returning an observable
find(groovy.lang.Closure) - Method in RxGormStaticOperations
Uses detached criteria to build a query and then execute it returning an observable
find(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in TenantDelegatingGormOperations
find(groovy.lang.Closure) - Method in TenantDelegatingRxGormOperations
findAbstractMethodsInternal(org.codehaus.groovy.ast.ClassNode, List<MethodNode>, boolean) - Method in AstUtils
findAll(java.util.Map, groovy.lang.Closure) - Method in CriteriaBuilder
Finds all results for this criteria
findAll(java.util.Map, groovy.lang.Closure) - Method in DetachedCriteria
Finds all results matching this criteria.
findAll(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormEntity
Finds all objects for the given string-based query, positional parameters and arguments
findAll(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticApi
findAll(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticOperations
Finds all objects for the given string-based query, positional parameters and arguments
findAll(groovy.lang.Closure) - Method in RxEntity
Uses detached criteria to build a query and then execute it returning an observable
findAll(groovy.lang.Closure) - Method in RxGormStaticApi
Uses detached criteria to build a query and then execute it returning an observable
findAll(groovy.lang.Closure) - Method in RxGormStaticOperations
Uses detached criteria to build a query and then execute it returning an observable
findAll(Map<String, Object>) - Method in RxQuery
Parameters:
queryArguments - The query arguments.
findAll(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in TenantDelegatingGormOperations
findAll(groovy.lang.Closure) - Method in TenantDelegatingRxGormOperations
findAllAbstractMethods(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Finds all the abstract methods for the give class node
FindAllByBooleanFinder - Class in org.grails.gorm.rx.finders
Implementation of findAllBy* boolean finder for RxGORM
FindAllByBooleanFinder(org.grails.datastore.rx.RxDatastoreClient) - Constructor in FindAllByBooleanFinder
FindAllByFinder - Class in org.grails.gorm.rx.finders
Implementation of findAllBy* dynamic finder for RxGORM
FindAllByFinder(org.grails.datastore.rx.RxDatastoreClient) - Constructor in FindAllByFinder
FindAllByImplementer - Class in org.grails.datastore.gorm.services.implementers
Automatically implement services that find objects based an arguments
FindAllByImplementer() - Constructor in FindAllByImplementer
FindAllByInterfaceProjectionImplementer - Class in org.grails.datastore.gorm.services.implementers
Created by graemerocher on 05/04/2017.
FindAllByInterfaceProjectionImplementer() - Constructor in FindAllByInterfaceProjectionImplementer
FindAllImplementer - Class in org.grails.datastore.gorm.services.implementers
Automatically implements Service interface methods that start with "list" and return an iterable of domain classes
FindAllImplementer() - Constructor in FindAllImplementer
FindAllInterfaceProjectionImplementer - Class in org.grails.datastore.gorm.services.implementers
Used for performing interface projections on
FindAllInterfaceProjectionImplementer() - Constructor in FindAllInterfaceProjectionImplementer
FindAllPropertyProjectionImplementer - Class in org.grails.datastore.gorm.services.implementers
Support for projections that return multiple results
FindAllPropertyProjectionImplementer() - Constructor in FindAllPropertyProjectionImplementer
FindAllStringQueryImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements support for String-based queries that return an iterable or array of domain classes
FindAllStringQueryImplementer() - Constructor in FindAllStringQueryImplementer
findAllUnimplementedAbstractMethods(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Finds all the abstract methods for the give class node
findAllWhere(java.util.Map, java.util.Map) - Method in GormEntity
Finds all results matching all of the given conditions.
findAllWhere(java.util.Map, java.util.Map) - Method in GormStaticApi
Finds all results matching all of the given conditions.
findAllWhere(java.util.Map, java.util.Map) - Method in GormStaticOperations
Finds all results matching all of the given conditions.
findAllWhere(java.util.Map) - Method in NamedCriteriaProxy
findAllWhere(java.util.Map, java.util.Map) - Method in RxEntity
Finds all results matching all of the given conditions.
findAllWhere(java.util.Map, java.util.Map) - Method in RxGormStaticApi
Finds a single result matching all of the given conditions.
findAllWhere(java.util.Map, java.util.Map) - Method in RxGormStaticOperations
Finds all results matching all of the given conditions.
findAllWhere(java.util.Map, java.util.Map) - Method in TenantDelegatingGormOperations
findAllWhere(java.util.Map, java.util.Map) - Method in TenantDelegatingRxGormOperations
FindAllWhereImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements support for the Where annotation on Service instances that return a multiple results
FindAllWhereImplementer() - Constructor in FindAllWhereImplementer
findAndCacheEvent(java.lang.String, Class<?>, Map<String,Method>) - Method in DomainEventListener
FindAndDeleteImplementer - Class in org.grails.datastore.gorm.services.implementers
An implementer that handles delete methods
FindAndDeleteImplementer() - Constructor in FindAndDeleteImplementer
findAnnotation(org.codehaus.groovy.ast.AnnotatedNode, List<AnnotationNode>) - Method in AstAnnotationUtils
findAnnotation(org.codehaus.groovy.ast.AnnotatedNode, List<AnnotationNode>) - Method in AstUtils
findArgsExpression(org.codehaus.groovy.ast.MethodNode) - Method in AbstractReadOperationImplementer
findArgsExpression(org.codehaus.groovy.ast.MethodNode) - Method in DeleteWhereImplementer
FindByBooleanFinder - Class in org.grails.gorm.rx.finders
Implementation of findBy* boolean finder for RxGORM
FindByBooleanFinder(org.grails.datastore.rx.RxDatastoreClient) - Constructor in FindByBooleanFinder
FindByFinder - Class in org.grails.gorm.rx.finders
Implementation of findBy* dynamic finder for RxGORM
FindByFinder(org.grails.datastore.rx.RxDatastoreClient) - Constructor in FindByFinder
findConnectionId(org.codehaus.groovy.ast.MethodNode) - Method in AbstractServiceImplementer
findConstraintFactories(Class<T>) - Method in ConstraintRegistry
Finds a constraint by class
findConstraintFactories(Class<T>) - Method in DefaultConstraintRegistry
findCustomType(org.grails.datastore.mapping.model.MappingContext, Class<?>) - Method in MappingFactory
findDatastore(java.lang.Class, java.lang.String) - Method in GormEnhancer
Find a datastore for the give entity type and qualifier (the connection name)
findDatastoreByType(Class<? extends Datastore>) - Method in GormEnhancer
Finds a datastore by type
findDatastoreClientByType(Class<? extends RxDatastoreClient>) - Method in RxGormEnhancer
Finds a datastore by type
findDefaultDatastore(org.grails.datastore.mapping.core.Datastore) - Method in RuntimeSupport
Finds the default datastore from an array of datastores
findEntity(java.lang.Class, java.lang.String) - Method in GormEnhancer
Find the entity for the given type
FinderMethod - Interface in org.grails.datastore.gorm.finders
Implementation of dynamic finders.
finders - Property in GormEnhancer
finders - Property in NamedCriteriaProxy
findEventPublisher(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in AbstractDatastoreInitializer
Finds the event publisher to use
findInstanceApi(Class<D>, java.lang.String) - Method in GormEnhancer
Find an instance API for the give entity type and qualifier (the connection name)
findInstanceApi(Class<T>, java.lang.String) - Method in RxGormEnhancer
Find the instance API for the given type
findInstanceApiForConnectionId(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractServiceImplementer
findInstanceId(java.lang.Object) - Method in Query
findInterface(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
findManyRelatedClassPropertyName(java.lang.String, org.grails.datastore.mapping.reflect.ClassPropertyFetcher, java.util.Map, Class<?>) - Method in GormMappingConfigurationStrategy
findMessageSource(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in AbstractDatastoreInitializer
Finds the message source to use
findMethodExpression(java.lang.String) - Method in DynamicFinder
findMethodExpressionInternal(java.lang.Class, java.lang.String) - Method in DynamicFinder
findMethodToInvoke(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneImplementer
findNamedQuery(java.lang.Class, java.lang.String) - Method in GormEnhancer
deprecated:
Use #createNamedQuery(entity, queryName) instead
FindOneByImplementer - Class in org.grails.datastore.gorm.services.implementers
Handles implementation for a finder that returns a single result
FindOneByImplementer() - Constructor in FindOneByImplementer
FindOneByInterfaceProjectionImplementer - Class in org.grails.datastore.gorm.services.implementers
Interface projections for dynamic finders
FindOneByInterfaceProjectionImplementer() - Constructor in FindOneByInterfaceProjectionImplementer
FindOneImplementer - Class in org.grails.datastore.gorm.services.implementers
An implementer that implements logic for finding a single entity
FindOneImplementer() - Constructor in FindOneImplementer
FindOneInterfaceProjectionImplementer - Class in org.grails.datastore.gorm.services.implementers
Interface projection finder
FindOneInterfaceProjectionImplementer() - Constructor in FindOneInterfaceProjectionImplementer
FindOneInterfaceProjectionStringQueryImplementer - Class in org.grails.datastore.gorm.services.implementers
Interface projections for string-based queries
FindOneInterfaceProjectionStringQueryImplementer() - Constructor in FindOneInterfaceProjectionStringQueryImplementer
FindOneInterfaceProjectionWhereImplementer - Class in org.grails.datastore.gorm.services.implementers
Interface projection implementer for Where queries
FindOneInterfaceProjectionWhereImplementer() - Constructor in FindOneInterfaceProjectionWhereImplementer
FindOnePropertyProjectionImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements property projection by query
FindOnePropertyProjectionImplementer() - Constructor in FindOnePropertyProjectionImplementer
FindOneStringQueryImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements support for String-based queries that return a domain class
FindOneStringQueryImplementer() - Constructor in FindOneStringQueryImplementer
findOneToManyThatMatchesType(org.grails.datastore.mapping.model.PersistentEntity, java.beans.PropertyDescriptor, java.util.Map, java.util.Map, org.grails.datastore.mapping.reflect.ClassPropertyFetcher) - Method in GormMappingConfigurationStrategy
FindOneWhereImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements support for the Where annotation on Service instances that return a single result
FindOneWhereImplementer() - Constructor in FindOneWhereImplementer
FindOrCreateByFinder - Class in org.grails.gorm.rx.finders
Implementation of findOrCreateBy* finder for RxGORM
FindOrCreateByFinder.1 - Class in org.grails.gorm.rx.finders
FindOrCreateByFinder.1() - Constructor in FindOrCreateByFinder.1
FindOrCreateByFinder(org.grails.datastore.rx.RxDatastoreClient) - Constructor in FindOrCreateByFinder
findOrCreateWhere(java.util.Map) - Method in GormEntity
Finds a single result matching all of the given conditions.
findOrCreateWhere(java.util.Map) - Method in GormStaticApi
Finds a single result matching all of the given conditions.
findOrCreateWhere(java.util.Map) - Method in GormStaticOperations
Finds a single result matching all of the given conditions.
findOrCreateWhere(java.util.Map) - Method in RxEntity
Finds a single result matching all of the given conditions.
findOrCreateWhere(java.util.Map) - Method in RxGormStaticApi
Finds a single result matching all of the given conditions.
findOrCreateWhere(java.util.Map) - Method in RxGormStaticOperations
Finds a single result matching all of the given conditions.
findOrCreateWhere(java.util.Map) - Method in TenantDelegatingGormOperations
findOrCreateWhere(java.util.Map) - Method in TenantDelegatingRxGormOperations
findOrder(java.lang.Object) - Method in OrderedComparator
Find an order value indicated by the given object.
FindOrSaveByFinder - Class in org.grails.gorm.rx.finders
Created by graemerocher on 06/05/16.
FindOrSaveByFinder(org.grails.datastore.rx.RxDatastoreClient) - Constructor in FindOrSaveByFinder
findOrSaveWhere(java.util.Map) - Method in GormEntity
Finds a single result matching all of the given conditions.
findOrSaveWhere(java.util.Map) - Method in GormStaticApi
Finds a single result matching all of the given conditions.
findOrSaveWhere(java.util.Map) - Method in GormStaticOperations
Finds a single result matching all of the given conditions.
findOrSaveWhere(java.util.Map) - Method in RxEntity
Finds a single result matching all of the given conditions.
findOrSaveWhere(java.util.Map) - Method in RxGormStaticApi
Finds a single result matching all of the given conditions.
findOrSaveWhere(java.util.Map) - Method in RxGormStaticOperations
Finds a single result matching all of the given conditions.
findOrSaveWhere(java.util.Map) - Method in TenantDelegatingGormOperations
findOrSaveWhere(java.util.Map) - Method in TenantDelegatingRxGormOperations
findPersistenceInterceptorBeanNames(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in PersistenceContextInterceptorAggregator
findProperty(List<PropertyDescriptor>, java.lang.String) - Method in GormMappingConfigurationStrategy
Finds a property type is an array of descriptors for the given property name
findPropertyType(org.codehaus.groovy.ast.expr.Expression) - Method in GormEntityTransformation
Finds the type of the generated property.
findPublicAbstractMethods(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Finds all the abstract methods for the give class node
findServiceImplementors(org.codehaus.groovy.ast.AnnotationNode) - Method in ServiceTransformation
findServices(java.util.List, Class<T>) - Method in ConfigurationUtils
Finds services of the given type from the given list or via java.util.ServiceLoader
findSingleDatastore() - Method in GormEnhancer
Finds a single datastore
findSingleDatastoreClient() - Method in RxGormEnhancer
Finds a single datastore
findSingleTransactionManager(java.lang.String) - Method in GormEnhancer
Finds a single available transaction manager
findStaticApi(Class<D>, java.lang.String) - Method in GormEnhancer
Find a static API for the give entity type and qualifier (the connection name)
findStaticApi(Class<T>, java.lang.String) - Method in RxGormEnhancer
Find the static API for the given type
findStaticApiForConnectionId(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractServiceImplementer
findTenantId(java.lang.Class) - Method in GormEnhancer
Find the tenant id for the given entity
findTenantId(Class<T>) - Method in RxGormEnhancer
Find the tenant id for the given entity
findTraitProviders(Class<GormEntityTraitProvider>, java.lang.ClassLoader) - Method in GormEntityTransformation
findTransactionalAnnotation(org.codehaus.groovy.ast.MethodNode) - Method in TransactionalTransform
Finds the transactional annotation for the given method node
findTransactionManager(Class<? extends Datastore>, java.lang.String) - Method in GormEnhancer
Finds a single available transaction manager
findTransformName(org.codehaus.groovy.ast.AnnotationNode) - Method in OrderedGormTransformation
findType() - Method in DataSourceBuilder
findValidationApi(Class<D>, java.lang.String) - Method in GormEnhancer
Find a validation API for the give entity type and qualifier (the connection name)
findValidationApi(Class<T>, java.lang.String) - Method in RxGormEnhancer
Find the validation API for the given type
findWhere(java.util.Map, java.util.Map) - Method in GormEntity
Finds a single result matching all of the given conditions.
findWhere(java.util.Map, java.util.Map) - Method in GormStaticApi
Finds a single result matching all of the given conditions.
findWhere(java.util.Map, java.util.Map) - Method in GormStaticOperations
Finds a single result matching all of the given conditions.
findWhere(java.util.Map) - Method in NamedCriteriaProxy
findWhere(java.util.Map, java.util.Map) - Method in RxEntity
Finds a single result matching all of the given conditions.
findWhere(java.util.Map, java.util.Map) - Method in RxGormStaticApi
Finds a single result matching all of the given conditions.
findWhere(java.util.Map, java.util.Map) - Method in RxGormStaticOperations
Finds a single result matching all of the given conditions.
findWhere(java.util.Map, java.util.Map) - Method in TenantDelegatingGormOperations
findWhere(java.util.Map, java.util.Map) - Method in TenantDelegatingRxGormOperations
FIREBIRD - Enum Constant in DatabaseDriver
Firebird.
fireEvent(java.lang.Object, java.util.List) - Method in GormValidationApi
Fire the validation event.
firePostDeleteEvent(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
firePostInsertEvent(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
firePostLoadEvent(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
firePostUpdateEvent(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
firePreLoadEvent(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
first(java.util.Map) - Method in GormEntity
Finds the first object.
first(java.util.Map) - Method in GormStaticApi
Finds the first object.
first(java.util.Map) - Method in GormStaticOperations
Finds the first object.
first() - Method in PersistentSortedSet
first(java.util.Map) - Method in RxEntity
Finds the first object.
first(java.util.Map) - Method in RxGormStaticApi
Finds the first object.
first(java.util.Map) - Method in RxGormStaticOperations
Finds the first object.
first() - Method in RxPersistentSortedSet
first() - Method in SoftServiceLoader
Returns:
Return the first such instance
first(java.util.Map) - Method in TenantDelegatingGormOperations
first(java.util.Map) - Method in TenantDelegatingRxGormOperations
firstExpressionIsRequiredBoolean() - Method in AbstractFindByFinder
firstExpressionIsRequiredBoolean() - Method in FindAllByBooleanFinder
firstExpressionIsRequiredBoolean() - Method in FindAllByFinder
firstExpressionIsRequiredBoolean() - Method in FindByBooleanFinder
firstLevelCache - Field in AbstractSession
firstLevelCollectionCache - Field in AbstractSession
firstLevelEntryCache - Field in AbstractSession
firstLevelEntryCacheDirtyCheck - Field in AbstractSession
firstOr(java.lang.String, java.lang.ClassLoader) - Method in SoftServiceLoader
Parameters:
alternative - An alternative type to use if the this type is not present
firstResult(int) - Method in Query
Defines the offset (the first result index) of the query
FixedTenantResolver - Class in org.grails.datastore.mapping.multitenancy.resolvers
A tenant resolver that resolves to a fixed static named tenant id
FixedTenantResolver(java.io.Serializable) - Constructor in FixedTenantResolver
flags - Field in Context
The ClassReader option flags for the parsing of this class.
flattenStatementIfNecessary(org.codehaus.groovy.ast.stmt.BlockStatement) - Method in DetachedCriteriaTransformer
FLOAT - Field in ClassReader
The type of CONSTANT_Float constant pool items.
flush() - Method in AbstractDatastorePersistenceContextInterceptor
flush() - Method in AbstractSession
flush() - Method in AggregatePersistenceContextInterceptor
flush() - Method in Session
Flushes any pending changes to the datastore
flush() - Method in SpringSessionSynchronization
flush() - Method in TransactionObject
flushActive - Field in AbstractSession
flushBeforeQuery() - Method in Query
Default behavior is the flush the session before a query in the case of FlushModeType.AUTO.
flushMode - Field in AbstractSession
flushMode - Property in ConnectionSourceSettings
The flush mode type, if any
flushMode - Field in OpenSessionInViewInterceptor
flushPendingDeletes(Map<PersistentEntity,Collection<PendingDelete>>) - Method in AbstractSession
flushPendingInserts(Map<PersistentEntity,Collection<PendingInsert>>) - Method in AbstractSession
The default implementation of flushPendingInserts is to iterate over each insert operations and execute them one by one.
flushPendingOperations(java.util.Collection) - Method in AbstractSession
flushPendingUpdates(Map<PersistentEntity,Collection<PendingUpdate>>) - Method in AbstractSession
The default implementation of flushPendingUpdates is to iterate over each update operation and execute them one by one.
forceUnidirectional(java.beans.PropertyDescriptor, java.util.Map) - Method in GormMappingConfigurationStrategy
check if mappedBy is set explicitly to null for the given property.
forClass(java.lang.Class) - Method in ClassPropertyFetcher
FOREIGN - Enum Constant in ValueGenerator
use the identifier of another object
foreignKeyInChild - Field in ToOne
forExecutables() - Method in GormValidatorAdapter
format - Property in DefaultConstrainedProperty
the format of the property (for example a date pattern)
formatDomainClassVariable(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in QueryStringTransformer
Formats a domain class variable
formatErrors(org.springframework.validation.Errors, java.lang.String) - Method in ValidationException
formatPropertyPath(List<String>, java.lang.String) - Method in QueryStringTransformer
Formats a declaration for the given property path
formatPropertyReference(org.codehaus.groovy.ast.expr.VariableExpression, java.lang.String, java.lang.String) - Method in QueryStringTransformer
Formats a reference to a property of a declared domain class
formatSql - Property in DataSourceSettings
Whether to format the SQL
formula - Property in Property
The formula used to build the property
formulateDatabaseReference(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.types.Association, java.io.Serializable) - Method in NativeEntryEntityPersister
Formulates a database reference for the given entity, association and association id
forName(java.lang.String, java.lang.ClassLoader) - Method in ReflectionUtils
FROM_CLAUSE - Field in JpaQueryBuilder
from - Field in Query.Between
fromJdbcUrl(java.lang.String) - Method in DatabaseDriver
Find a DatabaseDriver for the given URL.
fromMappedName(java.lang.String) - Method in CascadeValidateType
fromProductName(java.lang.String) - Method in DatabaseDriver
Find a DatabaseDriver for the given product name.
fullMessage - Field in ValidationException
fullQualifiedConstraintErrorCode - Field in AbstractConstraint
fullQualifiedPrefix - Field in AbstractConstraint
FUNCTION_CALL_CRITERION - Field in DetachedCriteriaTransformer
FunctionCallingCriterion - Class in org.grails.datastore.mapping.query.criteria
This criterion calls a function on the property before apply the appropriate comparison.
FunctionCallingCriterion(java.lang.String, java.lang.String, org.grails.datastore.mapping.query.Query.PropertyCriterion, boolean) - Constructor in FunctionCallingCriterion
functionHandlers - Property in SimpleMapQuery
functionName - Field in FunctionCallingCriterion

G

GAE - Enum Constant in DatabaseDriver
Google App Engine.
ge(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Used to restrict a value to be greater than or equal to the given value
ge(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
ge(java.lang.String, java.lang.Object) - Method in Criteria
Used to restrict a value to be greater than or equal to the given value
ge(java.lang.String, java.lang.Object) - Method in DetachedCriteria
ge(java.lang.String, java.lang.Object) - Method in Query
Used to restrict a value to be greater than or equal to the given value
geAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractCriteriaBuilder
Creates a subquery criterion that ensures the given property is greater than all the given returned values
geAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractDetachedCriteria
geAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Criteria
Creates a subquery criterion that ensures the given property is greater than all the given returned values
geAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in DetachedCriteria
GENERATED - Enum Constant in ValueGenerator
Generated by the datastore implementation
generateIdentifier(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, org.grails.datastore.mapping.reflect.EntityReflector) - Method in AbstractRxDatastoreClient
Generates an identifier for the given entity and instance
generateIdentifier(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in NativeEntryEntityPersister
Subclasses should override to provide id generation.
generateIdentifier(org.grails.datastore.mapping.model.PersistentEntity, java.util.Map) - Method in SimpleMapEntityPersister
generateServiceDescriptor(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode) - Method in ServiceTransformation
generateState() - Method in RxServiceSupport.1
generator - Property in Property
Set the id generator name or class.
geProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Constraints a property to be greater than or equal to a specified other property
geProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
geProperty(java.lang.String, java.lang.String) - Method in Criteria
Constrains a property to be greater than or equal to a specified other property
geProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
geProperty(java.lang.String, java.lang.String) - Method in Restrictions
Constraints a property to be greater than or equal to a specified other property
geSome(java.lang.String, Closure<?>) - Method in AbstractCriteriaBuilder
geSome(java.lang.String, Closure<?>) - Method in AbstractDetachedCriteria
geSome(java.lang.String, Closure<?>) - Method in Criteria
Creates a subquery criterion that ensures the given property is greater than or equal to some of the given values
geSome(java.lang.String, Closure<?>) - Method in DetachedCriteria
get(int) - Method in AbstractResultList
get(Class<T1>, java.io.Serializable) - Method in AbstractRxDatastoreClient
Retrieve and instance of the given type and id
GET_ASSOCIATION_ID_METHOD_NODE - Field in GormEntityTransformation
get(groovy.lang.Closure) - Method in BuildableCriteria
Defines and executes a get query ( a single result) in a single call.
get() - Method in CriteriaBuilder
Finds a single result matching this criteria.
get() - Method in CurrentTenant
Returns:
Obtain the current tenant
get(groovy.lang.Closure) - Method in DetachedCriteria
get(java.io.Serializable) - Method in GormEntity
Retrieves an object from the datastore. eg.
get() - Method in GormQueryOperations
Returns a single result matching the criterion contained within this DetachedCriteria instance
get(java.io.Serializable) - Method in GormStaticApi
Retrieves an object from the datastore. eg.
get(java.io.Serializable) - Method in GormStaticOperations
Retrieves an object from the datastore. eg.
GET_ID_METHOD - Field in EntityProxyMethodHandler
GET_META_CLASS - Field in GroovyObjectMethodHandler
get(java.util.Map, groovy.lang.Closure) - Method in NamedCriteriaProxy
get(int) - Method in PagedResultList
get(int) - Method in PersistentList
GET_PROPERTY - Field in GroovyObjectMethodHandler
get(java.lang.Object) - Method in PropertyResolverMap
GET_PROXY_KEY_METHOD - Field in EntityProxyMethodHandler
get(Class<T1>, java.io.Serializable) - Method in RxDatastoreClient
Obtains a single instance for the given type and id
get(Class<T1>, java.io.Serializable, org.grails.datastore.rx.query.QueryState) - Method in RxDatastoreClientImplementor
Obtain an instance passing the query state
get(java.io.Serializable, java.util.Map) - Method in RxEntity
Retrieve an instance by id
get(java.io.Serializable, java.util.Map) - Method in RxGormStaticApi
get(java.io.Serializable, java.util.Map) - Method in RxGormStaticOperations
Retrieve an instance by id for the given arguments
GET_TARGET_METHOD - Field in EntityProxyMethodHandler
get(java.io.Serializable) - Method in TenantDelegatingGormOperations
get(java.io.Serializable, java.util.Map) - Method in TenantDelegatingRxGormOperations
get() - Method in Tenants.CurrentTenant
Returns:
Obtain the current tenant
GET_TRANSACTION_MANAGER_METHOD - Field in TransactionalTransform
getActualPropertyName(org.springframework.beans.BeanWrapper, java.lang.String, java.lang.String) - Method in RelaxedDataBinder
getAdapted() - Method in AdaptedImplementer
getAdditionalBeansConfiguration(org.springframework.beans.factory.support.BeanDefinitionRegistry, java.lang.String) - Method in AbstractDatastoreInitializer
Internal method aiding in datastore configuration.
getAlias() - Method in AbstractDetachedCriteria
Returns:
The root alias to be used for the query
getAlias() - Method in QueryableCriteria
Returns:
The alias to be used for the query, null if none
getAll() - Method in GormEntity
Returns:
Synonym for list()
getAll() - Method in GormStaticApi
Returns:
Synonym for list()
getAll() - Method in GormStaticOperations
Returns:
Synonym for list()
getAll() - Method in TenantDelegatingGormOperations
getAllAssociationMap(org.grails.datastore.mapping.reflect.ClassPropertyFetcher) - Method in GormMappingConfigurationStrategy
Retrieves the association map
getAllConnectionSources() - Method in ConnectionSources
Returns:
An iterable containing all ConnectionSource instances
getAllConnectionSources() - Method in InMemoryConnectionSources
getAllConnectionSources() - Method in SingletonConnectionSources
getAllConnectionSources() - Method in StaticConnectionSources
getAnnotation(org.grails.datastore.mapping.reflect.ClassPropertyFetcher, java.beans.PropertyDescriptor, Class<A>) - Method in JpaMappingConfigurationStrategy
getAnnotationMetadata() - Method in AnnotationMetadataReader
getAnnotationType() - Method in AbstractGormASTTransformation
getAnnotationType() - Method in AbstractStringQueryImplementer
getAnnotationType() - Method in RxScheduleIOTransformation
getAnnotationType() - Method in ServiceTransformation
getAnnotationType() - Method in TenantTransform
getAnnotationType() - Method in TransactionalTransform
getApplicationContext() - Method in AbstractDatastore
deprecated:
Deprecated, will be removed in a future version of GORM
getApplicationContext() - Method in Datastore
Get the application context.
getApplicationEventPublisher() - Method in AbstractDatastore
getApplicationEventPublisher() - Method in Datastore
Get the application event publisher.
getApplicationEventPublisher() - Method in SimpleMapDatastore
getAppliedConstraint(java.lang.String) - Method in DefaultConstrainedProperty
Obtains an applied constraint by name.
getAppliedConstraints() - Method in DefaultConstrainedProperty
Returns:
Returns the appliedConstraints.
getAppliedMarker() - Method in AbstractGormASTTransformation
getAppliedMarker() - Method in RxScheduleIOTransformation
getAppliedMarker() - Method in ServiceTransformation
getAppliedMarker() - Method in TenantTransform
getAppliedMarker() - Method in TransactionalTransform
getArguments() - Method in DetachedCriteriaTransformer.ClosureAndArguments
getArguments() - Method in DynamicFinder
getArguments() - Method in DynamicFinderInvocation
getArguments() - Method in MethodExpression
getArgumentsRequired() - Method in DynamicFinder
getArgumentsRequired() - Method in MethodExpression
getArtefactTypes() - Method in DirtyCheckingTransformer
getArtefactTypes() - Method in EntityTraitInjector
getArtefactTypes() - Method in GormTransformer
getAssociatedEntity() - Method in Association
Returns:
The entity associated with the this association
getAssociatedEntity() - Method in Basic
getAssociation() - Method in AssociationCriteria
getAssociation() - Method in AssociationQuery
The association being queried
getAssociationId(java.lang.String) - Method in GormEntity
Obtains the id of an association without initialising the association
getAssociationId(java.lang.String) - Method in RxEntity
Obtains the id of an association without initialising the association
getAssociationIndexer(T, org.grails.datastore.mapping.model.types.Association) - Method in NativeEntryEntityPersister
Obtains an indexer for the given association
getAssociationIndexer(java.util.Map, org.grails.datastore.mapping.model.types.Association) - Method in SimpleMapEntityPersister
getAssociationKeys() - Method in RxPersistentList
getAssociationKeys() - Method in RxPersistentSet
getAssociationKeys() - Method in RxPersistentSortedSet
getAssociationKeys() - Method in RxUnidirectionalCollection
Returns:
The association keys in the case of unidirectional one-to-many
getAssociationMap(org.grails.datastore.mapping.reflect.ClassPropertyFetcher, java.lang.String) - Method in GormMappingConfigurationStrategy
getAssociations() - Method in AbstractPersistentEntity
getAssociations() - Method in PersistentEntity
A list of the associations for this entity.
getAssociationTypeFromGenerics(org.codehaus.groovy.ast.ClassNode) - Method in DetachedCriteriaTransformer
getAsync() - Method in AsyncEntity
Returns:
The async version of the GORM static API
getAt(java.lang.String) - Method in DynamicAttributes
Obtains a dynamic attribute
getAt(java.lang.String) - Method in InstanceProxy
getAt(java.lang.String) - Method in ValidationErrors
getAttribute(java.lang.Object, java.lang.String) - Method in AbstractAttributeStoringSession
getAttribute(java.lang.Object, java.lang.String) - Method in ProxyInstanceMetaClass
getAttribute(java.lang.Object, java.lang.String) - Method in Session
Obtains an attribute for the given entity
getAttributes() - Method in ClassReader
Returns the start index of the attribute_info structure of this class.
getAttributes() - Method in DefaultConstrainedProperty
getBackingMap() - Method in SimpleMapDatastore
getBackingMap() - Method in SimpleMapSession
getBaseConfiguration() - Method in AbstractConnectionSources
getBaseConfiguration() - Method in ConnectionSources
Returns:
Obtains the base configuration
getBeanDefinitions(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in AbstractDatastoreInitializer
getBooleanFromMap(java.lang.String, Map<?,?>) - Method in ClassUtils
Retrieves a boolean value from a Map for the given key
getCachedCollection(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.lang.String) - Method in AbstractSession
getCachedCollection(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.lang.String) - Method in SessionImplementor
Obtains a cached collection
getCachedEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, boolean) - Method in AbstractSession
getCachedEntry(java.io.Serializable) - Method in HashMapTPCacheAdapter
getCachedEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, boolean) - Method in SessionImplementor
Obtains a cached entry
getCachedEntry(java.io.Serializable) - Method in TPCacheAdapter
Returns the stored value for the specified key.
getCachedInstance(java.lang.Class, java.io.Serializable) - Method in AbstractSession
getCachedInstance(java.lang.Class, java.io.Serializable) - Method in SessionImplementor
Get the cached instance if it exists.
getCapitilizedName() - Method in AbstractPersistentProperty
getCapitilizedName() - Method in PersistentProperty
The name with the first letter in upper case as per Java bean conventions
getCascadeOperations() - Method in Association
getCascadeOperations() - Method in PendingOperation
Operations to be executed directly following this operation
getCascadeOperations() - Method in PendingOperationAdapter
getCascadeValidateOperation() - Method in Association
getChildEntities(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
getChildEntities(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext
Obtains all of the children for the given root
getChildEntityByDiscriminator(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in AbstractMappingContext
getChildEntityByDiscriminator(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in MappingContext
Obtains a child of the given root entity using the given discriminator
getClassMapping() - Method in AbstractKeyValueEntityPersister
getClassMapping() - Method in JpaMappingConfigurationStrategy
getClassMapping() - Method in MappingFactory
getClassMapping() - Method in NativeEntryEntityPersister
getClassMapping() - Method in PropertyMapping
Retrieves the ClassMapping instance of the owning class
getClassMetadata() - Method in AnnotationMetadataReader
getClassName(java.lang.Class) - Method in NameUtils
Get the class name, taking into account proxies
getClockProvider() - Method in GormValidatorFactoryAdapter
getClockProvider() - Method in JavaxValidatorRegistry
getClosureExpression() - Method in DetachedCriteriaTransformer.ClosureAndArguments
getCollectionStaticProperty(org.grails.datastore.mapping.reflect.ClassPropertyFetcher, java.lang.String) - Method in GormMappingConfigurationStrategy
getCommonConfiguration(org.springframework.beans.factory.support.BeanDefinitionRegistry, java.lang.String) - Method in AbstractDatastoreInitializer
getComponentType() - Method in Basic
getCompositeIdentity() - Method in AbstractPersistentEntity
getCompositeIdentity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in GormMappingConfigurationStrategy
getCompositeIdentity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in MappingConfigurationStrategy
Obtains the identity of a persistent entity
getCompositeIdentity() - Method in PersistentEntity
The composite id
getConfiguration(org.springframework.context.ConfigurableApplicationContext) - Method in SimpleMapDatastore
getConnection() - Method in CustomizableRollbackTransactionAttribute
Returns:
The connection being used
getConnectionFromDriverManager(java.lang.String, java.util.Properties) - Method in DataSourceBuilder.ReadOnlyDriverManagerDataSource
getConnectionSource(java.lang.String) - Method in ConnectionSources
Obtain a ConnectionSource by name
getConnectionSource(java.lang.String) - Method in InMemoryConnectionSources
getConnectionSource(java.lang.String) - Method in SingletonConnectionSources
getConnectionSource(java.lang.String) - Method in StaticConnectionSources
getConnectionSourceNames(ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Method in AbstractConnectionSources
Implementors should provide a method to lookup the data source names, which could be read from a database, configuration etc.
getConnectionSourceNames(org.grails.datastore.mapping.model.PersistentEntity) - Method in ConnectionSourcesSupport
Obtain all of the ConnectionSource names for the given entity
getConnectionSourceNames(ConnectionSourceFactory<Map<String,Map>,ConnectionSourceSettings>, org.springframework.core.env.PropertyResolver) - Method in SimpleMapDatastore
getConnectionSourceNames(ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Method in SingletonConnectionSources
getConnectionSourceNames(ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Method in StaticConnectionSources
getConnectionSources() - Method in ConnectionSourcesProvider
Returns:
The ConnectionSources
getConnectionSources() - Method in RxDatastoreClient
Returns:
Obtain the connection sources
getConnectionSources() - Method in SimpleMapDatastore
getConnectionSourcesConfigurationKey() - Method in ConnectionSourceFactory
Returns:
Obtain the prefix used to obtain the default configuration.
getConnectionSourcesConfigurationKey() - Method in DataSourceConnectionSourceFactory
getConnectionSourcesConfigurationKey() - Method in SimpleMapConnectionSourceFactory
getConnectionSourcesConfigurationKey() - Method in SingletonConnectionSources.NullConnectionFactory
getConstrainedProperties() - Method in ConstrainedEntity
Returns:
The constrained property instances
getConstrainedProperties() - Method in ConstrainedPropertyBuilder
getConstraintValidatorFactory() - Method in GormValidatorFactoryAdapter
getConstraintValidatorFactory() - Method in JavaxValidatorRegistry
getConversionService() - Method in AbstractMappingContext
getConversionService() - Method in MappingContext
Obtains the ConversionService instance to use for type conversion
getConverter(Class<T>) - Method in RelaxedConversionService.StringToEnumIgnoringCaseConverterFactory
getConverterRegistry() - Method in AbstractMappingContext
getConverterRegistry() - Method in MappingContext
Obtains the converter registry
getCount() - Method in Attribute
Returns the length of the attribute list that begins with this attribute.
getCount(java.util.Map, groovy.lang.Closure) - Method in DetachedCriteria
Calculates the total number of matches for the query
getCount() - Method in GormEntity
Same as count() but allows property-style syntax (Foo.count)
getCount() - Method in GormStaticApi
Same as count() but allows property-style syntax (Foo.count)
getCount() - Method in GormStaticOperations
Same as count() but allows property-style syntax (Foo.count)
getCount() - Method in TenantDelegatingGormOperations
getCreator() - Method in SessionHolder
getCriteria() - Method in AbstractDetachedCriteria
getCriteria() - Method in AssociationCriteria
getCriteria() - Method in DynamicFinderInvocation
getCriteria() - Method in Query
Returns:
The criteria defined by this query
getCriteria() - Method in Query.Junction
getCriteria() - Method in QueryableCriteria
Returns:
A list of all criteria
getCurrent() - Method in GrailsVersion
Returns:
Obtains the current Grails version
getCurrentBody() - Method in DetachedCriteriaTransformer.ClosureAndArguments
getCurrentSession() - Method in AbstractDatastore
getCurrentSession() - Method in Datastore
Obtains the current session (if any)
getCurrentSession() - Method in SpringSessionSynchronization
Check whether there is a Hibernate Session for the current JTA transaction.
getCurrentVersion(org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
getCursor() - Method in AbstractResultList
getCustomTypeMarshaller() - Method in Basic
Returns:
The type converter for this custom type
getCustomTypeMarshaller() - Method in Custom
Returns:
The type converter for this custom type
getDatastore() - Method in AbstractDatastoreApi
getDatastore() - Method in AbstractSession
getDatastore() - Method in DatastoreTransactionManager
getDatastore() - Method in OpenSessionInViewInterceptor
getDatastore() - Method in Session
The Datastore that created this Session
getDatastoreClient(java.lang.String) - Method in AbstractRxDatastoreClient
getDatastoreClient(java.lang.String) - Method in RxDatastoreClient
Obtain another RxDatastoreClient for the given ConnectionSource name
getDatastoreClientForTenantId(java.io.Serializable) - Method in AbstractRxDatastoreClient
getDatastoreClientForTenantId(java.io.Serializable) - Method in RxDatastoreClient
Obtains the datastore for the given tenant id.
getDatastoreForConnection(java.lang.String) - Method in MultipleConnectionSourceCapableDatastore
Lookup a Datastore by ConnectionSource name
getDatastoreForConnection(java.lang.String) - Method in SimpleMapDatastore
getDatastoreForQualifier(Class<D>, java.lang.String) - Method in SimpleMapDatastore
getDatastoreForTenantId(java.io.Serializable) - Method in MultiTenantCapableDatastore
Obtains the datastore for the given tenant id.
getDatastoreForTenantId(java.io.Serializable) - Method in SimpleMapDatastore
getDecapitalizedName() - Method in AbstractPersistentEntity
getDecapitalizedName() - Method in PersistentEntity
Returns:
Returns the name of the class decapitalized form
getDeclaredField(java.lang.String) - Method in ClassPropertyFetcher
getDeclaredField(java.lang.Class, java.lang.String) - Method in MappingUtils
Get a declared field, searching super classes for the field if it is not found in the class.
getDecorators() - Method in AsyncQuery
getDecorators() - Method in GormAsyncStaticApi
getDefault() - Method in ConnectionSourceSettings
Returns:
Any defaults
getDefaultConnectionSource() - Method in AbstractConnectionSources
getDefaultConnectionSource() - Method in ConnectionSources
Obtains the default ConnectionSource
getDefaultConnectionSourceName(org.grails.datastore.mapping.model.PersistentEntity) - Method in ConnectionSourcesSupport
If a domain class uses more than one datasource, we need to know which one to use when calling a method without a namespace qualifier.
getDefaultConstraints() - Method in ConstraintsEvaluator
The default constraints to use
getDefaultConstraints() - Method in DefaultConstraintEvaluator
getDefaultDatabaseName() - Method in DocumentMappingContext
getDefaultIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in GormMappingConfigurationStrategy
getDefaultIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in MappingConfigurationStrategy
Obtains the default manner in which identifiers are mapped.
getDefaultMapping() - Method in DocumentMappingContext
getDefaultMessage(java.lang.String) - Method in AbstractConstraint
Returns the default message for the given message code in the current locale.
getDetachedCriteria() - Method in DynamicFinderInvocation
getDetachedCriteriaType(org.codehaus.groovy.ast.ClassNode) - Method in AbstractDetachedCriteriaServiceImplementor
getDetachedCriteriaType(org.codehaus.groovy.ast.ClassNode) - Method in AbstractWhereImplementer
getDirectChildEntities(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
getDirectChildEntities(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext
Obtains only the direct children (1 level down) for the given root entity
getDirection() - Method in Query.Order
Returns:
The direction order by
getDirtyCheckingState(java.lang.Object) - Method in EntityReflector
Returns:
Obtains the dirty checking state for the given entity
getDirtyCheckingState(java.lang.Object) - Method in FieldEntityAccess.FieldEntityReflector
getDirtyPropertyNames() - Method in GormEntity
Obtains a list of property names that are dirty.
getDirtyPropertyNames(D) - Method in GormInstanceApi
Obtains a list of property names that are dirty
getDiscriminator() - Method in AbstractPersistentEntity
getDiscriminator() - Method in PersistentEntity
The discriminator used when persisting subclasses of an inheritance hierarchy
getDriverClassName() - Method in DatabaseDriver
Return the driver class name.
getDynamicFinderPrefix() - Method in CountByImplementer
getDynamicFinderPrefix() - Method in FindAllByImplementer
getDynamicFinderPrefix() - Method in FindOneByImplementer
getEmbedded() - Method in AbstractPersistentEntity
getEmbedded(T, java.lang.String) - Method in NativeEntryEntityPersister
Implementors should override to provide support for embedded objects.
getEmbedded() - Method in PersistentEntity
A list of embedded associations for this entity.
getEmbedded(java.util.Map, java.lang.String) - Method in SimpleMapEntityPersister
getEntity() - Method in AbstractClassMapping
getEntity() - Method in AbstractPersistenceEvent
getEntity() - Method in BeanEntityAccess
getEntity() - Method in ClassMapping
Obtains the PersistentEntity for this class mapping
getEntity() - Method in EntityAccess
Returns:
The entity being persisted
getEntity() - Method in FieldEntityAccess
getEntity() - Method in ManualEntityOrdering
getEntity() - Method in PendingOperation
Returns:
The PersistentEntity being inserted
getEntity() - Method in PendingOperationAdapter
getEntity() - Method in Query
Returns:
The PersistentEntity being query
getEntityAccess() - Method in AbstractPersistenceEvent
getEntityAccess() - Method in PendingInsert
Returns:
The EntityAccess object for the entity to be inserted
getEntityAccess() - Method in PendingInsertAdapter
getEntityAccess() - Method in PendingUpdate
Returns:
The EntityAccess object for the entity to be inserted
getEntityAccess() - Method in PendingUpdateAdapter
getEntityFamily() - Method in AbstractKeyValueEntityPersister
getEntityFamily() - Method in NativeEntryEntityPersister
getEntityMappedFormType() - Method in AbstractGormMappingFactory
getEntityMappedFormType() - Method in GormDocumentMappingFactory
getEntityMappedFormType() - Method in GormKeyValueMappingFactory
getEntityObject() - Method in AbstractPersistenceEvent
getEntityReflector(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
Obtains a EntityReflector instance for the given entity
getEntityReflector(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext
Obtains a EntityReflector instance for the given entity
getEntityTrait() - Method in GormEntityTraitProvider
getEntityValidator(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
Retrieves a validator for an entity
getEntityValidator(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext
Obtains a validator for the given entity
getEntryCache(java.lang.Class, boolean) - Method in AbstractSession
getEntryValue(T, java.lang.String) - Method in NativeEntryEntityPersister
Reads a value for the given key from the native entry
getEntryValue(java.util.Map, java.lang.String) - Method in SimpleMapEntityPersister
getEnumType() - Method in Property
Returns:
The type of the enum, either ordinal or string
getEnumTypeObject() - Method in Property
Returns:
The type of the enum, either ordinal or string
getErrors() - Method in GormValidateable
Obtains the errors for an instance
getErrors(D) - Method in GormValidationApi
Obtains the errors for an instance
getErrors() - Method in ValidationException
Returns:
The errors object
getEventPublisher() - Method in AbstractRxDatastoreClient
getEventPublisher() - Method in RxDatastoreClient
Returns:
The event publisher
getEventType() - Method in AbstractPersistenceEvent
getEventType() - Method in AbstractQueryEvent
Returns:
The type of event.
getEventType() - Method in PostDeleteEvent
getEventType() - Method in PostInsertEvent
getEventType() - Method in PostLoadEvent
getEventType() - Method in PostQueryEvent
getEventType() - Method in PostUpdateEvent
getEventType() - Method in PreDeleteEvent
getEventType() - Method in PreInsertEvent
getEventType() - Method in PreLoadEvent
getEventType() - Method in PreQueryEvent
Returns:
The type of event.
getEventType() - Method in PreUpdateEvent
getEventType() - Method in SaveOrUpdateEvent
getEventType() - Method in ValidationEvent
getExpandoMetaClass(Class<?>) - Method in MetaClassUtils
getExpressions() - Method in DynamicFinderInvocation
getExtendedMethods() - Method in AbstractGormApi
getFactory() - Method in AbstractConnectionSources
getFactory() - Method in ConnectionSources
Returns:
The factory used to create new connections
getFallBackValue(java.lang.Object, java.lang.String) - Method in ConfigurationBuilder
getFamily(org.grails.datastore.mapping.model.PersistentEntity, ClassMapping<Family>) - Method in AbstractKeyValueEntityPersister
getFamily() - Method in KeyValueEntry
getFamily(org.grails.datastore.mapping.model.PersistentEntity) - Method in SimpleMapQuery
getFetchMode(java.lang.Object) - Method in DynamicFinder
Retrieves the fetch mode for the specified instance; otherwise returns the default FetchMode.
getFetchStrategies() - Method in AbstractDetachedCriteria
Returns:
Obtain the fetch strategies for each property
getFetchStrategy() - Method in Association
Returns:
The fetch strategy for the association
getFinders() - Method in GormEnhancer
getFindMethodToInvoke(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in FindOneStringQueryImplementer
getFlushMode() - Method in AbstractSession
getFlushMode() - Method in Session
Obtains the current FlushModeType
getFormat() - Method in Constrained
Returns:
The format of the value
getFrom() - Method in Query.Between
getFromTPCache(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable) - Method in ThirdPartyCacheEntityPersister
getFunctionName() - Method in FunctionCallingCriterion
getFurthestUnresolvedParent(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
getGenerator() - Method in IdentityMapping
Returns:
The type of value generated used
getGenerator() - Method in JpaMappingConfigurationStrategy
getGenerator() - Method in MappingFactory
getGenericType(java.lang.Class) - Method in MappingUtils
getGenericTypeForMapProperty(java.lang.Class, java.lang.String, boolean) - Method in MappingUtils
getGenericTypeForProperty(java.lang.Class, java.lang.String) - Method in MappingUtils
getGetterAndSetterForPropertyName(LinkedHashMap<String, GetterAndSetter>, java.lang.String) - Method in DirtyCheckingTransformer
getGetterName(java.lang.String) - Method in MappingUtils
Calculate the name for a getter method to retrieve the specified property
getGetterName(java.lang.String, boolean) - Method in NameUtils
Retrieves the name of a setter for the specified property name
getGormDynamicFinders() - Method in GormEntity
getGormDynamicFinders() - Method in GormStaticApi
getGormDynamicFinders() - Method in GormStaticOperations
Returns:
The GORM dynamic finders
getGormDynamicFinders() - Method in RxEntity
Returns:
The dynamic finders for this domain class
getGormDynamicFinders() - Method in TenantDelegatingGormOperations
getGormPersistentEntity() - Method in GormEntity
Returns:
The PersistentEntity for this class
getGormPersistentEntity() - Method in GormStaticApi
Returns:
The PersistentEntity for this class
getGormPersistentEntity() - Method in GormStaticOperations
Returns:
The PersistentEntity for this class
getGormPersistentEntity() - Method in RxEntity
getGormPersistentEntity() - Method in TenantDelegatingGormOperations
getGrailsApplicationClass() - Method in AbstractDatastoreInitializer
getGrailsValidatorClass() - Method in AbstractDatastoreInitializer
getHandledPrefixes() - Method in AbstractStringQueryImplementer
getHandledPrefixes() - Method in AbstractWhereImplementer
getHandledPrefixes() - Method in CountByImplementer
getHandledPrefixes() - Method in CountImplementer
getHandledPrefixes() - Method in DeleteImplementer
getHandledPrefixes() - Method in DeleteWhereImplementer
getHandledPrefixes() - Method in FindAllByImplementer
getHandledPrefixes() - Method in FindAllImplementer
getHandledPrefixes() - Method in FindAllPropertyProjectionImplementer
getHandledPrefixes() - Method in FindAndDeleteImplementer
getHandledPrefixes() - Method in FindOneByImplementer
getHandledPrefixes() - Method in FindOneImplementer
getHandledPrefixes() - Method in FindOnePropertyProjectionImplementer
getHandledPrefixes() - Method in PrefixedServiceImplementer
Returns:
The handled prefixes
getHandledPrefixes() - Method in SaveImplementer
getHandledPrefixes() - Method in UpdateOneImplementer
getIdDynamic(java.lang.Object) - Method in GroovyProxyFactory
getIdentifier() - Method in AbstractClassMapping
getIdentifier() - Method in BeanEntityAccess
getIdentifier() - Method in ClassMapping
Returns details of the identifier used for this class
getIdentifier() - Method in DocumentPersistentEntity.DocumentCollectionMapping
getIdentifier() - Method in EntityAccess
Returns:
Obtains the value of the entity identifier
getIdentifier(java.lang.Object) - Method in EntityProxyHandlerAdapter
getIdentifier(java.lang.Object) - Method in EntityReflector
Returns:
Obtain the identifier
getIdentifier() - Method in FieldEntityAccess
getIdentifier(java.lang.Object) - Method in FieldEntityAccess.FieldEntityReflector
getIdentifier(java.lang.Object) - Method in GroovyProxyFactory
getIdentifier(java.lang.Object) - Method in JavassistProxyFactory
getIdentifier(java.lang.Object) - Method in ProxyHandler
Obtains the identifier of an object without initializing the proxy if it is one
getIdentifier(java.lang.Object) - Method in RxJavassistProxyFactory
getIdentifierName() - Method in BeanEntityAccess
getIdentifierName() - Method in EntityAccess
Returns:
The name of the identifier property
getIdentifierName() - Method in EntityReflector
Returns:
The name of the identifier
getIdentifierName() - Method in FieldEntityAccess
getIdentifierName() - Method in FieldEntityAccess.FieldEntityReflector
getIdentifierName() - Method in IdentityMapping
The identifier property name(s).
getIdentifierName() - Method in JpaMappingConfigurationStrategy
getIdentifierName() - Method in MappingFactory
getIdentifierName(org.grails.datastore.mapping.model.ClassMapping) - Method in NativeEntryEntityPersister
Obtains the identifier name to use.
getIdentity() - Method in AbstractPersistentEntity
getIdentity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in GormMappingConfigurationStrategy
getIdentity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in MappingConfigurationStrategy
Obtains the identity of a persistent entity
getIdentity() - Method in PersistentEntity
Returns the identity of the instance
getIdentityMappedForm(org.grails.datastore.mapping.model.ClassMapping, T) - Method in AbstractGormMappingFactory
getIdentityMappedForm(org.grails.datastore.mapping.model.ClassMapping, org.grails.datastore.mapping.keyvalue.mapping.config.KeyValue) - Method in GormKeyValueMappingFactory
getIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in GormMappingConfigurationStrategy
Obtains the identity mapping for the specified class mapping
getIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in JpaMappingConfigurationStrategy
getIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in MappingConfigurationStrategy
Obtains the identity mapping for the specified class mapping
getIndex(java.lang.Object) - Method in SimpleMapEntityPersister.2
getIndexedEntity() - Method in AbstractPersistentCollection
getIndexedEntity() - Method in AssociationQueryExecutor
Returns:
The entity to be queried
getIndexedEntity() - Method in SimpleMapEntityPersister.2
getIndexName(java.lang.Object) - Method in PropertyValueIndexer
Parameters:
value - The indexed value
getIndexName(java.lang.Object) - Method in SimpleMapEntityPersister.1
getIndexName(java.lang.Object) - Method in SimpleMapEntityPersister.2
getIndexRoot() - Method in SimpleMapEntityPersister.1
getIndices() - Method in SimpleMapDatastore
getInitializedExpression(org.grails.datastore.gorm.finders.MethodExpression, java.lang.Object) - Method in DynamicFinder
Initializes the arguments of the specified expression with the specified arguments.
getInList() - Method in Constrained
Returns:
Constrains the be within the list of given values
getInList() - Method in DefaultConstrainedProperty
Returns:
Returns the inList.
getInstanceApi(Class<D>, java.lang.String) - Method in GormEnhancer
getInstanceApi(Class<D>, java.lang.String) - Method in SimpleMapDatastore
getInstanceCache(java.lang.Class) - Method in AbstractSession
getInstanceMethodApiProviders(Class<D>) - Method in GormEnhancer
getInstancePropertyValue(java.lang.Object, java.lang.String, groovy.lang.MetaClass) - Method in ClassPropertyFetcher
getInversePropertyName() - Method in ManyToMany
getInverseSide() - Method in Association
Returns:
The inverse side or null if the association is not bidirectional
getInverseSide() - Method in Basic
getJavaClass() - Method in AbstractPersistentEntity
getJavaClass() - Method in ClassPropertyFetcher
Returns:
The Java that this ClassPropertyFetcher was constructor for
getJavaClass() - Method in DynamicFinderInvocation
getJavaClass() - Method in PersistentEntity
Returns:
The underlying Java class for this entity
getJoinTypes() - Method in AbstractDetachedCriteria
Returns:
Obtain the join types
getKey() - Method in KeyValue
getKey() - Method in OptimisticLockingException
getKey() - Method in ProxyInstanceMetaClass
getKeyspace(ClassMapping<Family>, java.lang.String) - Method in AbstractKeyValueEntityPersister
getKeyspace() - Method in KeyValueMappingContext
getKnownEntityNames() - Method in AstUtils
Returns:
The names of the transformed entities for this context
getKnownEntityNames() - Method in GormTransformer
getLazy() - Method in Property
getList() - Method in InListConstraint
Returns:
Returns the list.
getLoadedEntity(Class<T>, java.io.Serializable) - Method in QueryState
getLogger(java.lang.Class) - Method in SoftServiceLoader
Special case getLogger method that should be used by classes that are used in the annotation processor.
getManyToManyKeys(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.io.Serializable, T, org.grails.datastore.mapping.model.types.ManyToMany) - Method in NativeEntryEntityPersister
getManyToManyKeys(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.io.Serializable, java.util.Map, org.grails.datastore.mapping.model.types.ManyToMany) - Method in SimpleMapEntityPersister
getMap() - Method in RelaxedDataBinder.MapHolder
getMappedForm() - Method in AbstractClassMapping
getMappedForm() - Method in AbstractPersistentEntity
getMappedForm() - Method in ClassMapping
Returns the mapped form of the class such as a Table, a Key Space, Document etc.
getMappedForm() - Method in DocumentPersistentEntity.DocumentCollectionMapping
getMappedForm() - Method in JpaMappingConfigurationStrategy
getMappedForm() - Method in KeyValuePersistentEntity.KeyValueClassMapping
getMappedForm() - Method in MappingFactory
getMappedForm() - Method in PropertyMapping
Returns the mapped form of the property such as a Column, a Key/Value pair, attribute etc.
getMapping() - Method in AbstractPersistentEntity
getMapping() - Method in DocumentPersistentEntity
getMapping() - Method in KeyValuePersistentEntity
getMapping() - Method in MappingFactory
getMapping() - Method in PersistentEntity
Defines the mapping between this persistent entity and an external form
getMapping() - Method in PersistentProperty
Specifies the mapping between this property and an external form such as a column, key/value pair etc.
getMappingContext() - Method in AbstractDatastore
getMappingContext() - Method in AbstractPersistentEntity
getMappingContext() - Method in AbstractRxDatastoreClient
getMappingContext() - Method in AbstractSession
getMappingContext() - Method in Datastore
Obtains the MappingContext object
getMappingContext() - Method in EntityPersister
Returns:
The MappingContext instance
getMappingContext() - Method in PersistentEntity
Obtains the MappingContext where this PersistentEntity is defined
getMappingContext() - Method in RxDatastoreClient
Returns:
The mapping context
getMappingContext() - Method in Session
Obtains the MappingContext instance
getMappingFactory() - Method in AbstractMappingContext
getMappingFactory() - Method in DocumentMappingContext
getMappingFactory() - Method in KeyValueMappingContext
getMappingFactory() - Method in MappingContext
Obtains the MappingFactory instance
getMappingStrategy() - Method in AbstractPersistentEntity
getMappingSyntaxStrategy() - Method in DocumentMappingContext
getMappingSyntaxStrategy() - Method in KeyValueMappingContext
getMappingSyntaxStrategy() - Method in MappingContext
Returns the syntax reader used to interpret the entity mapping syntax
getMapStaticProperty(org.grails.datastore.mapping.reflect.ClassPropertyFetcher, java.lang.String) - Method in GormMappingConfigurationStrategy
getMatches() - Method in Constrained
Returns:
The string this constrained matches
getMatches() - Method in DefaultConstrainedProperty
Returns:
Returns the matches.
getMax() - Method in Constrained
Returns:
Returns the maximum possible value.
getMax() - Method in DefaultConstrainedProperty
Returns:
Returns the max.
getMaximumNumberOfParameters() - Method in MethodInvokingClosure
getMaxSize() - Method in Constrained
Returns:
The maximum size
getMaxSize() - Method in DefaultConstrainedProperty
Returns:
Returns the maxSize.
getMaxSize() - Method in MaxSizeConstraint
Returns:
Returns the maxSize.
getMaxValue() - Method in MaxConstraint
Returns:
Returns the maxValue.
getMessage() - Method in ValidationException
getMessageInterpolator() - Method in GormValidatorFactoryAdapter
getMessageInterpolator() - Method in JavaxValidatorRegistry
getMessageSource() - Method in BeanFactoryValidatorRegistry
getMessageSource() - Method in ValidatorRegistry
Returns:
The message source used by this registry
getMetaConstraints() - Method in DefaultConstrainedProperty
Returns:
Returns the metaConstraints.
getMetaConstraintValue(java.lang.String) - Method in DefaultConstrainedProperty
Obtains the value of the named meta constraint.
getMetadataReader(org.springframework.core.io.Resource) - Method in AnnotationMetadataReaderFactory
getMetaProperties() - Method in ClassPropertyFetcher
Returns:
The meta properties of this class
getMethodName() - Method in DynamicFinderInvocation
getMethods() - Method in AbstractGormApi
getMilestoneVersion() - Method in Snapshot
getMin() - Method in Constrained
Returns:
Returns the minimum possible value.
getMin() - Method in DefaultConstrainedProperty
Returns:
Returns the min.
getMinSize() - Method in Constrained
Returns:
The minimum size
getMinSize() - Method in DefaultConstrainedProperty
Returns:
Returns the minSize.
getMinSize() - Method in MinSizeConstraint
Returns:
Returns the minSize.
getMinValue() - Method in MinConstraint
Returns:
Returns the minValue.
getModifiers() - Method in GormEnhancer.1
getMultiTenancyMode() - Method in AbstractMappingContext
getMultiTenancyMode() - Method in AbstractRxDatastoreClient
getMultiTenancyMode() - Method in MappingContext
Returns:
The multi tenancy mode
getMultiTenancyMode() - Method in MultiTenantCapableDatastore
Returns:
The multi tenancy mode
getMultiTenancyMode() - Method in RxDatastoreClient
Returns:
The multi tenancy mode
getMultiTenancyMode() - Method in SimpleMapDatastore
getName() - Method in AbstractPersistentEntity
getName() - Method in AbstractPersistentProperty
getName() - Method in BlankConstraint
getName() - Method in ConnectionSource
Returns:
The name of the connection source
getName() - Method in Constraint
Returns:
The name of the constraint
getName() - Method in ConstraintFactory
Returns:
The name of the constraint
getName() - Method in CreditCardConstraint
getName() - Method in DefaultConnectionSource
getName() - Method in DefaultServiceDefinition
getName() - Method in EmailConstraint
getName() - Method in InListConstraint
getName() - Method in MatchesConstraint
getName() - Method in MaxConstraint
getName() - Method in MaxSizeConstraint
getName() - Method in MinConstraint
getName() - Method in MinSizeConstraint
getName() - Method in NotEqualConstraint
getName() - Method in NullableConstraint
getName() - Method in PersistentEntity
The entity name including any package prefix
getName() - Method in PersistentProperty
The name of the property
getName() - Method in Property
Returns:
The name of the property this property mapping relates to
getName() - Method in PropertyOrigin
getName() - Method in Query.In
getName() - Method in Query.NotIn
getName() - Method in RangeConstraint
getName() - Method in ScaleConstraint
getName() - Method in ServiceDefinition
Returns:
The full class name of the service
getName() - Method in SizeConstraint
getName() - Method in UniqueConstraint
getName() - Method in UrlConstraint
getName() - Method in ValidatorConstraint
getNameAndAliases(java.lang.String) - Method in RelaxedDataBinder
getNamedQuery(java.lang.String, java.lang.Object) - Method in GormEntity
Looks up a named query
getNativeEntry() - Method in PendingOperation
Returns:
The native entry to persist
getNativeEntry() - Method in PendingOperationAdapter
getNativeEvent() - Method in AbstractPersistenceEvent
getNativeInterface() - Method in RxDatastoreClient
Returns:
The native interface to the datastore
getNativeInterface() - Method in Session
Returns:
The native interface to the datastore
getNativeInterface() - Method in SimpleMapSession
getNativeKey() - Method in PendingOperation
Returns:
The native key to insert
getNativeKey() - Method in PendingOperationAdapter
getNativePropertyKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractKeyValueEntityPersister
getNativePropertyKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in NativeEntryEntityPersister
getNativeTransaction() - Method in SessionOnlyTransaction
getNativeTransaction() - Method in SimpleMapSession.MockTransaction
getNativeTransaction() - Method in Transaction
Returns:
the native transaction object.
getNotEqual() - Method in Constrained
Returns:
The value this constrained should not be equal to
getNotEqual() - Method in DefaultConstrainedProperty
Returns:
Returns the notEqual.
getNotEqualTo() - Method in NotEqualConstraint
Returns:
Returns the notEqualTo.
getObject() - Method in InstanceFactoryBean
getObject() - Method in PendingDeleteAdapter
getObject() - Method in PendingInsertAdapter
getObject() - Method in PendingOperation
Returns:
The target object of the pending operation
getObject() - Method in PendingOperationAdapter
getObject() - Method in PendingUpdateAdapter
getObject() - Method in ServiceRegistryFactoryBean
getObjectIdentifier(java.lang.Object) - Method in AbstractSession
getObjectIdentifier(java.lang.Object) - Method in EntityPersister
Obtains an objects identifer
getObjectIdentifier(java.lang.Object) - Method in Persister
Get the identifier for the given object, if it has one.
getObjectIdentifier(java.lang.Object) - Method in Session
Obtains the identifier for the instance
getObjectType() - Method in DatastoreServiceMethodInvokingFactoryBean
getObjectType() - Method in InstanceFactoryBean
getObjectType() - Method in ServiceRegistryFactoryBean
getOperator() - Method in DynamicFinderInvocation
getOrCreateAssociatedEntity(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.Class) - Method in GormMappingConfigurationStrategy
Tries to obtain or create an associated entity.
getOrCreateEmbeddedEntity(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.Class) - Method in GormMappingConfigurationStrategy
Tries to obtain or create an embedded entity.
getOrCreateListProperty(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in GormEntityTransformation
getOrder() - Method in AbstractPersistenceEventListener
getOrder() - Method in AbstractProjectionImplementer
getOrder() - Method in AbstractServiceImplementer
getOrder() - Method in AbstractStringQueryImplementer
getOrder() - Method in AbstractWhereImplementer
getOrder() - Method in Constrained
Returns:
The order of the value
getOrder() - Method in DeleteWhereImplementer
getOrder() - Method in FindAllByImplementer
getOrder() - Method in MultiTenantEventListener
getOrder() - Method in ObservableResultAdapter
getOrder() - Method in Ordered
The order of this object
getOrder(java.lang.Object) - Method in OrderedComparator
Determine the order value for the given object.
getOrder() - Method in RxScheduleIOTransformation
getOrder() - Method in SingleResultAdapter
getOrder() - Method in TenantTransform
getOrder() - Method in TransactionalTransform
getOrder() - Method in ValidationEventListener
getOrderBy() - Method in Query
Gets the Order entries for this query
getOrders() - Method in AbstractDetachedCriteria
getOrigin(org.springframework.beans.PropertyValue) - Method in OriginCapablePropertyValue
getOriginalSize() - Method in AbstractPersistentCollection
getOriginalSize() - Method in DirtyCheckableCollection
Returns:
The previous size of the collection prior to any changes
getOriginalValue(java.lang.String) - Method in DirtyCheckable
Returns the original value of the property prior to when trackChanges() was called
getOrInitializePropertyConfig(java.lang.String) - Method in Entity
getOrIntializeReflector(org.grails.datastore.mapping.model.PersistentEntity) - Method in FieldEntityAccess
getOtherProperty() - Method in Query.PropertyComparisonCriterion
getOwner() - Method in AbstractPersistentProperty
getOwner() - Method in Constrained
Returns:
The owning class
getOwner() - Method in DefaultConstrainedProperty
getOwner() - Method in PersistentProperty
Obtains the owner of this persistent property
getOwningEntities(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in GormMappingConfigurationStrategy
getOwningEntities(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in MappingConfigurationStrategy
Returns a set of entities that "own" the given entity.
getParameter() - Method in AbstractConstraint
getParameter() - Method in BlankConstraint
getParameter() - Method in Constraint
Returns:
The parameter to the constraint
getParameterizedDetachedCriteriaClassNode(org.codehaus.groovy.ast.ClassNode) - Method in DetachedCriteriaTransformer
getParameterNameProvider() - Method in GormValidatorFactoryAdapter
getParameterNameProvider() - Method in JavaxValidatorRegistry
getParameterNames(java.lang.reflect.Method) - Method in ConfigurableParameterNameProvider
getParameters() - Method in JpaQueryInfo
getParameterTypes() - Method in MethodInvokingClosure
getParentEntity() - Method in AbstractPersistentEntity
getParentEntity() - Method in KeyValuePersistentEntity
getParentEntity() - Method in PersistentEntity
Returns the parent entity of this entity
getPattern() - Method in Query.Like
getPattern() - Method in Query.RLike
getPendingDeletes() - Method in AbstractSession
getPendingDeletes() - Method in SessionImplementor
Returns:
The pending deletes
getPendingInserts() - Method in AbstractSession
getPendingInserts() - Method in SessionImplementor
Returns:
The pending insert operations
getPendingUpdates() - Method in AbstractSession
getPendingUpdates() - Method in SessionImplementor
Returns:
The pending updates
getPersistenceInterceptorClass() - Method in AbstractDatastoreInitializer
Returns:
The class used to define the persistence interceptor
getPersistentClass() - Method in AbstractDetachedCriteria
getPersistentClass() - Method in GormOperations
Returns:
The class these operations apply to
getPersistentCollection(java.util.Collection, java.lang.Class) - Method in NativeEntryEntityPersister
getPersistentEntities() - Method in AbstractMappingContext
getPersistentEntities() - Method in MappingContext
Obtains a list of PersistentEntity instances
getPersistentEntity() - Method in AbstractDetachedCriteria
getPersistentEntity(java.lang.String) - Method in AbstractMappingContext
getPersistentEntity() - Method in BeanEntityAccess
getPersistentEntity() - Method in EntityAccess
Returns:
The PersistentEntity instance
getPersistentEntity() - Method in EntityPersister
Returns:
The PersistentEntity instance
getPersistentEntity() - Method in FieldEntityAccess
getPersistentEntity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.ClassMapping) - Method in GormMappingConfigurationStrategy
getPersistentEntity(java.lang.String) - Method in MappingContext
Obtains a PersistentEntity by name
getPersistentEntity() - Method in OptimisticLockingException
getPersistentEntity() - Method in QueryableCriteria
Returns:
The target entity
getPersistentProperties() - Method in AbstractPersistentEntity
getPersistentProperties(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.ClassMapping) - Method in GormMappingConfigurationStrategy
getPersistentProperties(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.ClassMapping, boolean) - Method in JpaMappingConfigurationStrategy
getPersistentProperties(java.lang.Class, org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.ClassMapping) - Method in MappingConfigurationStrategy
Obtains a List of PersistentProperty instances for the given Mapped class
getPersistentProperties() - Method in PersistentEntity
A list of properties to be persisted
getPersistentPropertyNames() - Method in AbstractPersistentEntity
getPersistentPropertyNames() - Method in PersistentEntity
A list of property names that a persistent
getPersistentValue(java.lang.String) - Method in GormEntity
Gets the original persisted value of a field.
getPersistentValue(D, java.lang.String) - Method in GormInstanceApi
Gets the original persisted value of a field.
getPersister(java.lang.Object) - Method in AbstractSession
getPersister(java.lang.Object) - Method in Session
The persister for the given object
getPersitentEntity() - Method in EntityReflector
The entity
getPersitentEntity() - Method in FieldEntityAccess.FieldEntityReflector
getPreOperations() - Method in PendingOperation
Operations to be executed directly prior to this operation
getPreOperations() - Method in PendingOperationAdapter
getPreparedCriteriaClosure(java.lang.Object) - Method in NamedCriteriaProxy
getProjectionList() - Method in Query.ProjectionList
getProjectionName() - Method in AbstractProjectionImplementer
getProjections() - Method in AbstractDetachedCriteria
getProjections() - Method in QueryableCriteria
getProperties() - Method in DefaultMappingConfigurationBuilder
getProperties() - Method in MappingConfigurationBuilder
Returns:
The build property definitions
getPropertiesAssignableFromType(java.lang.Class) - Method in ClassPropertyFetcher
getPropertiesAssignableFromType(java.lang.Class, org.grails.datastore.mapping.reflect.ClassPropertyFetcher) - Method in GormMappingConfigurationStrategy
getPropertiesAssignableToType(java.lang.Class) - Method in ClassPropertyFetcher
getPropertiesFromCache(org.codehaus.groovy.ast.ClassNode) - Method in AstPropertyResolveUtils
getPropertiesOfType(java.lang.Class) - Method in ClassPropertyFetcher
getPropertiesOfType(Class<?>, Class<?>) - Method in ReflectionUtils
Retrieves all the properties of the given class for the given type
getProperty(java.lang.String) - Method in BeanEntityAccess
getProperty(java.lang.String) - Method in ConstrainedPropertyBuilder
getProperty(java.lang.String) - Method in DatastoreUtils.ConfigObjectPropertySource
getProperty(java.lang.String) - Method in EntityAccess
Obtains a property value
getProperty(java.lang.Object, java.lang.String) - Method in EntityReflector
Get a property for the specified index
getProperty(java.lang.String) - Method in FieldEntityAccess
getProperty(java.lang.Object, int) - Method in FieldEntityAccess.FieldEntityReflector
getProperty(java.lang.Object, java.lang.String) - Method in GroovyObjectMethodHandler
getProperty(java.lang.String) - Method in InstanceProxy
getProperty(java.lang.String) - Method in ModificationTrackingEntityAccess
getProperty(java.lang.Object, java.lang.String) - Method in ProxyInstanceMetaClass
getProperty() - Method in Query.Between
getProperty() - Method in Query.Order
Returns:
The property name to order by
getProperty() - Method in Query.PropertyNameCriterion
getPropertyAfterResolving(java.lang.Object, java.lang.String) - Method in GroovyObjectMethodHandler
getPropertyBeforeResolving(java.lang.Object, java.lang.String) - Method in EntityProxyMethodHandler
getPropertyBeforeResolving(java.lang.Object, java.lang.String) - Method in GroovyObjectMethodHandler
getPropertyByName(java.lang.String) - Method in AbstractPersistentEntity
getPropertyByName(java.lang.String) - Method in KeyValuePersistentEntity
getPropertyByName(java.lang.String) - Method in PersistentEntity
Obtains a PersistentProperty instance by name
getPropertyConfig(java.lang.String) - Method in Entity
Get a property config
getPropertyConfigs() - Method in Entity
Returns:
The property configurations
getPropertyCriterion() - Method in FunctionCallingCriterion
getPropertyDescriptor(java.lang.String) - Method in ClassPropertyFetcher
getPropertyDescriptors() - Method in ClassPropertyFetcher
deprecated:
Use getMetaProperties instead
getPropertyFromHierarchy(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
Obtains a property from the class hierarchy
getPropertyIndexer(org.grails.datastore.mapping.model.PersistentProperty) - Method in NativeEntryEntityPersister
Obtains an indexer for a particular property
getPropertyIndexer(org.grails.datastore.mapping.model.PersistentProperty) - Method in SimpleMapEntityPersister
getPropertyKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in NativeEntryEntityPersister
getPropertyMappedFormType() - Method in AbstractGormMappingFactory
getPropertyMappedFormType() - Method in GormDocumentMappingFactory
getPropertyMappedFormType() - Method in GormKeyValueMappingFactory
getPropertyName() - Method in AbstractConstraint
getPropertyName() - Method in Constraint
Returns:
The property name of the constraint
getPropertyName() - Method in MethodExpression
getPropertyName() - Method in Query.PropertyProjection
getPropertyName() - Method in ValidatorConstraint.ValidatorDelegate
getPropertyNameForGetterOrSetter(java.lang.String) - Method in NameUtils
Returns the property name for a getter or setter
getPropertyNames(org.codehaus.groovy.ast.ClassNode) - Method in AstPropertyResolveUtils
Resolves the property names for the given class node
getPropertyNames() - Method in EntityReflector
Returns:
The property names
getPropertyNames() - Method in FieldEntityAccess.FieldEntityReflector
getPropertyNames() - Method in MatchSpec
getPropertyNamesForAssociation(org.codehaus.groovy.ast.ClassNode) - Method in DetachedCriteriaTransformer
getPropertyReader(java.lang.String) - Method in EntityReflector
Parameters:
name - Obtains the property reader for the given property
getPropertyReader(java.lang.String) - Method in FieldEntityAccess.FieldEntityReflector
getPropertyReader() - Method in FieldEntityAccess.FieldEntityReflector.ReaderAndWriterMaker
getPropertyType(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstPropertyResolveUtils
Resolves the type of of the given property
getPropertyType(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
Returns the property type if it exists
getPropertyType(java.lang.String) - Method in BeanEntityAccess
getPropertyType(Class<?>, java.lang.String) - Method in ClassPropertyFetcher
getPropertyType(java.lang.String) - Method in DetachedCriteriaTransformer
getPropertyType(java.lang.String) - Method in EntityAccess
Obtains a property type
getPropertyType(java.lang.String) - Method in FieldEntityAccess
getPropertyTypeFromGenerics(java.lang.String, org.codehaus.groovy.ast.ClassNode) - Method in DetachedCriteriaTransformer
getPropertyValue(org.springframework.validation.Errors, java.lang.Object) - Method in AbstractConstraint
getPropertyValue(java.lang.String) - Method in BeanEntityAccess
getPropertyValue(java.lang.String, Class<T>) - Method in ClassPropertyFetcher
getPropertyValue(java.lang.String) - Method in EntityAccess
Obtains a property value
getPropertyValue(java.lang.String) - Method in FieldEntityAccess
getPropertyValuesForNamePrefix(org.springframework.beans.MutablePropertyValues) - Method in RelaxedDataBinder
getPropertyWithFieldOrGetter(java.lang.Object, java.lang.String, org.codehaus.groovy.reflection.CachedField, groovy.lang.MetaMethod) - Method in ClassPropertyFetcher
getPropertyWriter(java.lang.String) - Method in EntityReflector
Parameters:
name - Obtains the property writer for the given property
getPropertyWriter(java.lang.String) - Method in FieldEntityAccess.FieldEntityReflector
getPropertyWriter() - Method in FieldEntityAccess.FieldEntityReflector.ReaderAndWriterMaker
getProxiedClass(java.lang.Object) - Method in EntityProxyHandlerAdapter
getProxiedClass(java.lang.Object) - Method in GroovyProxyFactory
getProxiedClass(java.lang.Object) - Method in JavassistProxyFactory
getProxiedClass(java.lang.Object) - Method in ProxyHandler
Get the class being proxied
getProxiedClass(java.lang.Object) - Method in ProxyHandlerAdapter
getProxiedClass(java.lang.Object) - Method in RxJavassistProxyFactory
getProxyClass(java.lang.Class) - Method in JavassistProxyFactory
getProxyClass(Class<T>) - Method in RxJavassistProxyFactory
getProxyFactory() - Method in AbstractMappingContext
getProxyFactory() - Method in EntityPersister
getProxyFactory() - Method in MappingContext
Factory used for creating proxies
getProxyHandler() - Method in AbstractMappingContext
getProxyHandler() - Method in MappingContext
For handling proxies
getProxyIdentifier(java.lang.Object) - Method in ProxyHandlerAdapter
getProxyInstance(org.grails.datastore.mapping.core.Session, java.lang.Class, java.io.Serializable) - Method in JavassistProxyFactory
getProxyInstanceMetaClass(java.lang.Object) - Method in GroovyProxyFactory
getProxyInterfaces() - Method in JavassistProxyFactory
getProxyInterfaces() - Method in RxJavassistProxyFactory
getProxyKey(java.lang.Object) - Method in AssociationQueryProxyHandler
getProxyKey() - Method in EntityProxy
Returns:
The identifier
getProxyKey(java.lang.Object) - Method in EntityProxyMethodHandler
getProxyKey(java.lang.Object) - Method in IdentifierObservableProxyMethodHandler
getProxyKey(java.lang.Object) - Method in IdQueryObservableProxyMethodHandler
getProxyKey(java.lang.Object) - Method in QueryObservableProxyMethodHandler
getProxyKey(java.lang.Object) - Method in SessionEntityProxyMethodHandler
getProxyTarget(java.lang.Object) - Method in EntityProxyMethodHandler
getProxyTarget() - Method in ProxyInstanceMetaClass
Load the target from the DB.
getQuery() - Method in AbstractCriteriaBuilder
getQuery() - Method in AbstractQueryEvent
Get the query from the event.
getQuery() - Method in JpaQueryInfo
getQueryMethodToExecute(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractWhereImplementer
getQueryMethodToExecute(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in CountWhereImplementer
getQueryMethodToExecute(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in DeleteWhereImplementer
getQueryMethodToExecute(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllWhereImplementer
getQueryMethodToInvoke(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractProjectionImplementer
getQueryMethodToInvoke(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllPropertyProjectionImplementer
getRange() - Method in Constrained
Returns:
Constrains the be within the range of given values
getRange() - Method in DefaultConstrainedProperty
Returns:
Returns the range.
getRange() - Method in RangeConstraint
Returns:
Returns the range.
getRange() - Method in SizeConstraint
Returns:
Returns the range.
getReader() - Method in AbstractPersistentProperty
getReader() - Method in PersistentProperty
Returns:
The reader for this property
getReference() - Method in ClassPropertyFetcher
Deprecated:
will be removed in a future version of GORM
getReferencedPropertyName() - Method in Association
Returns:
Returns the name of the inverse property or null if this association is unidirectional
getReflector() - Method in AbstractPersistentEntity
getReflector(java.lang.String) - Method in FieldEntityAccess
getReflector() - Method in PersistentEntity
Returns:
The reflector this entity
getRegex() - Method in MatchesConstraint
Returns:
Returns the regex.
getReleaseCandidateVersion() - Method in Snapshot
getRenamedMethodPrefix() - Method in AbstractMethodDecoratingTransformation
getRenamedMethodPrefix() - Method in RxScheduleIOTransformation
getRenamedMethodPrefix() - Method in TenantTransform
getRenamedMethodPrefix() - Method in TransactionalTransform
getResource() - Method in AnnotationMetadataReader
getResults() - Method in PostQueryEvent
Returns:
The results of the query.
getRootEntity() - Method in AbstractPersistentEntity
getRootEntity() - Method in PersistentEntity
Obtains the root entity of an inheritance hierarchy
getScale() - Method in Constrained
Returns:
The scale for decimal values
getScale() - Method in DefaultConstrainedProperty
Returns:
The scale, if defined for this property; null, otherwise
getScale() - Method in ScaleConstraint
Returns:
the scale
getScaledValue(java.math.BigDecimal) - Method in ScaleConstraint
Returns:
the BigDecimal object that results from applying the contraint's scale to the underlying number
getService(Class<T>) - Method in AbstractDatastore
getService(Class<T>) - Method in DefaultServiceRegistry
getService(Class<T>) - Method in ServiceRegistry
Obtain a service for the given interface
getServices() - Method in AbstractDatastore
getServices() - Method in DefaultServiceRegistry
getServices() - Method in ServiceRegistry
Returns:
An iterable of the available services
getSession() - Method in AbstractDatastorePersistenceContextInterceptor
getSession(org.grails.datastore.mapping.core.Datastore, boolean) - Method in DatastoreUtils
Get a Datastore Session for the given Datastore.
getSession() - Method in EntityPersister
getSession() - Method in Query
Returns:
The session that created the query
getSession() - Method in SessionCreationEvent
Returns:
The session that has just been created.
getSession() - Method in SessionHolder
getSessionHolder() - Method in TransactionObject
getSessionProperty(java.lang.String) - Method in AbstractAttributeStoringSession
Get the value of a property of the session.
getSessionProperty(java.lang.String) - Method in Session
Get the value of a property of the session.
getSetterName(java.lang.String) - Method in MappingUtils
Retrieves the name of a setter for the specified property name
getSetterName(java.lang.String) - Method in NameUtils
Retrieves the name of a setter for the specified property name
getSettings() - Method in ConnectionSource
Returns:
The settings for the ConnectionSource
getSettings() - Method in DefaultConnectionSource
getSharedConstraint(java.lang.String) - Method in ConstrainedPropertyBuilder
getSize() - Method in Constrained
Returns:
A range which represents the size constraints from minimum to maximum value
getSize() - Method in DefaultConstrainedProperty
Returns:
Returns the size.
getSort() - Method in Entity
getSortedPropertyNames(org.springframework.beans.MutablePropertyValues) - Method in RelaxedDataBinder
getSortedSet() - Method in PersistentSortedSet
getSource() - Method in ConnectionSource
Returns:
The underlying native connection source, for example a SQL javax.sql.DataSource
getSource() - Method in DefaultConnectionSource
getSource() - Method in PropertyOrigin
getSourceUnit() - Method in AstUtils.1
getSourceUnit() - Method in DetachedCriteriaTransformer
getStaticApi(Class<D>, java.lang.String) - Method in GormEnhancer
getStaticApi(Class<D>, java.lang.String) - Method in SimpleMapDatastore
getStaticPropertyValue(java.lang.Class, java.lang.String, Class<T>) - Method in ClassPropertyFetcher
getStaticPropertyValuesFromInheritanceHierarchy(org.codehaus.groovy.reflection.ClassInfo, java.lang.String, Class<T>) - Method in ClassPropertyFetcher
getSubquery() - Method in Query.Exists
getSubquery() - Method in Query.In
getSubquery() - Method in Query.NotExists
getSubquery() - Method in Query.NotIn
getSuffixForGetterOrSetter(java.lang.String) - Method in MappingUtils
getSystemOffset() - Method in TemporalConverter
getTarget() - Method in EntityProxy
Obtains the target performing initialization if necessary
getTargetClass() - Method in AbstractCriteriaBuilder
getTargetClass() - Method in BuildableCriteria
Returns:
The class the criteria applies to
getTargetClassExpresssion(org.codehaus.groovy.ast.expr.Expression) - Method in DetachedCriteriaTransformer
getTargetKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in MappingUtils
getTargetType() - Method in AbstractMappingAwareCustomTypeMarshaller
getTargetType() - Method in CustomTypeMarshaller
Returns:
The target Java type
getTenantId() - Method in AbstractPersistentEntity
getTenantId() - Method in PersistentEntity
Returns:
The tenant id
getTenantResolver() - Method in AbstractRxDatastoreClient
getTenantResolver() - Method in MultiTenancySettings
Returns:
The tenant resolver
getTenantResolver() - Method in MultiTenantCapableDatastore
Returns:
Obtain the tenant resolver
getTenantResolver() - Method in RxDatastoreClient
Returns:
Obtain the tenant resolver
getTenantResolver() - Method in SimpleMapDatastore
getter - Property in DirtyCheckingTransformer.GetterAndSetter
getter() - Method in EntityReflector.PropertyReader
Returns:
The getter
getter - Field in FieldEntityAccess.FieldEntityReflector.FieldReader
getter() - Method in FieldEntityAccess.FieldEntityReflector.ReflectMethodReader
getThisMetaClass() - Method in GroovyObjectMethodHandler
getThrowable() - Method in GrailsTransactionTemplate.ThrowableHolder
getTimestampProvider() - Method in AutoTimestampEventListener
getTimestampProviders() - Method in AggregateTimestampProvider
getTo() - Method in Query.Between
getTotalCount() - Method in PagedResultList
Returns:
The total number of records for this query
getTPCacheAdapter(org.grails.datastore.mapping.model.PersistentEntity) - Method in TPCacheAdapterRepository
Returns TPCacheAdapter for the specified PersistentEntity.
getTPCacheAdapter(org.grails.datastore.mapping.model.PersistentEntity) - Method in TPCacheAdapterRepositoryImpl
getTrait() - Method in EntityTraitInjector
getTraitClass() - Method in AbstractTraitApplyingGormASTTransformation
getTraitClass() - Method in ServiceTransformation
getTraitFieldName(java.lang.Class, java.lang.String) - Method in FieldEntityAccess.FieldEntityReflector
getTransaction() - Method in AbstractSession
getTransaction() - Method in Session
Obtains the current transaction instance
getTransaction() - Method in SessionHolder
getTransaction() - Method in TransactionObject
getTransaction(org.grails.datastore.mapping.core.Datastore) - Method in TransactionUtils
getTransactionManager() - Method in SimpleMapDatastore
getTransactionManager() - Method in TransactionCapableDatastore
Returns:
The transaction manager for this datastore
getTransactionManagerForConnection(org.grails.datastore.mapping.core.Datastore, java.lang.String) - Method in GormEnhancer
getTransactionTemplateMethodName() - Method in RollbackTransform
getTransactionTemplateMethodName() - Method in TransactionalTransform
getTraversableResolver() - Method in GormValidatorFactoryAdapter
getTraversableResolver() - Method in JavaxValidatorRegistry
getType() - Method in AbstractPersistentProperty
getType() - Method in ConstraintFactory
Returns:
The type of the constraint
getType() - Method in DataSourceBuilder
getType() - Method in DefaultServiceDefinition
getType() - Method in EntityPersister
getType() - Method in PersistentProperty
The type of the property
getType() - Method in Persister
The type this persister persists
getType() - Method in ServiceDefinition
Returns:
The type of the service
getUniquenessGroup() - Method in Property
getValidatedFields() - Method in ValidationEvent
getValidatedSession() - Method in SessionHolder
getValidationApi(Class<D>, java.lang.String) - Method in GormEnhancer
getValidationApi(Class<D>, java.lang.String) - Method in SimpleMapDatastore
getValidationQuery() - Method in DatabaseDriver
Return the validation query.
getValidator(org.grails.datastore.mapping.model.PersistentEntity) - Method in BeanFactoryValidatorRegistry
getValidator(org.grails.datastore.mapping.model.PersistentEntity) - Method in DefaultValidatorRegistry
getValidator() - Method in GormValidationApi
getValidator() - Method in GormValidatorFactoryAdapter
getValidator() - Method in GormValidatorFactoryAdapter.GormValidatorContext
getValidator() - Method in JavaxValidatorRegistry
getValidator() - Method in ValidatorProvider
Returns:
The validator
getValidator(org.grails.datastore.mapping.model.PersistentEntity) - Method in ValidatorRegistry
Looks up a validator for the given entity
getValidatorFactory() - Method in ValidatedService
Returns:
The validator factory for this service
getValidatorRegistry() - Method in AbstractMappingContext
getValidatorRegistry() - Method in MappingContext
Returns:
Gets the validation registry used by this MappingContext
getValidProperty(java.lang.Object) - Method in SimpleMapQuery
getValue() - Method in Query.PropertyCriterion
getValue() - Method in Query.SubqueryCriterion
getValues() - Method in Query.In
getVersion() - Method in AbstractPersistentEntity
getVersion() - Method in PersistentEntity
Returns the version property.
getWidget() - Method in Constrained
Returns:
The widget of the property
getWriter() - Method in AbstractPersistentProperty
getWriter() - Method in PersistentProperty
Returns:
The writer for this property
getXaDataSourceClassName() - Method in DatabaseDriver
Return the XA driver source class name.
GlobalDetachedCriteriaASTTransformation - Class in org.grails.datastore.gorm.query.transform
Global version of the detached query transformer
GlobalJpaEntityTransform - Class in org.grails.compiler.gorm
Makes all entities annotated with
Entity:
JPA into GORM entities
GlobalJpaEntityTransform() - Constructor in GlobalJpaEntityTransform
GlobalTraitRepairTransformation - Class in org.grails.compiler.gorm
Repairs the AST due to bugs in the way org.codehaus.groovy.transform.trait.TraitComposer works.
GlobalTraitRepairTransformation() - Constructor in GlobalTraitRepairTransformation
GORM_ENTITY_CLASS_NODE - Field in GormEntityTransformation
GormAllOperations - Interface in grails.gorm.api
All GORM operations
GormASTTransformationClass - Annotation Type in org.grails.datastore.gorm.transform
U
GormAsyncStaticApi - Class in org.grails.datastore.gorm.async
Transforms the GormStaticApi into an asynchronous API
GormAsyncStaticApi(GormStaticApi<D>) - Constructor in GormAsyncStaticApi
GormDocumentMappingFactory - Class in org.grails.datastore.mapping.document.config
gormDynamicFinders - Field in GormStaticApi
gormDynamicFinders - Property in RxGormStaticApi
GormEnhancer - Class in org.grails.datastore.gorm
Enhances a class with GORM behavior
GormEnhancer.1 - Class in org.grails.datastore.gorm
GormEnhancer.1() - Constructor in GormEnhancer.1
GormEnhancer(org.grails.datastore.mapping.core.Datastore, org.springframework.transaction.PlatformTransactionManager, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Constructor in GormEnhancer
Construct a new GormEnhancer for the given arguments
gormEnhancer - Field in SimpleMapDatastore
GormEntity - Trait in org.grails.datastore.gorm
A trait that turns any class into a GORM entity
GormEntityApi - Interface in org.grails.datastore.gorm
API for instance methods defined by a GORM entity
GormEntityDirtyCheckable - Trait in org.grails.datastore.gorm
Special trait meant only for GORM entities to override default behaviour of DirtyCheckable.
GormEntityTraitProvider - Interface in org.grails.compiler.gorm
Provides the implementation to use for the GormEntity trait
GormEntityTransformation - Class in org.grails.compiler.gorm
An AST transformation that adds the following features:

GormEntityTransformation() - Constructor in GormEntityTransformation
GormInstanceApi - Class in org.grails.datastore.gorm
Instance methods of the GORM API.
GormInstanceApi(Class<D>, org.grails.datastore.mapping.core.Datastore) - Constructor in GormInstanceApi
GormInstanceOperations - Interface in grails.gorm.api
Instance methods of the GORM API.
GormKeyValueMappingFactory - Class in org.grails.datastore.mapping.keyvalue.mapping.config
Authors:
Graeme Rocher
GormKeyValueMappingFactory(java.lang.String) - Constructor in GormKeyValueMappingFactory
GormMappingConfigurationStrategy - Class in org.grails.datastore.mapping.model.config
GormMappingConfigurationStrategy(org.grails.datastore.mapping.model.MappingFactory) - Constructor in GormMappingConfigurationStrategy
GormOperations - Interface in org.grails.datastore.gorm.query
Interface defining all typical GORM operations on class
gormOperations - Property in AsyncQuery
GormProperties - Interface in org.grails.datastore.mapping.model.config
Reserved static property names used by GORM to evaluate GORM-style syntax.
GormQueryOperations - Interface in org.grails.datastore.gorm.query
Interface defining all typical query GORM operations on class
GormStaticApi - Class in org.grails.datastore.gorm
Static methods of the GORM API.
GormStaticApi(Class<D>, org.grails.datastore.mapping.core.Datastore, List<FinderMethod>, org.springframework.transaction.PlatformTransactionManager) - Constructor in GormStaticApi
GormStaticOperations - Interface in grails.gorm.api
Interface for the default static methods in GORM
GormTransformer - Class in org.grails.compiler.gorm
Transforms GORM entities making the GORM API available to Java.
GormValidateable - Trait in org.grails.datastore.gorm
A trait that adds GORM validation behavior to any class
GormValidationApi - Class in org.grails.datastore.gorm
Methods used for validating GORM instances.
GormValidationApi(Class<D>, org.grails.datastore.mapping.model.MappingContext, org.springframework.context.ApplicationEventPublisher) - Constructor in GormValidationApi
GormValidatorAdapter - Class in org.grails.datastore.gorm.validation.javax
A validator adapter that applies translates the constraint errors into the Errors object of a GORM entity
GormValidatorAdapter(org.springframework.validation.Validator) - Constructor in GormValidatorAdapter
GormValidatorContext(javax.validation.ValidatorContext) - Constructor in GormValidatorFactoryAdapter.GormValidatorContext
GormValidatorFactoryAdapter - Class in org.grails.datastore.gorm.validation.javax
A ValidatorFactory that creates adapted validators
GormValidatorFactoryAdapter.GormValidatorContext - Class in org.grails.datastore.gorm.validation.javax
GormValidatorFactoryAdapter(javax.validation.ValidatorFactory) - Constructor in GormValidatorFactoryAdapter
GRAILS_APP_DIR - Field in AstUtils
The name of the Grails application directory
GrailsTransactionAttribute - Class in grails.gorm.transactions
Used to configure a GrailsTransactionTemplate
GrailsTransactionAttribute(org.springframework.transaction.interceptor.RuleBasedTransactionAttribute) - Constructor in GrailsTransactionAttribute
GrailsTransactionTemplate - Class in grails.gorm.transactions
Template class that simplifies programmatic transaction demarcation and transaction exception handling.
GrailsTransactionTemplate.1 - Class in grails.gorm.transactions
GrailsTransactionTemplate.1() - Constructor in GrailsTransactionTemplate.1
GrailsTransactionTemplate.2 - Class in grails.gorm.transactions
GrailsTransactionTemplate.2() - Constructor in GrailsTransactionTemplate.2
GrailsTransactionTemplate.ThrowableHolder - Class in grails.gorm.transactions
Internal holder class for a Throwable, used as a return value from a TransactionCallback (to be subsequently unwrapped again).
GrailsTransactionTemplate.ThrowableHolderException - Class in grails.gorm.transactions
Internal holder class for a Throwable, used as a RuntimeException to be thrown from a TransactionCallback (and subsequently unwrapped again).
GrailsTransactionTemplate(org.springframework.transaction.PlatformTransactionManager, org.grails.datastore.mapping.transactions.CustomizableRollbackTransactionAttribute) - Constructor in GrailsTransactionTemplate
GrailsVersion - Class in org.grails.datastore.mapping.core.grailsversion
A class to represent a version of Grails for comparison
GrailsVersion(java.lang.String) - Constructor in GrailsVersion
GraphDatastore - Interface in org.grails.datastore.mapping.graph
Marker interface for a Datastore that is a Graph
GreaterThan(java.lang.String) - Constructor in MethodExpression.GreaterThan
GreaterThan(java.lang.String, java.lang.Object) - Constructor in Query.GreaterThan
GreaterThanAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.GreaterThanAll
GreaterThanEquals(java.lang.String) - Constructor in MethodExpression.GreaterThanEquals
GreaterThanEquals(java.lang.String, java.lang.Object) - Constructor in Query.GreaterThanEquals
GreaterThanEqualsAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.GreaterThanEqualsAll
GreaterThanEqualsProperty(java.lang.String, java.lang.String) - Constructor in Query.GreaterThanEqualsProperty
GreaterThanEqualsSome(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.GreaterThanEqualsSome
GreaterThanProperty(java.lang.String, java.lang.String) - Constructor in Query.GreaterThanProperty
GreaterThanSome(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.GreaterThanSome
GROOVY_OBJECT_CLASS - Field in KeyValueMappingContext
GROOVY_PROXY_FACTORY_NAME - Field in AbstractMappingContext
GroovyObjectMethodHandler - Class in org.grails.datastore.mapping.proxy
Javassist MethodHandler for handling GroovyObject methods
GroovyObjectMethodHandler(Class<?>) - Constructor in GroovyObjectMethodHandler
GroovyProxyFactory - Class in org.grails.datastore.gorm.proxy
Implements the proxy interface and creates a Groovy proxy by passing the need for javassist style proxies and all the problems they bring.
GroovyProxyFactory() - Constructor in GroovyProxyFactory
group - Field in UniqueConstraint
groupProperty(java.lang.String) - Method in AbstractCriteriaBuilder
Defines a group by projection for datastores that support it
groupProperty(java.lang.String) - Method in AbstractDetachedCriteria.DetachedProjections
groupProperty(java.lang.String) - Method in ProjectionList
Defines a group by projection for datastores that support it
groupProperty(java.lang.String) - Method in Projections
Defines a group by projection for datastores that support it
groupProperty(java.lang.String) - Method in Query.ProjectionList
GroupPropertyProjection(java.lang.String) - Constructor in Query.GroupPropertyProjection
gt(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Used to restrict a value to be greater than or equal to the given value
gt(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
gt(java.lang.String, java.lang.Object) - Method in Criteria
Used to restrict a value to be greater than or equal to the given value
gt(java.lang.String, java.lang.Object) - Method in DetachedCriteria
gt(java.lang.String, java.lang.Object) - Method in Query
Used to restrict a value to be greater than the given value
gt(java.lang.String, java.lang.Object) - Method in Restrictions
Used to restrict a value to be greater than the given value
gtAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractCriteriaBuilder
Creates a subquery criterion that ensures the given property is greater than all the given returned values
gtAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractDetachedCriteria
gtAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Criteria
Creates a subquery criterion that ensures the given property is greater than all the given returned values
gtAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in DetachedCriteria
gte(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Used to restrict a value to be greater than or equal to the given value
gte(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
gte(java.lang.String, java.lang.Object) - Method in Criteria
Used to restrict a value to be greater than or equal to the given value
gte(java.lang.String, java.lang.Object) - Method in DetachedCriteria
gte(java.lang.String, java.lang.Object) - Method in Query
Used to restrict a value to be greater than or equal to the given value
gte(java.lang.String, java.lang.Object) - Method in Restrictions
Used to restrict a value to be greater than or equal to the given value
gtProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Constraints a property to be greater than a specified other property
gtProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
gtProperty(java.lang.String, java.lang.String) - Method in Criteria
Constrains a property to be greater than a specified other property
gtProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
gtProperty(java.lang.String, java.lang.String) - Method in Restrictions
Constraints a property to be greater than a specified other property
gtSome(java.lang.String, Closure<?>) - Method in AbstractCriteriaBuilder
gtSome(java.lang.String, Closure<?>) - Method in AbstractDetachedCriteria
gtSome(java.lang.String, Closure<?>) - Method in Criteria
Creates a subquery criterion that ensures the given property is greater than some of the given values
gtSome(java.lang.String, Closure<?>) - Method in DetachedCriteria
GUID - Enum Constant in ValueGenerator
uses a database-generated GUID string on MS SQL Server and MySQL.

H

H2 - Enum Constant in DatabaseDriver
H2.
HANDLE - Field in ClassReader
The type of CONSTANT_MethodHandle constant pool items.
handle(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Criterion, java.lang.StringBuilder, java.lang.StringBuilder, java.lang.String, int, java.util.List, org.springframework.core.convert.ConversionService, boolean, boolean) - Method in JpaQueryBuilder
handle(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Criterion, java.lang.StringBuilder, java.lang.StringBuilder, java.lang.String, int, java.util.List, org.springframework.core.convert.ConversionService, boolean, boolean) - Method in JpaQueryBuilder.QueryHandler
handleAssociationCriteria(java.lang.StringBuilder, java.lang.StringBuilder, java.lang.String, int, java.util.List, org.springframework.core.convert.ConversionService, boolean, Association<?>, org.grails.datastore.mapping.query.Query.Junction, List<Query.Criterion>, boolean) - Method in JpaQueryBuilder
handleAssociationMethodCallExpression(org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.MethodCallExpression, List<String>, org.codehaus.groovy.ast.VariableScope) - Method in DetachedCriteriaTransformer
handleAssociationQueryViaPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression, org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.stmt.BlockStatement, List<String>, java.lang.String, org.codehaus.groovy.ast.VariableScope) - Method in DetachedCriteriaTransformer
handleBinaryExpressionSide(org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.stmt.BlockStatement, boolean, List<String>, org.codehaus.groovy.ast.VariableScope) - Method in DetachedCriteriaTransformer
handleCustom(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess, T) - Method in NativeEntryEntityPersister
HANDLED_PREFIXES - Property in CountByImplementer
HANDLED_PREFIXES - Property in CountImplementer
HANDLED_PREFIXES - Property in DeleteImplementer
HANDLED_PREFIXES - Property in FindAllByImplementer
HANDLED_PREFIXES - Property in FindAllImplementer
HANDLED_PREFIXES - Property in FindOneByImplementer
HANDLED_PREFIXES - Property in FindOneImplementer
HANDLED_PREFIXES - Property in SaveImplementer
HANDLED_PREFIXES - Property in UpdateOneImplementer
handleDetachedCriteriaCast(org.codehaus.groovy.ast.expr.Expression) - Method in DetachedCriteriaTransformer
handleEmbeddedInstance(org.grails.datastore.mapping.model.types.Association, java.lang.Object, boolean) - Method in NativeEntryEntityPersister
handleEmbeddedToMany(org.grails.datastore.mapping.engine.EntityAccess, T, org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in NativeEntryEntityPersister
handleEmbeddedToOne(org.grails.datastore.mapping.model.types.Association, java.lang.String, org.grails.datastore.mapping.engine.EntityAccess, T) - Method in NativeEntryEntityPersister
handleFetchType(org.grails.datastore.mapping.query.api.BuildableCriteria, java.lang.String, javax.persistence.FetchType) - Method in DynamicFinder
handleFunctionCall(org.codehaus.groovy.ast.stmt.BlockStatement, java.lang.String, org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.expr.Expression) - Method in DetachedCriteriaTransformer
handleImportFrom(java.util.Map, java.lang.Class) - Method in ConstrainedPropertyBuilder
handleIndexing(boolean, T, Map<PersistentProperty,Object>, Map<PersistentProperty,Object>, org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, boolean, java.lang.Object) - Method in NativeEntryEntityPersister
handleInvocation(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in EntityProxyMethodHandler
handleInvocation(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in GroovyObjectMethodHandler
handleInvocationFallback(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in AbstractObservableProxyMethodHandler
handleInvocationFallback(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in AssociationQueryProxyHandler
handleInvocationFallback(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in EntityProxyMethodHandler
handleInvocationFallback(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in SessionEntityProxyMethodHandler
handleJoinAnnotation(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression) - Method in AbstractDetachedCriteriaServiceImplementor
handleJunction(org.grails.datastore.mapping.query.Query.Junction, groovy.lang.Closure) - Method in AbstractCriteriaBuilder
handleJunction(groovy.lang.Closure) - Method in AbstractDetachedCriteria
handleJunction(groovy.lang.Closure) - Method in DetachedCriteria
handleNegation(List<String>, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.NotExpression, org.codehaus.groovy.ast.VariableScope) - Method in DetachedCriteriaTransformer
handlers - Property in SimpleMapQuery
handleSubQuery(org.grails.datastore.mapping.model.PersistentEntity, java.lang.StringBuilder, java.lang.StringBuilder, java.lang.String, int, java.util.List, org.springframework.core.convert.ConversionService, boolean, boolean, org.grails.datastore.mapping.query.Query.SubqueryCriterion, java.lang.String) - Method in JpaQueryBuilder
HAS_MANY - Field in GormProperties
HAS_ONE - Field in GormProperties
hasAnnotation(org.codehaus.groovy.ast.ClassNode, Class<? extends Annotation>) - Method in AstAnnotationUtils
Returns true if classNode is marked with annotationClass
hasAnnotation(org.codehaus.groovy.ast.ClassNode, Class<? extends Annotation>) - Method in AstUtils
Returns true if classNode is marked with annotationClass
hasAnnotation(org.grails.datastore.mapping.reflect.ClassPropertyFetcher, java.beans.PropertyDescriptor, Class<A>) - Method in JpaMappingConfigurationStrategy
hasAnyAnnotations(org.codehaus.groovy.ast.ClassNode, Class<? extends Annotation>) - Method in AstAnnotationUtils
Parameters:
classNode - a ClassNode to search
hasAnyAnnotations(org.codehaus.groovy.ast.ClassNode, Class<? extends Annotation>) - Method in AstUtils
Parameters:
classNode - a ClassNode to search
hasAppliedConstraint(java.lang.String) - Method in Constrained
Whether the given constraint has been applied
hasAppliedConstraint(java.lang.String) - Method in DefaultConstrainedProperty
Parameters:
constraintName - The name of the constraint to check
hasBoth() - Method in DirtyCheckingTransformer.GetterAndSetter
hasChanged() - Method in AbstractPersistentCollection
hasChanged(java.lang.String) - Method in DirtyCheckable
Parameters:
propertyName - The name of the property
hasChanged() - Method in DirtyCheckableCollection
Returns:
True if the collection has changed
hasChanged() - Method in DirtyCheckingCollection
hasChanged() - Method in DirtyCheckingMap
hasChanged(java.lang.String) - Method in GormEntityDirtyCheckable
hasChangedElements() - Method in DirtyCheckingCollection
hasChangedSize() - Method in AbstractPersistentCollection
hasChangedSize() - Method in DirtyCheckableCollection
Returns:
True if the collection has changed size
hasChangedSize() - Method in DirtyCheckingCollection
hasChangedSize() - Method in DirtyCheckingMap
hasClosureArgument(org.codehaus.groovy.ast.expr.ArgumentListExpression) - Method in DetachedCriteriaTransformer
hasCurrentSession() - Method in AbstractDatastore
hasCurrentSession() - Method in Datastore
Checks if there is a current session.
hasDatastore - Field in GormValidationApi
hasDateCreated(java.lang.String) - Method in AutoTimestampEventListener
hasErrors() - Method in GormValidateable
Tests whether an instance has any errors
hasErrors(D) - Method in GormValidationApi
Tests whether an instance has any errors
hasExcludedAnnotation(org.codehaus.groovy.ast.MethodNode, Set<String>) - Method in AbstractMethodDecoratingTransformation
hasExcludedAnnotation(org.codehaus.groovy.ast.MethodNode) - Method in TransactionalTransform
hasGrown() - Method in AbstractPersistentCollection
hasGrown() - Method in DirtyCheckableCollection
Returns:
True if the collection has grown
hasGrown() - Method in DirtyCheckingCollection
hasGrown() - Method in DirtyCheckingMap
hashCode() - Method in AbstractPersistentCollection
hashCode() - Method in AbstractPersistentEntity
hashCode() - Method in AbstractSession.CollectionKey
hashCode() - Method in MethodKey
hashCode() - Method in PagedResultList
HashMapTPCacheAdapter - Class in org.grails.datastore.mapping.cache.impl
Simple implementation of TPCacheAdapter backed by a local hash map.
hasJunitAnnotation(org.codehaus.groovy.ast.MethodNode) - Method in AstAnnotationUtils
Whether the method node has any JUnit annotations
hasJunitAnnotation(org.codehaus.groovy.ast.MethodNode) - Method in AstUtils
Whether the method node has any JUnit annotations
hasLastUpdated(java.lang.String) - Method in AutoTimestampEventListener
hasNeither() - Method in DirtyCheckingTransformer.GetterAndSetter
hasNext() - Method in AbstractPersistentCollection
hasNext() - Method in AbstractResultList
hasNext() - Method in PersistentList.PersistentListIterator
hasNext() - Method in SoftServiceLoader
hasNext() - Method in SoftServiceLoader.ServiceLoaderIterator
hasOrInheritsProperty(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
hasPendingOperations() - Method in BatchOperation
Returns:
Whether there are any pending operations
hasPrevious() - Method in PersistentList.PersistentListIterator
hasProperty(java.lang.String, java.lang.Class) - Method in AbstractPersistentEntity
hasProperty(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
Returns whether a classNode has the specified property or not
hasProperty(java.lang.String, java.lang.Class) - Method in PersistentEntity
Checks whether an entity has a bean property of the given name and type
hasSessionBound() - Method in OpenSessionInViewInterceptor
hasShrunk() - Method in AbstractPersistentCollection
hasShrunk() - Method in DirtyCheckableCollection
Returns:
True if the collection has shrunk
hasShrunk() - Method in DirtyCheckingCollection
hasShrunk() - Method in DirtyCheckingMap
hasTenantAnnotation(org.codehaus.groovy.ast.AnnotatedNode) - Method in TenantTransform
Whether the given node is Multi Tenant
hasTransaction() - Method in AbstractSession
hasTransaction() - Method in Session
Returns:
Whether the current session has an active transaction
hasTransactionalAnnotation(org.codehaus.groovy.ast.AnnotatedNode) - Method in TransactionalTransform
Whether the given method has a transactional annotation
hasUpdates() - Method in AbstractSession
header - Field in ClassReader
Start index of the class header information (access, name...) in b.
HEADER_NAME - Field in HttpHeaderTenantResolver
headerName - Property in HttpHeaderTenantResolver
The name of the header
headSet(java.lang.Object) - Method in PersistentSortedSet
headSet(java.lang.Object) - Method in RxPersistentSortedSet
hibernateCompatible - Field in JpaQueryBuilder
HIGHEST_PRECEDENCE - Field in OrderedComparator
Useful constant for the highest precedence value.
HILO - Enum Constant in ValueGenerator
A generator that uses a HILO algorithm
holderActive - Field in SpringSessionSynchronization
HSQLDB - Enum Constant in DatabaseDriver
HyperSQL DataBase.
HttpHeaderTenantResolver - Class in org.grails.datastore.mapping.multitenancy.web
A tenant resolver that resolves the tenant from the request HTTP Header
HttpHeaderTenantResolver() - Constructor in HttpHeaderTenantResolver
HYPHEN_TO_UNDERSCORE - Enum Constant in RelaxedNames.Manipulation

I

id() - Method in AbstractCriteriaBuilder
id() - Method in AbstractDetachedCriteria
Adds an id projection
id() - Method in AbstractDetachedCriteria.DetachedProjections
id() - Method in DetachedCriteria
id(groovy.lang.Closure) - Method in Entity
Define the identity config
ID_PROJECTION - Field in Projections
id() - Method in ProjectionList
A Projection that obtains the id of an object
id() - Method in Projections
Projection used to obtain the id of an object
ID - Field in Query.IdEquals
id() - Method in Query.ProjectionList
id - Field in SessionEntityProxyMethodHandler
ID_TYPES - Field in JavassistProxyFactory
ident() - Method in DelegatingGormEntityApi
ident() - Method in GormEntity
Returns the objects identifier
ident() - Method in GormEntityApi
Returns the objects identifier
ident(D) - Method in GormInstanceApi
Returns the objects identifier
ident(D) - Method in GormInstanceOperations
Returns the objects identifier
ident(D) - Method in GormStaticApi
ident() - Method in RxEntity
Returns the objects identifier
ident(D) - Method in RxGormInstanceApi
ident(D) - Method in RxGormInstanceOperations
Obtain the objects identifier
ident(D) - Method in RxGormStaticApi
ident(D) - Method in TenantDelegatingGormOperations
ident(D) - Method in TenantDelegatingRxGormOperations
identifierMapping - Field in AbstractClassMapping
identifierName - Field in FieldEntityAccess.FieldEntityReflector
IdentifierObservableProxyMethodHandler - Class in org.grails.datastore.rx.proxy
A proxy javassist.util.proxy.MethodHandler that uses the entity class and identifier to resolve the target
IdentifierObservableProxyMethodHandler(Class<?>, java.lang.Class, java.io.Serializable, org.grails.datastore.rx.RxDatastoreClient, org.grails.datastore.rx.query.QueryState) - Constructor in IdentifierObservableProxyMethodHandler
identifierReader - Field in FieldEntityAccess.FieldEntityReflector
identifierType() - Method in EntityReflector
Returns:
The identity type
identifierType - Field in FieldEntityAccess.FieldEntityReflector
identifierWriter - Field in FieldEntityAccess.FieldEntityReflector
Identity - Class in org.grails.datastore.mapping.model.types
Represents the identity of a persistent entity
identity - Field in AbstractPersistentEntity
identity - Property in BatchOperation.EntityOperation
IDENTITY - Field in GormProperties
Identity(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in Identity
IDENTITY_PROPERTY - Field in GormMappingConfigurationStrategy
IDENTITY_PROPERTY - Field in MappingFactory
IDENTITY - Enum Constant in ValueGenerator
Using an identity column
IdentityGenerationException - Class in org.grails.datastore.mapping.core
Thrown when an identity cannot be generated.
IdentityGenerationException(java.lang.String) - Constructor in IdentityGenerationException
IdentityMapping - Interface in org.grails.datastore.mapping.model
Authors:
Graeme Rocher
identityMapping - Field in DocumentPersistentEntity.DocumentCollectionMapping
idEq(java.lang.Object) - Method in AbstractCriteriaBuilder
Creates an "equals" Criterion based on the specified property name and value.
idEq(java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
idEq(java.lang.Object) - Method in Criteria
Creates an "equals" Criterion based on the specified property name and value
idEq(java.lang.Object) - Method in DetachedCriteria
idEq(java.lang.Object) - Method in Query
Restricts the results by the given properties value
idEq(java.lang.Object) - Method in Restrictions
Restricts the property to be equal to the given value
idEquals(java.lang.Object) - Method in AbstractCriteriaBuilder
idEquals(java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
idEquals(java.lang.Object) - Method in Criteria
Creates a criterion that restricts the id to the given value
idEquals(java.lang.Object) - Method in DetachedCriteria
IdEquals(java.lang.Object) - Constructor in Query.IdEquals
idPropertiesArray - Field in JpaMappingConfigurationStrategy
IdQueryObservableProxyMethodHandler - Class in org.grails.datastore.rx.proxy
A proxy javassist.util.proxy.MethodHandler that uses a query to resolve the id of the the target
IdQueryObservableProxyMethodHandler(java.lang.Class, org.grails.datastore.mapping.query.Query, org.grails.datastore.rx.query.QueryState, org.grails.datastore.rx.RxDatastoreClient) - Constructor in IdQueryObservableProxyMethodHandler
IGNORE_METHODS - Field in ConfigurationBuilder
ignoreCase - Field in Query.Order
IGNORED_PROPERTIES - Field in GormEntityTransformation
ignoredPackages - Property in ClasspathEntityScanner
Packages that won't be scanned for performance reasons
ignoreNestedProperties - Field in RelaxedDataBinder
ilike(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Creates an ilike Criterion based on the specified property name and value.
ilike(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
ilike(java.lang.String, java.lang.Object) - Method in Criteria
Creates an ilike Criterion based on the specified property name and value.
ilike(java.lang.String, java.lang.Object) - Method in DetachedCriteria
Ilike(java.lang.String) - Constructor in MethodExpression.Ilike
ilike(java.lang.String, java.lang.String) - Method in Query
Restricts the results by the given properties value
ILike(java.lang.String, java.lang.String) - Constructor in Query.ILike
ilike(java.lang.String, java.lang.String) - Method in Restrictions
Case insensitive like
IllegalMappingException - Class in org.grails.datastore.mapping.model
Thrown when an error occurs reading the mapping between object and datastore.
IllegalMappingException(java.lang.String) - Constructor in IllegalMappingException
IMETH - Field in ClassReader
The type of CONSTANT_InterfaceMethodref constant pool items.
implement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractReadOperationImplementer
implement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractWriteOperationImplementer
implement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in MethodValidationImplementer
implement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in ObservableResultAdapter
implement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in ServiceImplementer
Implement the method
implement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in SingleResultAdapter
implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractDetachedCriteriaServiceImplementor
Provide an implementation in the case querying for a single instance by id
implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractProjectionImplementer
implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in CountImplementer
implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in DeleteImplementer
implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllImplementer
implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneImplementer
Implemented - Annotation Type in org.grails.datastore.gorm.services
Annotation added by the Service transformation to know which class implemented a method
IMPLEMENTED - Field in ServiceImplementer
Marker that should be stored on the method node once a method has been implemented
implementers - Field in Service
Returns:
Any additional implementers to apply
Default:
{}
implementsInterface(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Whether the given class node implements the given interface node
implementsInterfaceInternal(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
implementsOrInheritsZeroArgMethod(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
implementsZeroArgMethod(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
Tests whether the ClasNode implements the specified method name.
implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractDetachedCriteriaServiceImplementor
Provide an implementation in the case of a query
implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractProjectionImplementer
implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in CountImplementer
implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in DeleteImplementer
implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllImplementer
implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllInterfaceProjectionImplementer
implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneImplementer
IMPORT_FROM_CONSTRAINT - Field in ConstrainedPropertyBuilder
in(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Creates an "in" Criterion based on the specified property name and list of values.
in(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
in(java.lang.String, java.lang.Object) - Method in Criteria
Creates an "in" Criterion based on the specified property name and list of values
in(java.lang.String, java.lang.Object) - Method in DetachedCriteria
in(java.lang.String, java.util.List) - Method in Query
Restricts the results by the given property values
In(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.In
in(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Restrictions
Restricts the property to be in the list of given values
includeExternal - Property in GormEnhancer
Whether to include external entities
includeIdentifiers() - Method in AbstractPersistentEntity
INCREMENT - Enum Constant in ValueGenerator
A generator that uses an auto-increment column
incrementEntityVersion(org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
incrementVersion(org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
index(T, K) - Method in AssociationIndexer
Index a single foreign key
index - Property in Property
Returns:
Whether this property is index
index(java.lang.Object, K) - Method in PropertyValueIndexer
Creates an index for the given value to the specified key
index(java.lang.Object, java.lang.Object) - Method in SimpleMapEntityPersister.1
index(java.lang.Object, java.lang.Object) - Method in SimpleMapEntityPersister.2
indexer - Field in AbstractPersistentCollection
indexIdentifier(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in SimpleMapEntityPersister
indexOf(java.lang.Object) - Method in PagedResultList
indexOf(java.lang.Object) - Method in PersistentList
indices - Field in SimpleMapDatastore
indices - Property in SimpleMapEntityPersister
INDY - Field in ClassReader
The type of CONSTANT_InvokeDynamic constant pool items.
inferNativeKey(java.lang.String, java.lang.Object) - Method in NativeEntryEntityPersister
Used to establish the native key to use from the identifier defined by the object
INFORMIX - Enum Constant in DatabaseDriver
Informix.
inherited - Field in AbstractPersistentProperty
inheritRollbackOnly - Field in CustomizableRollbackTransactionAttribute
inheritRollbackOnly - Property in GrailsTransactionAttribute
inheritRollbackOnly - Field in ReadOnly
In Spring, when there are nested transaction calls, the execution of the outermost callback will throw UnexpectedRollbackException if TransactionStatus.setRollbackOnly() was called in a nested transaction callback.
inheritRollbackOnly - Field in Transactional
In Spring, when there are nested transaction calls, the execution of the outermost callback will throw UnexpectedRollbackException if TransactionStatus.setRollbackOnly() was called in a nested transaction callback.
init() - Method in AbstractDatastorePersistenceContextInterceptor
init() - Method in AggregatePersistenceContextInterceptor
initDefaultEventListeners(org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher) - Method in AbstractRxDatastoreClient
initDeferredClose(org.grails.datastore.mapping.core.Datastore) - Method in DatastoreUtils
Initialize deferred close for the current thread and the given Datastore.
initForMappingContext(org.grails.datastore.mapping.model.MappingContext) - Method in AutoTimestampEventListener
initialiseIfNecessary(Class<T>) - Method in AbstractDetachedCriteria
Initializable - Interface in org.grails.datastore.mapping.model.lifecycle
Interface for object that requires explicit initialization
initialize() - Method in AbstractMappingContext
initialize() - Method in AbstractPersistentCollection
initialize() - Method in AbstractPersistentEntity
initialize() - Method in DefaultServiceRegistry
initialize(org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Method in DocumentMappingContext
initialize() - Method in EmbeddedPersistentEntity
initialize() - Method in EntityProxy
Initializes the proxy if it hasn't been initialized already
initialize(java.lang.Object) - Method in EntityProxyHandlerAdapter
initialize(java.lang.Object) - Method in GroovyProxyFactory
initialize() - Method in Initializable
Call to initialize the object
initialize(java.lang.Object) - Method in JavassistProxyFactory
INITIALIZE_METHOD - Field in EntityProxyMethodHandler
initialize() - Method in PagedResultList
initialize() - Method in PersistentCollection
Initializes the collection if it hasn't already been initialized.
initialize(java.lang.Object) - Method in ProxyHandler
Initialises the given object
initialize(java.lang.Object) - Method in ProxyHandlerAdapter
initialize(java.lang.String, Set<String>) - Method in RelaxedNames
initialize(java.lang.Object) - Method in RxJavassistProxyFactory
initialize() - Method in RxPersistentList
initialize() - Method in RxPersistentSet
initialize() - Method in RxPersistentSortedSet
initialize(org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Method in SimpleMapDatastore
initializeCascadeValidateType() - Method in Association
It is possible this method could be called multiple times in some threaded initialization scenarios.
initializeComponentType() - Method in Basic
initializeConverters(org.grails.datastore.mapping.model.MappingContext) - Method in AbstractDatastore
initialized - Field in AbstractMappingContext
initialized - Field in AbstractPersistentCollection
initialized - Field in AbstractPersistentEntity
initialized - Field in AbstractResultList
initialized - Field in DefaultServiceRegistry
initialized - Field in NamedQueriesBuilder
INITIALIZED_PROPERTY - Field in EntityProxyMethodHandler
initializeDefaultMappingFactory(java.lang.String) - Method in KeyValueMappingContext
initializedObjects - Field in AbstractResultList
initializeFully() - Method in AbstractResultList
initializeIfNecessary(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in AutoTimestampEventListener
initializeMethods(java.lang.Object) - Method in AbstractGormApi
initializePath(org.springframework.beans.BeanWrapper, org.grails.datastore.gorm.jdbc.RelaxedDataBinder.BeanPath, int) - Method in RelaxedDataBinder
initializePersistentEntity(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
initializeProxyTarget(java.lang.Object) - Method in EntityProxyMethodHandler
initializeTarget(java.lang.Object) - Method in SessionEntityProxyMethodHandler
initializing - Field in AbstractPersistentCollection
initialValue() - Method in SoftThreadLocalMap
Creates an initial value of a Map.
injectAssociationProperties(org.codehaus.groovy.ast.ClassNode, List<PropertyNode>) - Method in GormEntityTransformation
injectAssociations(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode) - Method in GormEntityTransformation
injectAssociationsForJpaEntity(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode) - Method in GormEntityTransformation
injectIdProperty(org.codehaus.groovy.ast.ClassNode) - Method in GormEntityTransformation
injectToStringMethod(org.codehaus.groovy.ast.ClassNode) - Method in GormEntityTransformation
injectTrait(org.codehaus.groovy.ast.ClassNode, java.lang.Class) - Method in AstUtils
injectVersionProperty(org.codehaus.groovy.ast.ClassNode) - Method in GormEntityTransformation
inList(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Creates an "in" Criterion based on the specified property name and list of values.
inList(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
inList(java.lang.String, java.lang.Object) - Method in Criteria
Creates an "in" Criterion based on the specified property name and list of values
inList - Property in DefaultConstrainedProperty
inList(java.lang.String, java.lang.Object) - Method in DetachedCriteria
InList(java.lang.String) - Constructor in MethodExpression.InList
inList - Property in Property
Returns:
List of valid values
InListConstraint - Class in org.grails.datastore.gorm.validation.constraints
A constraint that validates the property is contained within the supplied list.
InListConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in InListConstraint
InMemoryConnectionSources - Class in org.grails.datastore.mapping.core.connections
Default implementation of the ConnectionSources interface.
InMemoryConnectionSources(ConnectionSource<T, S>, ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Constructor in InMemoryConnectionSources
inmemoryData - Field in SimpleMapDatastore
InRange(java.lang.String) - Constructor in MethodExpression.InRange
insert(T1, Map<String, Object>) - Method in AbstractRxDatastoreClient
insert(java.lang.Object) - Method in AbstractSession
insert(java.util.Map) - Method in DelegatingGormEntityApi
insert(java.lang.Object) - Method in EntityPersister
insert(java.util.Map) - Method in GormEntity
Forces an insert of an object to the datastore
insert(java.util.Map) - Method in GormEntityApi
Forces an insert of an object to the datastore
insert(D, java.util.Map) - Method in GormInstanceApi
Forces an insert of an object to the datastore
insert(D, java.util.Map) - Method in GormInstanceOperations
Forces an insert of an object to the datastore
insert(D, java.util.Map) - Method in GormStaticApi
insert(java.lang.Object) - Method in Persister
Forces an insert of an object rather than trying to guess if it is an insert or an update
insert(T1, Map<String, Object>) - Method in RxDatastoreClient
Force an insert of an instance and return the observable
insert(java.util.Map) - Method in RxEntity
insert(D, java.util.Map) - Method in RxGormInstanceApi
insert(D, java.util.Map) - Method in RxGormInstanceOperations
Saves an entity and returns an rx.Observable, forcing an insert operation regardless whether an identifier is already present or not
insert(Map<String, Object>) - Method in RxGormOperations
Saves an entity and returns an rx.Observable, forcing an insert operation regardless whether an identifier is already present or not
insert(D, java.util.Map) - Method in RxGormStaticApi
insert(java.lang.Object) - Method in Session
Forces an insert
insert(D, java.util.Map) - Method in TenantDelegatingGormOperations
insert(D, java.util.Map) - Method in TenantDelegatingRxGormOperations
insertAll(java.lang.Iterable, Map<String, Object>) - Method in AbstractRxDatastoreClient
insertAll(java.lang.Iterable, Map<String, Object>) - Method in RxDatastoreClient
Batch insert all all of the given objects
insertAll(D) - Method in RxEntity
Batch saves all of the given objects
insertAll(D) - Method in RxGormStaticApi
insertAll(D) - Method in RxGormStaticOperations
Batch saves all of the given objects
insertAll(D) - Method in TenantDelegatingRxGormOperations
inserts - Property in BatchOperation
INSTANCE_APIS - Field in GormEnhancer
INSTANCE_APIS - Field in RxGormEnhancer
instance - Property in InstanceProxy
instanceApi - Property in DelegatingGormEntityApi
InstanceFactoryBean - Class in org.grails.datastore.gorm.bootstrap.support
InstanceFactoryBean(T) - Constructor in InstanceFactoryBean
InstanceMethodInvokingClosure - Class in org.grails.datastore.gorm.internal
Not public API.
InstanceMethodInvokingClosure(java.lang.Object, Class<?>, java.lang.String, java.lang.Class) - Constructor in InstanceMethodInvokingClosure
instanceOf(java.lang.Class) - Method in DelegatingGormEntityApi
instanceOf(java.lang.Class) - Method in GormEntity
Proxy aware instanceOf implementation.
instanceOf(java.lang.Class) - Method in GormEntityApi
Proxy aware instanceOf implementation.
instanceOf(D, java.lang.Class) - Method in GormInstanceApi
Proxy aware instanceOf implementation.
instanceOf(D, java.lang.Class) - Method in GormInstanceOperations
Proxy aware instanceOf implementation.
instanceOf(D, java.lang.Class) - Method in GormStaticApi
instanceOf(D, java.lang.Class) - Method in TenantDelegatingGormOperations
InstanceProxy - Class in org.grails.datastore.gorm.utils
A proxy onto another instance
InstanceProxy() - Constructor in InstanceProxy
InstantConverter - Trait in grails.gorm.time
A trait to convert a java.time.Instant to and from a long
instantiate(Class<T>) - Method in ReflectionUtils
Instantiates an object catching any relevant exceptions and rethrowing as a runtime exception
instantiateConstraint(java.lang.String, java.lang.Object, boolean) - Method in DefaultConstrainedProperty
InstantiationException - Class in org.grails.datastore.mapping.reflect
Runtime exception equivalent of java.lang.InstantiationException
InstantiationException(java.lang.String, java.lang.Throwable) - Constructor in InstantiationException
INT - Field in ClassReader
The type of CONSTANT_Integer constant pool items.
IntArrayToIntegerArrayConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
IntArrayToIntegerArrayConverter() - Constructor in IntArrayToIntegerArrayConverter
IntegerToByteConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
IntegerToByteConverter() - Constructor in IntegerToByteConverter
IntegerToShortConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
IntegerToShortConverter() - Constructor in IntegerToShortConverter
interceptors - Field in AggregatePersistenceContextInterceptor
InterfaceProjectionBuilder - Trait in org.grails.datastore.gorm.services.implementers
Base trait for building interface projections
internalFindOrCreate(java.util.Map, boolean) - Method in GormStaticApi
internalIndex - Field in AbstractResultList
internalValidator - Field in GormValidationApi
intialized - Field in AbstractPersistentEntity.MappingProperties
inversePropertyName - Field in ManyToMany
invertBooleanReturnValue - Field in EventTriggerCaller
invoke(java.lang.Class, java.lang.String, java.lang.Object) - Method in DynamicFinder
invoke(java.lang.Class, java.lang.String, groovy.lang.Closure, java.lang.Object) - Method in FinderMethod
Invokes the method
invoke(java.lang.Object, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.Object) - Method in GroovyObjectMethodHandler
INVOKE_IMPLEMENTATION - Field in GroovyObjectMethodHandler
invoke(java.lang.Class, java.lang.String, groovy.lang.Closure, java.lang.Object) - Method in ListOrderByFinder
INVOKE_METHOD - Field in GroovyObjectMethodHandler
invoke(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotatedNode) - Method in OrderedGormTransformation.TransformationInvocation
invokeBeforeValidate(java.lang.Object, List<?>) - Method in BeforeValidateHelper
invokeClosureNode(java.lang.Object) - Method in AbstractCriteriaBuilder
invokeCriteriaClosure(java.lang.Object) - Method in NamedCriteriaProxy
invokeEntityProxyMethods(java.lang.Object, java.lang.String, java.lang.Object) - Method in AbstractObservableProxyMethodHandler
invokeEntityProxyMethods(java.lang.Object, java.lang.String, java.lang.Object) - Method in EntityProxyMethodHandler
invokeEvent(java.lang.String, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.springframework.context.ApplicationEvent) - Method in DomainEventListener
invokeList() - Method in AbstractCriteriaBuilder
invokeList() - Method in CriteriaBuilder
invokeMethod(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
invokeMethod(java.lang.String, java.lang.Object) - Method in ClosureToMapPopulator
invokeMethod(java.lang.String, java.lang.Object) - Method in DefaultMappingConfigurationBuilder
invokeMethod(java.lang.String, java.lang.Object) - Method in InstanceProxy
invokeMethod(java.lang.Object, java.lang.String, java.lang.Object) - Method in ProxyInstanceMetaClass
Handle method calls on our proxy.
invokeMethodAfterResolving(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
invokeMethodBeforeResolving(java.lang.Object, java.lang.String, java.lang.Object) - Method in EntityProxyMethodHandler
invokeMethodBeforeResolving(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
invokeQuery(org.grails.datastore.mapping.query.Query) - Method in AbstractFindByFinder
invokeQuery(org.grails.datastore.mapping.query.Query) - Method in CountByFinder
invokeQuery(org.grails.datastore.mapping.query.Query) - Method in FindAllByFinder
invokeQuery(org.grails.datastore.mapping.query.Query) - Method in ListOrderByFinder
invokeThisMethod(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
invokeWithTargetException() - Method in DatastoreServiceMethodInvokingFactoryBean
IS_INITIALIZED_METHOD - Field in EntityProxyMethodHandler
IS_NULL_CRITERION - Field in DetachedCriteriaTransformer
IS_PROXY_METHOD - Field in EntityProxyMethodHandler
isAbstract - Field in AbstractPersistentEntity
isAbstract(org.grails.datastore.mapping.model.PersistentEntity) - Method in GormMappingConfigurationStrategy
isActive() - Method in SessionOnlyTransaction
isActive() - Method in SimpleMapSession.MockTransaction
isActive() - Method in Transaction
Whether the transaction is active
isAllowBlockingOperations() - Method in RxDatastoreClientImplementor
Returns:
Whether blocking operations are allowed by the implementation
isAlreadyPending(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.lang.Object) - Method in BatchOperation
isAnnotated(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractStringQueryImplementer
isAnnotated(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractWhereImplementer
isAnnotated(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AnnotatedServiceImplementer
Is the method annotated
isAnnotated(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in UpdateStringQueryImplementer
isAnnotatedSuperClass(org.grails.datastore.mapping.model.MappingConfigurationStrategy, java.lang.Class) - Method in AbstractPersistentEntity
isAnnotatedWithJavaValidationApi(List<AnnotationNode>) - Method in DirtyCheckingTransformer
isArrayIndex(int) - Method in RelaxedDataBinder.BeanPath
isAssignableFrom(Class<?>, Class<?>) - Method in ReflectionUtils
isAssignableOrConvertibleFrom(Class<?>, Class<?>) - Method in ClassUtils
Returns true if the specified clazz parameter is either the same as, or is a superclass or superinterface of, the specified type parameter.
isAssignedId(org.grails.datastore.mapping.model.PersistentEntity) - Method in EntityPersister
isAssociationMethodCall(List<String>, java.lang.String, org.codehaus.groovy.ast.expr.ArgumentListExpression) - Method in DetachedCriteriaTransformer
isAtLeast(java.lang.String, java.lang.String) - Method in GrailsVersion
Check whether the version is at least the given version
isAtLeastImpl(org.grails.datastore.mapping.core.grailsversion.GrailsVersion, java.lang.String) - Method in GrailsVersion
Check whether the version is at least the given version
isAtLeastMajorMinor(java.lang.String, int, int) - Method in GrailsVersion
Check whether the current version is at least the given major and minor version
isAtLeastMajorMinorImpl(org.grails.datastore.mapping.core.grailsversion.GrailsVersion, int, int) - Method in GrailsVersion
isAttached() - Method in DelegatingGormEntityApi
isAttached() - Method in GormEntity
No concept of session-based model so defaults to true
isAttached() - Method in GormEntityApi
No concept of session-based model so defaults to true
isAttached(D) - Method in GormInstanceApi
No concept of session-based model so defaults to true
isAttached(D) - Method in GormInstanceOperations
No concept of session-based model so defaults to true
isAttached(D) - Method in GormStaticApi
isAttached(D) - Method in TenantDelegatingGormOperations
isAvailable() - Method in AbstractDatastoreInitializer.GrailsBeanBuilderInit
isAvailable() - Method in AbstractDatastoreInitializer.GroovyBeanReaderInit
isAvailable() - Method in AdditionalGormEntityTransformation
Returns:
Whether the transformation is available
isAvailable() - Method in GormEntityTraitProvider
Returns:
Whether this trait provided is available
isAvailable() - Method in JavaxValidatorRegistry
Returns:
Whether javax.validation is available
isBasic() - Method in Association
Returns:
Whether this association is embedded
isBidirectional() - Method in Association
Returns:
True if the association is bidirectional
isBlank() - Method in BlankConstraint
isBlank() - Method in Constrained
Returns:
Whether blank values are allowed
isBlank() - Method in DefaultConstrainedProperty
Returns:
the blank.
isBlanked(org.springframework.beans.BeanWrapper, java.lang.String, java.lang.String) - Method in RelaxedDataBinder
isBuildSnapshot() - Method in Snapshot
isCached(java.lang.Class, java.io.Serializable) - Method in AbstractSession
isCached(java.lang.Class, java.io.Serializable) - Method in SessionImplementor
Whether an object with the specified key is contained within the first level cache.
isCancelled() - Method in AbstractPersistenceEvent
isCandidateMethod(java.lang.String, org.codehaus.groovy.ast.expr.Expression, Set<String>) - Method in DetachedCriteriaTransformer
isCandidateMethodCallForTransform(org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression) - Method in DetachedCriteriaTransformer
isCandidateWhereMethod(java.lang.String, org.codehaus.groovy.ast.expr.Expression) - Method in DetachedCriteriaTransformer
isCascadable(java.lang.Object, javax.validation.Path$Node, Class<?>, javax.validation.Path, java.lang.annotation.ElementType) - Method in MappingContextTraversableResolver
isCircular() - Method in Association
Returns:
Whether the association is circular
isClassBelowPackage(Class<?>, java.util.List) - Method in ClassUtils
isCollectionType(java.lang.Class) - Method in GormMappingConfigurationStrategy
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AbstractArrayOrIterableResultImplementer
Return true if the provided return type is compatible with this implementor.
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AbstractServiceImplementer
Return true if the provided return type is compatible with this implementor.
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in CountByImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in CountImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in CountWhereImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in DeleteImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in DeleteWhereImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllByInterfaceProjectionImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllInterfaceProjectionImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllPropertyProjectionImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllStringQueryImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllWhereImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAndDeleteImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneByImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneByInterfaceProjectionImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneInterfaceProjectionImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneInterfaceProjectionStringQueryImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneInterfaceProjectionWhereImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOnePropertyProjectionImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneStringQueryImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneWhereImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in IterableProjectionServiceImplementer
Is the return type compatible with the projection query
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in SaveImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in SingleResultProjectionServiceImplementer
Is the return type compatible with the projection query
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in UpdateOneImplementer
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in UpdateStringQueryImplementer
isConfigurational(java.lang.String) - Method in NameUtils
isConnected() - Method in AbstractAttributeStoringSession
isConnected() - Method in Session
Returns:
true if connected to the datastore
isConstrainableProperty(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in DefaultConstraintEvaluator
isCreditCard() - Method in Constrained
Returns:
Whether this is a credit card string
isCreditCard() - Method in DefaultConstrainedProperty
Returns:
Returns the creditCard.
isCriteriaConstructionMethod(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
isCustomType(Class<?>) - Method in MappingFactory
isDefinedInTransientsNode(java.lang.String, org.codehaus.groovy.ast.PropertyNode) - Method in DirtyCheckingTransformer
Check if the property is defined in static transients block.
isDetachedCriteriaVariable(org.codehaus.groovy.ast.expr.VariableExpression) - Method in DetachedCriteriaTransformer
isDirty() - Method in AbstractPersistentCollection
isDirty(java.lang.Object) - Method in AbstractSession
isDirty() - Method in DelegatingGormEntityApi
isDirty() - Method in GormEntity
Checks whether an entity is dirty.
isDirty() - Method in GormEntityApi
Checks whether an entity is dirty
isDirty(D) - Method in GormInstanceApi
Checks whether an entity is dirty
isDirty(java.lang.Object, java.lang.Object) - Method in NativeEntryEntityPersister
isDirty() - Method in PersistentCollection
Check whether the collection has been modified.
isDirty() - Method in RxEntity
Checks whether an entity is dirty
isDirty(java.lang.Object) - Method in Session
Check if the instance has been modified since loading.
isDisplay() - Method in Constrained
Returns:
Whether the value should be displayed
isDomainClass(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
isDomainReturnType - Property in ObservableResultAdapter
isDomainReturnType - Property in SingleResultAdapter
isEditable() - Method in Constrained
Returns:
Whether the value is editable
isEmail() - Method in Constrained
Returns:
Whether this is an email
isEmail() - Method in DefaultConstrainedProperty
Returns:
Returns the email.
isEmbedded() - Method in Association
Returns:
Whether this association is embedded
isEmbeddedEntry(java.lang.Object) - Method in NativeEntryEntityPersister
Tests whether a native entry is an embedded entry
isEmpty(java.lang.String) - Method in AbstractCriteriaBuilder
isEmpty(java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
isEmpty() - Method in AbstractPersistentCollection
isEmpty() - Method in AbstractResultList
isEmpty(java.lang.String) - Method in Criteria
Creates a criterion that asserts the given property is empty (such as a blank string)
isEmpty(java.lang.String) - Method in DetachedCriteria
IsEmpty(java.lang.String) - Constructor in MethodExpression.IsEmpty
isEmpty() - Method in PagedResultList
isEmpty() - Method in PropertyResolverMap
isEmpty(java.lang.String) - Method in Query
Used to restrict a value to be empty (such as a blank string or an empty collection)
IsEmpty(java.lang.String) - Constructor in Query.IsEmpty
isEmpty() - Method in Query.Junction
isEmpty() - Method in Query.ProjectionList
isEmpty(java.lang.String) - Method in Restrictions
Used to restrict a value to be empty (such as a blank string or an empty collection)
isEmpty() - Method in SessionHolder
isEnum(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Is the class an enum
isExcludedProperty(java.lang.String, org.grails.datastore.mapping.model.ClassMapping, java.util.Collection, boolean) - Method in GormMappingConfigurationStrategy
isExcludeId(java.lang.String, org.grails.datastore.mapping.model.IdentityMapping, java.lang.String, boolean) - Method in GormMappingConfigurationStrategy
isExternal() - Method in AbstractPersistentEntity
isExternal() - Method in PersistentEntity
Whether this PersistentEntity is mapped using a different store.
isForeignKeyInChild() - Method in ToOne
isFunctionCall(org.codehaus.groovy.ast.expr.MethodCallExpression, java.lang.String, org.codehaus.groovy.ast.expr.Expression) - Method in DetachedCriteriaTransformer
isGetter(org.codehaus.groovy.ast.MethodNode) - Method in AstUtils
isGetter(java.lang.String, org.codehaus.groovy.ast.MethodNode) - Method in DirtyCheckingTransformer
isGetter(java.lang.String, Class<?>) - Method in ReflectionUtils
Returns true if the name of the method specified and the number of arguments make it a javabean property
isGrailsPresent() - Method in AbstractDatastoreInitializer
isGroovyType(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Whether the given type is a Groovy object
isHandled(java.lang.reflect.Method) - Method in JavassistProxyFactory
isHandled(java.lang.reflect.Method) - Method in RxJavassistProxyFactory
isHibernatePresent(java.lang.ClassLoader) - Method in GormEntityTransformation
isIdentifierProperty(java.lang.String, java.lang.String) - Method in GormMappingConfigurationStrategy
isIdentityName(java.lang.String) - Method in AbstractPersistentEntity
isIdentityName(java.lang.String) - Method in PersistentEntity
True if the given property is the identifier
isIgnoreCase() - Method in Query.Order
isIndexed(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractDatastore
isIndexed(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractRxDatastoreClient
isIndexed(org.grails.datastore.mapping.model.PersistentProperty) - Method in SimpleMapQuery
isInherited() - Method in AbstractPersistentProperty
isInherited() - Method in PersistentProperty
Returns:
Whether this property is inherited
isInheritRollbackOnly() - Method in CustomizableRollbackTransactionAttribute
isInheritRollbackOnly() - Method in GrailsTransactionAttribute
isInInheritanceHierarchy(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
Returns true if the given entity is in an inheritance hierarchy
isInInheritanceHierarchy(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext
Returns true if the given entity is in an inheritance hierarchy
isInitialized() - Method in AbstractMappingContext
isInitialized() - Method in AbstractPersistentCollection
isInitialized() - Method in AbstractPersistentEntity
isInitialized() - Method in DefaultServiceRegistry
isInitialized() - Method in EntityProxy
Checks whether the proxy has been initialized
isInitialized(java.lang.Object, java.lang.String) - Method in EntityProxyHandlerAdapter
isInitialized(java.lang.Object, java.lang.String) - Method in GroovyProxyFactory
isInitialized() - Method in Initializable
isInitialized(java.lang.Object, java.lang.String) - Method in JavassistProxyFactory
isInitialized() - Method in PersistentCollection
Check whether the collection has been loaded.
isInitialized(java.lang.Object, java.lang.String) - Method in ProxyHandler
Checks whether the given association name of the given object is initialized
isInitialized(java.lang.Object, java.lang.String) - Method in ProxyHandlerAdapter
isInitialized(java.lang.Object, java.lang.String) - Method in RxJavassistProxyFactory
isInitializedCollection(java.util.Collection) - Method in NativeEntryEntityPersister
isInstance(java.lang.Object) - Method in AbstractPersistentEntity
isInstance(java.lang.Object) - Method in PersistentEntity
Tests whether the given instance is an instance of this persistent entity
isInterfaceProjection(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in InterfaceProjectionBuilder
isInterfaceProjection(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in IterableInterfaceProjectionBuilder
Is the method an interface projection
isIntialized() - Method in AbstractPersistentEntity.MappingProperties
isInvertBooleanReturnValue() - Method in EventTriggerCaller
isIterableOrArrayOfDomainClasses(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
isJavaxValidationAvailable() - Method in ValidatorRegistries
Returns:
Whether javax.validation is available
isJpaEntity(java.lang.Class) - Method in JpaMappingConfigurationStrategy
isLastNode(int) - Method in RelaxedDataBinder.BeanPath
isLazy() - Method in Property
isLazy() - Method in ToMany
Returns:
Whether this association is lazy
isLazyAssociation(PropertyMapping<Property>) - Method in NativeEntryEntityPersister
isList() - Method in Association
Returns:
Whether the association is a List
isListenerExcluded(java.lang.String) - Method in AbstractPersistenceEvent
isListOfRegexpsContainsString(List<String>, java.lang.String) - Method in ConstrainedPropertyBuilder
isLocked(java.lang.Object) - Method in LockableEntityPersister
Return whether an object is locked or not
isLocked(java.lang.Object) - Method in NativeEntryEntityPersister
Subclasses can override to provide locking semantics
isMappedClass(java.lang.String, java.lang.Class) - Method in AbstractDatastoreInitializer
isMapValueStringType(org.springframework.core.convert.TypeDescriptor) - Method in RelaxedDataBinder
isMethodMatch(java.lang.String) - Method in DynamicFinder
Checks whether the given method is a match
isMethodMatch(java.lang.String) - Method in FinderMethod
Whether the given method name matches this finder
isMethodMatch(java.lang.String) - Method in ListOrderByFinder
isMethodOverriddenFromParent(java.lang.reflect.Method) - Method in ReflectionUtils
Tests whether a method is overridden from the parent
isMilestone() - Method in Snapshot
isMultiTenant - Field in AbstractPersistentEntity
isMultiTenant(java.lang.Class) - Method in ClassUtils
Whether the class is multi tenant
isMultiTenant(java.lang.Class) - Method in ConnectionSourcesSupport
isMultiTenant() - Method in PersistentEntity
Returns:
Whether the entity is multi tenant
isNewSession() - Method in TransactionObject
isNewSessionHolder() - Method in TransactionObject
isNoOperationCaller() - Method in EventTriggerCaller
isNoOperationCaller() - Method in EventTriggerCaller.NoopCaller
isNotConfigurational(java.lang.String) - Method in NameUtils
isNotEmpty(java.lang.String) - Method in AbstractCriteriaBuilder
isNotEmpty(java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
isNotEmpty(java.lang.String) - Method in Criteria
Creates a criterion that asserts the given property is not empty
isNotEmpty(java.lang.String) - Method in DetachedCriteria
IsNotEmpty(java.lang.String) - Constructor in MethodExpression.IsNotEmpty
isNotEmpty(java.lang.String) - Method in Query
Used to restrict a value to be not empty (such as a blank string or an empty collection)
IsNotEmpty(java.lang.String) - Constructor in Query.IsNotEmpty
isNotEmpty(java.lang.String) - Method in Restrictions
Used to restrict a value to be not empty (such as a non-blank string)
isNotMappedToDifferentProperty(java.beans.PropertyDescriptor, java.lang.String, java.util.Map) - Method in GormMappingConfigurationStrategy
isNotNull(java.lang.String) - Method in AbstractCriteriaBuilder
isNotNull(java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
isNotNull(java.lang.String) - Method in Criteria
Creates a criterion that asserts the given property is not null
isNotNull(java.lang.String) - Method in DetachedCriteria
IsNotNull(java.lang.String) - Constructor in MethodExpression.IsNotNull
isNotNull(java.lang.String) - Method in Query
Used to restrict a property to be not null
IsNotNull(java.lang.String) - Constructor in Query.IsNotNull
isNotNull(java.lang.String) - Method in Restrictions
Used to restrict a value to be null
isNotUpdateForAssignedId(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, boolean, boolean, SessionImplementor<Object>) - Method in NativeEntryEntityPersister
isNotValidStringType() - Method in DefaultConstrainedProperty
isNull(java.lang.String) - Method in AbstractCriteriaBuilder
isNull(java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
isNull(java.lang.String) - Method in Criteria
Creates a criterion that asserts the given property is null
isNull(java.lang.String) - Method in DetachedCriteria
IsNull(java.lang.String) - Constructor in MethodExpression.IsNull
isNull(java.lang.String) - Method in Query
Used to restrict a property to be null
IsNull(java.lang.String) - Constructor in Query.IsNull
isNull(java.lang.String) - Method in Restrictions
Used to restrict a value to be null
isNullable() - Method in AbstractPersistentProperty
isNullable() - Method in Constrained
Returns:
Whether the value is nullable
isNullable() - Method in DefaultConstrainedProperty
Returns:
Returns the nullable.
isNullable() - Method in NullableConstraint
isNullable() - Method in OneToMany
isNullable() - Method in PersistentProperty
Whether the property can be set to null
isNumberType(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Is the class a number
isObjectExpressionWhereCall(org.codehaus.groovy.ast.expr.Expression) - Method in DetachedCriteriaTransformer
isObservable(org.codehaus.groovy.ast.ClassNode) - Method in RxAstUtils
Is the given class an rx.Observable
isObservableOf(org.codehaus.groovy.ast.ClassNode, java.lang.Class) - Method in RxAstUtils
Return if the given class is an Observable of domain class
isObservableOfDomainClass(org.codehaus.groovy.ast.ClassNode) - Method in RxAstUtils
Return if the given class is an Observable of domain class
isolation - Field in ReadOnly
The transaction isolation level.
isolation - Field in Transactional
The transaction isolation level.
isOnValue() - Method in FunctionCallingCriterion
Whether the function is called on the value or on the property
isOpen() - Method in AbstractDatastorePersistenceContextInterceptor
isOpen() - Method in AggregatePersistenceContextInterceptor
isOrphanRemoval() - Method in Association
Returns:
Whether orphaned entities should be removed when cascading deletes to this association
isOwningEntity(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractPersistentEntity
isOwningEntity(org.grails.datastore.mapping.model.PersistentEntity) - Method in PersistentEntity
Returns whether the specified entity asserts ownership over this entity
isOwningSide() - Method in Association
Returns whether this side owns the relationship.
isOwningSide() - Method in Basic
isOwningSide() - Method in Embedded
isOwningSide() - Method in EmbeddedCollection
isOwningSide() - Method in ToOne
isPassword() - Method in Constrained
Returns:
Whether the value is a password or not
isPendingAlready(java.lang.Object) - Method in AbstractSession
isPendingAlready(T) - Method in SessionImplementor
Parameters:
obj - Whether the given object is already pending
isPendingAlready(java.lang.Object) - Method in SimpleMapSession
isPersistentEntity(java.lang.Object) - Method in AbstractMappingContext
isPersistentEntity(java.lang.Class) - Method in GormMappingConfigurationStrategy
Tests whether an class is a persistent entity
isPersistentEntity(java.lang.Class) - Method in MappingConfigurationStrategy
Tests whether the given class is a persistent entity
isPersistentEntity(java.lang.Object) - Method in MappingContext
Returns whether the specified value is a persistent entity
isPresent(java.lang.String, java.lang.ClassLoader) - Method in ClassUtils
Determine whether the java.lang.Class identified by the supplied name is present and can be loaded.
isPresent() - Method in DefaultServiceDefinition
isPresent() - Method in ServiceDefinition
Returns:
is the service present
isProperty(int) - Method in RelaxedDataBinder.BeanPath
isPropertyIndexed(org.grails.datastore.mapping.config.Property) - Method in NativeEntryEntityPersister
isPropertyIndexed(org.grails.datastore.mapping.config.Property) - Method in SimpleMapEntityPersister
isProxy(java.lang.Object) - Method in EntityProxyHandlerAdapter
isProxy(java.lang.Object) - Method in GroovyProxyFactory
Check our object has the correct meta class to be a proxy of this type.
isProxy(java.lang.Object) - Method in JavassistProxyFactory
isProxy(java.lang.Object) - Method in ProxyHandler
Checks whether the specified instance is a proxy
isProxy(java.lang.Object) - Method in ProxyHandlerAdapter
isProxy(java.lang.Object) - Method in RxJavassistProxyFactory
isProxyInitiated(java.lang.Object) - Method in AbstractObservableProxyMethodHandler
isProxyInitiated(java.lang.Object) - Method in AssociationQueryProxyHandler
isProxyInitiated(java.lang.Object) - Method in EntityProxyMethodHandler
isProxyInitiated() - Method in ProxyInstanceMetaClass
isProxyInitiated(java.lang.Object) - Method in SessionEntityProxyMethodHandler
isReachable(java.lang.Object, javax.validation.Path$Node, Class<?>, javax.validation.Path, java.lang.annotation.ElementType) - Method in MappingContextTraversableResolver
isReadableProperty(java.lang.String) - Method in ClassPropertyFetcher
isRealMethod(groovy.lang.MetaMethod) - Method in GormEnhancer
isRelationshipToMany(org.grails.datastore.mapping.model.PersistentEntity, Class<?>, java.util.Map) - Method in GormMappingConfigurationStrategy
Find out if the relationship is a 1-to-many or many-to-many.
isReleaseCandidate() - Method in Snapshot
isRollbackOnly() - Method in TransactionObject
isRoot() - Method in AbstractPersistentEntity
isRoot() - Method in PersistentEntity
Whether this entity is a root entity
isRxEntity(org.codehaus.groovy.ast.ClassNode) - Method in RxAstUtils
Whether the class node is an rx entity
isSchemaless() - Method in AbstractDatastore
isSchemaless() - Method in AbstractRxDatastoreClient
isSchemaless() - Method in AbstractSession
isSchemaless() - Method in Datastore
Whether the datastore is schema-less.
isSchemaless() - Method in QueryCreator
Returns:
Whether schemaless queries are allowed
isSessionTransactional(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.core.Datastore) - Method in DatastoreUtils
Return whether the given Datastore Session is transactional, that is, bound to the current thread by Spring's transaction facilities.
isSetter(org.codehaus.groovy.ast.MethodNode) - Method in AstUtils
isSetter(java.lang.String, org.codehaus.groovy.ast.MethodNode) - Method in DirtyCheckingTransformer
isSetter(java.lang.String, java.lang.Class) - Method in ReflectionUtils
isSharedConnection() - Method in MultiTenancySettings.MultiTenancyMode
Returns:
Whether a single shared connection is used
isSimpleType(java.lang.String) - Method in MappingFactory
isSingle(org.codehaus.groovy.ast.ClassNode) - Method in RxAstUtils
Is the given class a rx.Single
isSingleOf(org.codehaus.groovy.ast.ClassNode, java.lang.Class) - Method in RxAstUtils
Return if the given class is an Observable of domain class
isSingleOfDomainClass(org.codehaus.groovy.ast.ClassNode) - Method in RxAstUtils
Return if the given class is an Observable of domain class
isSingleton() - Method in InstanceFactoryBean
isSingleton() - Method in ServiceRegistryFactoryBean
isSnapshot() - Method in GrailsVersion
isSpockTest(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Whether the class is a Spock test
isStateless(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractSession
isStateless(org.grails.datastore.mapping.model.PersistentEntity) - Method in SessionImplementor
Returns:
Whether the session is stateless
isSubclassOf(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
Returns true if the given class name is a parent class of the given class
isSubclassOfOrImplementsInterface(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
isSynchronizedWithTransaction - Field in AbstractSession
isTenantId(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in AbstractGormMappingFactory
isTenantId(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in KeyValueMappingFactory
isTenantId(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Return whether the given property descriptor is the tenant id
isTestSetupOrCleanup(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractMethodDecoratingTransformation
isTransactionPresent(org.grails.datastore.mapping.core.Datastore) - Method in TransactionUtils
isTypeInstanceOfPropertyType(Class<?>, Class<?>) - Method in ReflectionUtils
isUnique() - Method in Property
Returns:
Whether the property should be unique
isUniqueWithinGroup() - Method in Property
Returns:
Whether the property is unique within a group
isUrl() - Method in Constrained
Returns:
Whether the value is a URL
isUrl() - Method in DefaultConstrainedProperty
Returns:
Returns the url.
isValid() - Method in AbstractConstraint
Return whether the constraint is valid for the owning class
isValid() - Method in Constraint
Return whether the constraint is valid for the owning class
isValidAnnotation(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.AnnotatedNode) - Method in AbstractGormASTTransformation
isValidAnnotation(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.AnnotatedNode) - Method in TenantTransform
isValidAnnotation(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.AnnotatedNode) - Method in TransactionalTransform
isValidInterface(java.lang.Class) - Method in DefaultServiceRegistry
isValidMappingStrategy(java.lang.Class, java.lang.Object) - Method in AbstractMappingContext
isValidParameter(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.Parameter, java.lang.String) - Method in AbstractServiceImplementer
Check whether the given parameter is a valid property of the domain class
isValidPropertyType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractProjectionImplementer
isValidSource(org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent) - Method in AbstractPersistenceEventListener
isValidSource(org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent) - Method in AutoTimestampEventListener
isValidSource(org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent) - Method in DomainEventListener
isVersioned() - Method in AbstractPersistentEntity
isVersioned() - Method in AbstractPersistentEntity.MappingProperties
isVersioned() - Method in Entity
Returns:
Whether this entity is versioned
isVersioned(org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
isVersioned() - Method in PersistentEntity
Is the entity versioned for optimistic locking.
isVetoed() - Method in PendingDeleteAdapter
isVetoed() - Method in PendingInsertAdapter
isVetoed() - Method in PendingOperation
Returns:
Whether the operation has been vetoed
isVetoed() - Method in PendingOperationAdapter
isVetoed() - Method in PendingUpdateAdapter
items - Field in ClassReader
The start index of each constant pool item in b, plus one.
IterableInterfaceProjectionBuilder - Trait in org.grails.datastore.gorm.services.implementers
Projection builder for iterable results like lists and arrays
IterableProjectionServiceImplementer - Interface in org.grails.datastore.gorm.services.implementers
For projections that return an iterable
IterableServiceImplementer - Interface in org.grails.datastore.gorm.services.implementers
An implementer that returns an iterable or an array
iterator() - Method in AbstractConnectionSources
iterator() - Method in AbstractPersistentCollection
iterator() - Method in AbstractResultList
Override to transform elements if necessary during iteration.
iterator() - Method in DetachedCriteria
iterator() - Method in PagedResultList
iterator - Field in PersistentList.PersistentListIterator
iterator() - Method in RelaxedNames
iterator() - Method in SoftServiceLoader
Returns:
The iterator
iterator() - Method in StaticConnectionSources
iteratorIndex - Field in AbstractResultList

J

javaClass - Field in AbstractPersistentEntity
javaClass - Field in DynamicFinderInvocation
JAVASIST_PROXY_FACTORY - Field in AbstractMappingContext
JavassistProxyFactory - Class in org.grails.datastore.mapping.proxy
A proxy factory that uses Javassist to create proxies
javaxValidate(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in ValidatedService
Validate the given method for the given arguments
JavaxValidatorRegistry - Class in org.grails.datastore.gorm.validation.javax
A validator registry that creates validators
JavaxValidatorRegistry(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings, org.springframework.context.MessageSource) - Constructor in JavaxValidatorRegistry
jndiName - Property in DataSourceSettings
The JNDI name
Join - Annotation Type in grails.gorm.services
Allow specifying the join to services
join(java.lang.String) - Method in AbstractCriteriaBuilder
join(java.lang.String, javax.persistence.criteria.JoinType) - Method in AbstractDetachedCriteria
Specifies whether a join query should be used (if join queries are supported by the underlying datastore)
join(java.lang.String, javax.persistence.criteria.JoinType) - Method in BuildableCriteria
Whether to join on an association
join(java.lang.String, javax.persistence.criteria.JoinType) - Method in CriteriaBuilder
join(java.lang.String) - Method in DetachedCriteria
join(java.lang.String, javax.persistence.criteria.JoinType) - Method in Query
Specifies whether a join query should be used (if join queries are supported by the underlying datastore)
joinString(java.lang.String, java.lang.String) - Method in RelaxedDataBinder
joinTypes - Field in AbstractDetachedCriteria
joinTypes - Field in Query
JPA_ENTITY_ANNOTATION_NODE - Field in GormEntityTransformation
JPA_ENTITY_CLASS_NODE - Field in GormEntityTransformation
JPA_ID_ANNOTATION_NODE - Field in GormEntityTransformation
JPA_TRANSIENT_ANNOTATION_NODE - Field in GormEntityTransformation
JPA_VERSION_ANNOTATION_NODE - Field in GormEntityTransformation
JpaEntity - Annotation Type in grails.gorm.annotation
A class annotation used to make a class into a GORM domain class.
JpaGormEntityTransformation - Class in org.grails.compiler.gorm
Enhanced GORM entity annotated with JPA annotations
JpaGormEntityTransformation() - Constructor in JpaGormEntityTransformation
JpaMappingConfigurationStrategy - Class in org.grails.datastore.mapping.model.config
JpaMappingConfigurationStrategy(org.grails.datastore.mapping.model.MappingFactory) - Constructor in JpaMappingConfigurationStrategy
JpaQueryBuilder - Class in org.grails.datastore.mapping.query.jpa
Builds JPA 1.0 String-based queries from the Query model
JpaQueryBuilder.QueryHandler - Interface in org.grails.datastore.mapping.query.jpa
JpaQueryBuilder(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Junction, org.grails.datastore.mapping.query.Query.ProjectionList, List<Query.Order>) - Constructor in JpaQueryBuilder
JpaQueryInfo - Class in org.grails.datastore.mapping.query.jpa
JpaQueryInfo(java.lang.String, java.util.List) - Constructor in JpaQueryInfo
JTDS - Enum Constant in DatabaseDriver
jTDS.
Junction(List<Criterion>) - Constructor in Query.Junction
junctions - Field in AbstractDetachedCriteria
JUNIT_ANNOTATION_NAMES - Field in AstAnnotationUtils

K

key - Field in AbstractSession.CollectionKey
key - Property in KeyValue
key - Field in OptimisticLockingException
key - Field in ProxyInstanceMetaClass
The key of the object.
keys - Field in AbstractPersistentCollection
keySet() - Method in PropertyResolverMap
keyspace - Property in Family
keyspace - Field in GormKeyValueMappingFactory
keyspace - Field in KeyValueMappingContext
keyspace - Field in KeyValueMappingFactory
KeyValue - Class in org.grails.datastore.mapping.keyvalue.mapping.config
KeyValue(java.lang.String) - Constructor in KeyValue
KeyValueClassMapping(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext) - Constructor in KeyValuePersistentEntity.KeyValueClassMapping
KeyValueEntry - Class in org.grails.datastore.mapping.keyvalue.engine
Authors:
Graeme Rocher
KeyValueEntry(java.lang.String) - Constructor in KeyValueEntry
KeyValueMappingContext - Class in org.grails.datastore.mapping.keyvalue.mapping.config
A MappingContext used to map objects to a Key/Value store
KeyValueMappingContext(java.lang.String, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Constructor in KeyValueMappingContext
Constructs a context using the given keyspace
KeyValueMappingFactory - Class in org.grails.datastore.mapping.keyvalue.mapping.config
Authors:
Graeme Rocher
KeyValueMappingFactory(java.lang.String) - Constructor in KeyValueMappingFactory
KeyValuePersistentEntity - Class in org.grails.datastore.mapping.keyvalue.mapping.config
Authors:
Graeme Rocher
KeyValuePersistentEntity.KeyValueClassMapping - Class in org.grails.datastore.mapping.keyvalue.mapping.config
KeyValuePersistentEntity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Constructor in KeyValuePersistentEntity

L

last(java.util.Map) - Method in GormEntity
Finds the last object.
last(java.util.Map) - Method in GormStaticApi
Finds the last object.
last(java.util.Map) - Method in GormStaticOperations
Finds the last object.
last() - Method in PersistentSortedSet
last(Map<String, Object>) - Method in RxEntity
Finds the last object.
last(java.util.Map) - Method in RxGormStaticApi
Finds the last object.
last(java.util.Map) - Method in RxGormStaticOperations
Finds the last object.
last() - Method in RxPersistentSortedSet
last(java.util.Map) - Method in TenantDelegatingGormOperations
last(java.util.Map) - Method in TenantDelegatingRxGormOperations
LAST_UPDATED - Field in GormProperties
LAST_UPDATED_PROPERTY - Field in AutoTimestampEventListener
lastIndexOf(java.lang.Object) - Method in PagedResultList
lastIndexOf(java.lang.Object) - Method in PersistentList
lastKey - Property in SimpleMapEntityPersister
lazy - Property in DataSourceSettings
Whether the data source is lazy
lazy - Property in Property
lazyQuery - Field in AbstractDetachedCriteria
le(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Used to restrict a value to be less than or equal to the given value
le(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
le(java.lang.String, java.lang.Object) - Method in Criteria
Used to restrict a value to be less than or equal to the given value
le(java.lang.String, java.lang.Object) - Method in DetachedCriteria
le(java.lang.String, java.lang.Object) - Method in Query
Used to restrict a value to be less than or equal to the given value
leAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractCriteriaBuilder
Creates a subquery criterion that ensures the given property is less than all the given returned values
leAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractDetachedCriteria
leAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Criteria
Creates a subquery criterion that ensures the given property is less than all the given returned values
leAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in DetachedCriteria
leProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Constraints a property to be less than or equal to a specified other property
leProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
leProperty(java.lang.String, java.lang.String) - Method in Criteria
Constrains a property to be less than or equal to a specified other property
leProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
leProperty(java.lang.String, java.lang.String) - Method in Restrictions
Constraints a property to be less than or equal to a specified other property
leSome(java.lang.String, Closure<?>) - Method in AbstractCriteriaBuilder
leSome(java.lang.String, Closure<?>) - Method in AbstractDetachedCriteria
leSome(java.lang.String, Closure<?>) - Method in Criteria
Creates a subquery criterion that ensures the given property is less than or equal to some of the given values
leSome(java.lang.String, Closure<?>) - Method in DetachedCriteria
LessThan(java.lang.String) - Constructor in MethodExpression.LessThan
LessThan(java.lang.String, java.lang.Object) - Constructor in Query.LessThan
LessThanAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.LessThanAll
LessThanEquals(java.lang.String) - Constructor in MethodExpression.LessThanEquals
LessThanEquals(java.lang.String, java.lang.Object) - Constructor in Query.LessThanEquals
LessThanEqualsAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.LessThanEqualsAll
LessThanEqualsProperty(java.lang.String, java.lang.String) - Constructor in Query.LessThanEqualsProperty
LessThanEqualsSome(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.LessThanEqualsSome
LessThanProperty(java.lang.String, java.lang.String) - Constructor in Query.LessThanProperty
LessThanSome(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.LessThanSome
like(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Creates an like Criterion based on the specified property name and value.
like(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
like(java.lang.String, java.lang.Object) - Method in Criteria
Creates a like Criterion based on the specified property name and value
like(java.lang.String, java.lang.Object) - Method in DetachedCriteria
Like(java.lang.String) - Constructor in MethodExpression.Like
like(java.lang.String, java.lang.String) - Method in Query
Restricts the results by the given properties value
Like(java.lang.String, java.lang.String) - Constructor in Query.Like
like(java.lang.String, java.lang.String) - Method in Restrictions
Restricts the property match the given String expressions.
list(java.util.Map, groovy.lang.Closure) - Method in BuildableCriteria
Defines and executes a list query in a single call.
list(groovy.lang.Closure) - Method in CriteriaBuilder
Converts the observable to another observable that outputs the complete list.
list(java.util.Map, groovy.lang.Closure) - Method in DetachedCriteria
Converts the observable to another observable that outputs the complete list.
list() - Method in GormEntity
List all entities
list(java.util.Map, groovy.lang.Closure) - Method in GormQueryOperations
Lists all records matching the criterion contained within this DetachedCriteria instance
list() - Method in GormStaticApi
List all entities
list() - Method in GormStaticOperations
List all entities
list - Field in InListConstraint
list(java.util.Map, groovy.lang.Closure) - Method in NamedCriteriaProxy
list - Field in PersistentList
list() - Method in Query
Executes the query returning zero or many results as a list.
list() - Method in QueryableCriteria
List all results
list(java.util.Map) - Method in RxEntity
List all entities and return an observable
list(java.util.Map) - Method in RxGormStaticApi
list(java.util.Map) - Method in RxGormStaticOperations
List all entities and return an observable
list() - Method in TenantDelegatingGormOperations
list(java.util.Map) - Method in TenantDelegatingRxGormOperations
listDirtyPropertyNames() - Method in DirtyCheckable
Returns:
A list of the dirty property names
listDistinct(groovy.lang.Closure) - Method in BuildableCriteria
Defines and executes a list distinct query in a single call.
listDistinct(groovy.lang.Closure) - Method in CriteriaBuilder
listDistinct(java.util.Map, groovy.lang.Closure) - Method in NamedCriteriaProxy
listeners - Field in AbstractConnectionSources
listIterator(int) - Method in AbstractResultList
listIterator(int) - Method in PagedResultList
listIterator(int) - Method in PersistentList
ListOrderByFinder - Class in org.grails.datastore.gorm.finders
The "listOrderBy*" static persistent method.
ListOrderByFinder(org.grails.datastore.mapping.core.Datastore) - Constructor in ListOrderByFinder
load() - Method in DefaultServiceDefinition
load(java.io.Serializable) - Method in GormEntity
Retrieves an object from the datastore as a proxy. eg.
load(java.io.Serializable) - Method in GormStaticApi
Retrieves an object from the datastore as a proxy. eg.
load(java.io.Serializable) - Method in GormStaticOperations
Retrieves an object from the datastore as a proxy. eg.
load() - Method in ServiceDefinition
Returns:
load the service
load(Class<T>) - Method in ServiceTransformation
load(Class<S>, java.lang.ClassLoader, Predicate<String>) - Method in SoftServiceLoader
Creates a new SoftServiceLoader using the given type and class loader.
load(java.io.Serializable) - Method in TenantDelegatingGormOperations
loadAnnotationDefined(org.codehaus.groovy.ast.AnnotationNode, java.lang.String, java.util.List, java.lang.Class) - Method in ServiceTransformation
loadAsmVersion() - Method in AnnotationMetadataReader.EmptyAnnotationVisitor
loadDataServices(java.lang.String) - Method in AbstractDatastoreInitializer
LOADED_IMPLEMENTORS - Field in ServiceTransformation
loaded - Field in SoftServiceLoader
loadedClass - Field in DefaultServiceDefinition
loadedEntities - Field in QueryState
loadedServices - Field in SoftServiceLoader
loadEmbeddedCollection(org.grails.datastore.mapping.model.types.EmbeddedCollection, org.grails.datastore.mapping.engine.EntityAccess, java.lang.Object, java.lang.String) - Method in NativeEntryEntityPersister
Implementors who want to the ability to read embedded collections should implement this method
loadEmbeddedCollectionKeys(org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.engine.EntityAccess, T) - Method in NativeEntryEntityPersister
Implementors who want to support one-to-many associations embedded should implement this method
loadInverseChildKeys(org.grails.datastore.mapping.core.Session, java.lang.Class, java.util.Collection) - Method in AbstractPersistentCollection
loadServiceClass(Class<Service>) - Method in AbstractDatastoreInitializer
loadServices() - Method in DefaultServiceRegistry
LocalDateConverter - Trait in grails.gorm.time
A trait to convert a java.time.LocalDate to and from a long
LocalDateTimeConverter - Trait in grails.gorm.time
A trait to convert a java.time.LocalDateTime to and from a long
LocalTimeConverter - Trait in grails.gorm.time
A trait to convert a java.time.LocalTime to and from a long
lock(java.lang.Class, java.io.Serializable) - Method in AbstractSession
lock() - Method in DelegatingGormEntityApi
lock(java.io.Serializable) - Method in GormEntity
Locks an instance for an update
lock() - Method in GormEntityApi
Upgrades an existing persistence instance to a write lock
lock(D) - Method in GormInstanceApi
Upgrades an existing persistence instance to a write lock
lock(D) - Method in GormInstanceOperations
Upgrades an existing persistence instance to a write lock
lock(D) - Method in GormStaticApi
lock(java.io.Serializable) - Method in GormStaticOperations
Locks an instance for an update
lock(java.io.Serializable, int) - Method in LockableEntityPersister
Acquire a lock using the given identifier and timeout delay
lock(java.io.Serializable, int) - Method in NativeEntryEntityPersister
lock(javax.persistence.LockModeType) - Method in Query
Specifies whether the query should obtain a pessimistic lock
lock(Class<T>, java.io.Serializable) - Method in Session
Retrieves an individual object, using a write lock to prevent loss of updates
lock(java.io.Serializable) - Method in TenantDelegatingGormOperations
LockableEntityPersister - Class in org.grails.datastore.mapping.engine
Abstract base class for entity persisters that support locking.
LockableEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.Session, org.springframework.context.ApplicationEventPublisher) - Constructor in LockableEntityPersister
lockedObjects - Field in AbstractSession
lockEntry(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.io.Serializable, int) - Method in NativeEntryEntityPersister
Subclasses can override to provide locking semantics
lockResult - Field in Query
LOG - Field in AbstractDatastore
LOG - Field in AbstractDatastorePersistenceContextInterceptor
LOG - Field in ConstrainedPropertyBuilder
log - Field in CustomizableRollbackTransactionAttribute
LOG - Field in DataSourceConnectionSource
LOG - Field in DefaultConstraintEvaluator
LOG - Field in EventTriggerCaller
LOG - Field in IdentifierObservableProxyMethodHandler
LOG - Field in IdQueryObservableProxyMethodHandler
LOG - Field in OpenSessionInViewInterceptor
LOG - Field in QueryObservableProxyMethodHandler
LOG - Field in SessionEntityProxyMethodHandler
logger - Field in DatastoreUtils
LOGICAL_AND - Field in JpaQueryBuilder
LOGICAL_OR - Field in JpaQueryBuilder
logicalExpressionStack - Field in AbstractCriteriaBuilder
logicalName - Field in JpaQueryBuilder
logSql - Property in DataSourceSettings
Whether to log SQL
logTransformationError(org.codehaus.groovy.ast.ASTNode, java.lang.Exception) - Method in DetachedCriteriaTransformer
LONG - Field in ClassReader
The type of CONSTANT_Long constant pool items.
LongArrayToLongArrayConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
LongArrayToLongArrayConverter() - Constructor in LongArrayToLongArrayConverter
lookupById() - Method in AbstractDetachedCriteriaServiceImplementor
Whether lookup by id is allowed by this implementation
lookupById() - Method in AbstractProjectionImplementer
lookupById() - Method in CountImplementer
lookupById() - Method in FindAllImplementer
lookupMappingContext() - Method in GormEntity
LOWERCASE - Enum Constant in RelaxedNames.Variation
LOWEST_PRECEDENCE - Field in OrderedComparator
Useful constant for the lowest precedence value.
lt(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Used to restrict a value to be less than or equal to the given value
lt(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
lt(java.lang.String, java.lang.Object) - Method in Criteria
Used to restrict a value to be less than or equal to the given value
lt(java.lang.String, java.lang.Object) - Method in DetachedCriteria
lt(java.lang.String, java.lang.Object) - Method in Query
Used to restrict a value to be less than the given value
lt(java.lang.String, java.lang.Object) - Method in Restrictions
Used to restrict a value to be less than the given value
ltAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractCriteriaBuilder
Creates a subquery criterion that ensures the given property is less than all the given returned values
ltAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractDetachedCriteria
ltAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Criteria
Creates a subquery criterion that ensures the given property is less than all the given returned values
ltAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in DetachedCriteria
lte(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Used to restrict a value to be less than or equal to the given value
lte(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
lte(java.lang.String, java.lang.Object) - Method in Criteria
Used to restrict a value to be less than or equal to the given value
lte(java.lang.String, java.lang.Object) - Method in DetachedCriteria
lte(java.lang.String, java.lang.Object) - Method in Query
Used to restrict a value to be less than or equal to the given value
lte(java.lang.String, java.lang.Object) - Method in Restrictions
Used to restrict a value to be less than or equal to the given value
ltProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Constraints a property to be less than a specified other property
ltProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
ltProperty(java.lang.String, java.lang.String) - Method in Criteria
Constrains a property to be less than a specified other property
ltProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
ltProperty(java.lang.String, java.lang.String) - Method in Restrictions
Constraints a property to be less than a specified other property
ltSome(java.lang.String, Closure<?>) - Method in AbstractCriteriaBuilder
ltSome(java.lang.String, Closure<?>) - Method in AbstractDetachedCriteria
ltSome(java.lang.String, Closure<?>) - Method in Criteria
Creates a subquery criterion that ensures the given property is less than some of the given values
ltSome(java.lang.String, Closure<?>) - Method in DetachedCriteria

M

major - Property in GrailsVersion
The major version
make() - Method in FieldEntityAccess.FieldEntityReflector.ReaderAndWriterMaker
makeAccessible(java.lang.reflect.Method) - Method in ReflectionUtils
Make the given method accessible, explicitly setting it accessible if necessary.
makeClosureAwareOfArguments(org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.ClosureExpression) - Method in AstUtils
Makes a closure aware of the given methods arguments
makeDelegatingClosureCall(org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.expr.ArgumentListExpression, org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.VariableScope) - Method in AbstractMethodDecoratingTransformation
Construct a method call that wraps an original call with a closure invocation
ManualEntityOrdering - Class in org.grails.datastore.mapping.query.order
Manual implementation of query ordering for datastores that don't support native ordering.
ManualEntityOrdering(org.grails.datastore.mapping.model.PersistentEntity) - Constructor in ManualEntityOrdering
ManualProjections - Class in org.grails.datastore.mapping.query.projections
Implements common projections in-memory given a set of results.
ManualProjections(org.grails.datastore.mapping.model.PersistentEntity) - Constructor in ManualProjections
ManyToMany - Class in org.grails.datastore.mapping.model.types
Models a many-to-many association between one class and another
ManyToMany(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in ManyToMany
ManyToOne - Class in org.grails.datastore.mapping.model.types
Models a many-to-one association
ManyToOne(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in ManyToOne
map - Field in ClosureToMapPopulator
map - Field in RelaxedDataBinder.MapHolder
MapHolder(Map<String,Object>) - Constructor in RelaxedDataBinder.MapHolder
mapIndex(int) - Method in RelaxedDataBinder.BeanPath
mapIndex() - Method in RelaxedDataBinder.BeanPath.PropertyNode
MapIndexNode(java.lang.String) - Constructor in RelaxedDataBinder.BeanPath.MapIndexNode
MAPPED_BY - Field in GormProperties
MAPPED_BY_NONE - Field in GormMappingConfigurationStrategy
mappedForm - Field in DocumentPersistentEntity.DocumentCollectionMapping
mappedForm - Field in KeyValuePersistentEntity
mappedForm - Field in MappingFactory
mappedPropertiesByName - Field in AbstractPersistentEntity
mapping - Property in ConnectionSourceSettings.DefaultSettings
The default mapping
MAPPING - Field in GormProperties
MAPPING_STRATEGY - Field in GormProperties
MappingConfigurationBuilder - Interface in org.grails.datastore.mapping.config.groovy
Interface for objects that build a mapping configuration
MappingConfigurationStrategy - Interface in org.grails.datastore.mapping.model
MappingContext - Interface in org.grails.datastore.mapping.model
MappingContext.Listener - Interface in org.grails.datastore.mapping.model
Implementors can register for events when the mapping context changes
mappingContext - Field in AbstractDatastore
mappingContext - Field in AbstractRxDatastoreClient
mappingContext - Field in AbstractSession
mappingContext - Field in ConstrainedPropertyBuilder
mappingContext - Field in DefaultConstraintEvaluator
mappingContext - Property in DefaultValidatorRegistry
mappingContext - Field in DynamicFinder
mappingContext - Field in EntityPersister
mappingContext - Field in GormValidationApi
mappingContext - Property in MappingContextAwareConstraintFactory
mappingContext - Property in MappingContextTraversableResolver
MappingContextAwareConstraintFactory - Class in org.grails.datastore.gorm.validation.constraints
A constraint that restricts constraints to be applicable only to a given MappingContext
MappingContextAwareConstraintFactory(Class<? extends Constraint>, org.springframework.context.MessageSource, org.grails.datastore.mapping.model.MappingContext, List<Class>) - Constructor in MappingContextAwareConstraintFactory
MappingContextTraversableResolver - Class in org.grails.datastore.gorm.validation.javax
A javax.validation.TraversableResolver that uses the MappingContext to establish whether validation can cascade
MappingContextTraversableResolver(org.grails.datastore.mapping.model.MappingContext) - Constructor in MappingContextTraversableResolver
MappingDefinition - Interface in org.grails.datastore.mapping.config
A mapping definition
MappingFactory - Class in org.grails.datastore.mapping.model
mappingFactory - Field in DocumentMappingContext
mappingFactory - Field in KeyValueMappingContext
mappingStrategy - Field in AbstractPersistentEntity
MappingUtils - Class in org.grails.datastore.mapping.engine.internal
Utility methods for mapping logic.
mapToPropertyResolver(Map<String,Object>) - Method in AbstractDatastore
mapX(Map<String, ? extends Expression>) - Method in AstUtils
Builds a map
MARIADB - Enum Constant in DatabaseDriver
Maria DB.
markDirty() - Method in AbstractPersistentCollection
markDirty - Property in ConnectionSourceSettings
Whether to mark instances dirty on explicit save()
markDirty(java.lang.String, java.lang.Object, java.lang.Object) - Method in DirtyCheckable
Marks the given property name as dirty
markDirty - Property in GormEnhancer
markDirty - Property in GormInstanceApi
markDirty() - Method in PersistentCollection
Mark the collection as dirty.
matches - Property in DefaultConstrainedProperty
MatchesConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates the property against a supplied regular expression.
MatchesConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in MatchesConstraint
matchProductName(java.lang.String) - Method in DatabaseDriver
MatchSpec - Class in org.grails.datastore.gorm.finders
A match spec details a matched finder
MatchSpec(java.lang.String, java.lang.String, java.lang.String, int, List<MethodExpression>) - Constructor in MatchSpec
max(java.lang.String) - Method in AbstractCriteriaBuilder
Computes the max value of a property
max(java.lang.String) - Method in AbstractDetachedCriteria
Adds a min projection
max(java.lang.String) - Method in AbstractDetachedCriteria.DetachedProjections
max - Property in DefaultConstrainedProperty
max(java.lang.String) - Method in DetachedCriteria
max(java.util.Collection, java.lang.String) - Method in ManualProjections
Calculates the maximum value of a property
max(java.lang.String) - Method in ProjectionList
Computes the max value of a property
max(java.lang.String) - Method in Projections
Computes the max value of a property
max - Property in Property
Returns:
The maximum value
max - Field in Query
max(java.lang.String) - Method in Query.ProjectionList
Computes the max value of a property
MAX_VALUE - Field in MultiTenancySettings.MultiTenancyMode
MaxConstraint - Class in org.grails.datastore.gorm.validation.constraints
Implements a maximum value constraint.
MaxConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in MaxConstraint
MaxProjection(java.lang.String) - Constructor in Query.MaxProjection
maxResults(int) - Method in Query
Defines the maximum number of results to return
maxSize - Property in DefaultConstrainedProperty
maxSize - Field in MaxSizeConstraint
maxSize - Property in Property
Returns:
The maximum size
MaxSizeConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates maximum size or length of the property, for strings and arrays this is the length and collections the size.
MaxSizeConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in MaxSizeConstraint
maxStringLength - Field in ClassReader
Maximum length of the strings contained in the constant pool of the class.
maxValue - Field in MaxConstraint
maybeGetDriverClassName() - Method in DataSourceBuilder
merge(java.util.Map) - Method in DelegatingGormEntityApi
merge(D) - Method in GormEntity
Merges an instance with the current session
merge(java.util.Map) - Method in GormEntityApi
Saves an object the datastore
merge(D, java.util.Map) - Method in GormInstanceApi
Saves an object the datastore
merge(D, java.util.Map) - Method in GormInstanceOperations
Saves an object the datastore
merge(D, java.util.Map) - Method in GormStaticApi
merge(D) - Method in GormStaticOperations
Merges an instance with the current session
merge(D) - Method in TenantDelegatingGormOperations
messageInterpolator(javax.validation.MessageInterpolator) - Method in GormValidatorFactoryAdapter.GormValidatorContext
messageSource - Field in AbstractConstraint
messageSource - Property in DefaultConstraintFactory
messageSource - Field in DefaultConstraintRegistry
messageSource - Property in DefaultValidatorRegistry
messageSource - Property in PersistentEntityValidator
META_CLASS - Field in GormProperties
META_CLASS_PROPERTY - Field in GroovyObjectMethodHandler
META_INF_SERVICES - Field in SoftServiceLoader
metaClass - Field in GroovyObjectMethodHandler
MetaClassUtils - Class in org.grails.datastore.mapping.reflect
metaConstraints - Field in DefaultConstrainedProperty
metaMethod - Field in MethodInvokingClosure
MetaMethodCaller(groovy.lang.MetaMethod) - Constructor in EventTriggerCaller.MetaMethodCaller
metaProperties - Field in ClassPropertyFetcher
metaProperty - Field in EventTriggerCaller.MetaPropertyClosureCaller
MetaPropertyClosureCaller(groovy.lang.MetaProperty) - Constructor in EventTriggerCaller.MetaPropertyClosureCaller
METH - Field in ClassReader
The type of CONSTANT_Methodref constant pool items.
method - Field in EventTriggerCaller.MetaMethodCaller
method - Field in EventTriggerCaller.MethodCaller
METHOD_EXECUTE - Field in TransactionalTransform
method - Field in FieldEntityAccess.FieldEntityReflector.ReflectionMethodWriter
method - Field in FieldEntityAccess.FieldEntityReflector.ReflectMethodReader
METHOD_GET_DATASTORE_FOR_CONNECTION - Field in AbstractDatastoreMethodDecoratingTransformation
METHOD_GET_TARGET_DATASTORE - Field in AbstractDatastoreMethodDecoratingTransformation
METHOD_NAME_EXCLUDES - Field in AbstractMethodDecoratingTransformation
METHOD_NAME_MARK_DIRTY - Field in DirtyCheckingTransformer
METHOD_PATTERN - Field in CountByFinder
METHOD_PATTERN - Field in FindAllByBooleanFinder
METHOD_PATTERN - Field in FindAllByFinder
METHOD_PATTERN - Field in FindByBooleanFinder
METHOD_PATTERN - Field in FindByFinder
METHOD_PATTERN - Field in FindOrCreateByFinder
METHOD_PATTERN - Field in FindOrSaveByFinder
METHOD_PATTERN - Field in ListOrderByFinder
METHOD_TO_SUBQUERY_MAP - Field in DetachedCriteriaTransformer
MethodCaller(java.lang.reflect.Method) - Constructor in EventTriggerCaller.MethodCaller
methodCallExpressions - Property in MatchSpec
The method call expressions
methodExpressinPattern - Field in DynamicFinder
MethodExpression - Class in org.grails.datastore.gorm.finders
Method expression used to evaluate a dynamic finder.
MethodExpression.Between - Class in org.grails.datastore.gorm.finders
MethodExpression.Equal - Class in org.grails.datastore.gorm.finders
MethodExpression.GreaterThan - Class in org.grails.datastore.gorm.finders
MethodExpression.GreaterThanEquals - Class in org.grails.datastore.gorm.finders
MethodExpression.Ilike - Class in org.grails.datastore.gorm.finders
MethodExpression.InList - Class in org.grails.datastore.gorm.finders
MethodExpression.InRange - Class in org.grails.datastore.gorm.finders
MethodExpression.IsEmpty - Class in org.grails.datastore.gorm.finders
MethodExpression.IsNotEmpty - Class in org.grails.datastore.gorm.finders
MethodExpression.IsNotNull - Class in org.grails.datastore.gorm.finders
MethodExpression.IsNull - Class in org.grails.datastore.gorm.finders
MethodExpression.LessThan - Class in org.grails.datastore.gorm.finders
MethodExpression.LessThanEquals - Class in org.grails.datastore.gorm.finders
MethodExpression.Like - Class in org.grails.datastore.gorm.finders
MethodExpression.NotEqual - Class in org.grails.datastore.gorm.finders
MethodExpression.NotInList - Class in org.grails.datastore.gorm.finders
MethodExpression.Rlike - Class in org.grails.datastore.gorm.finders
MethodExpression(java.lang.String) - Constructor in MethodExpression
methodExpressions - Field in DynamicFinder
MethodInvokingClosure - Class in org.grails.datastore.gorm.internal
Not public API.
MethodInvokingClosure(java.lang.Object, java.lang.String, java.lang.Class) - Constructor in MethodInvokingClosure
MethodKey - Class in org.grails.datastore.gorm.validation.javax
A method key used to store information about a method
MethodKey(java.lang.String, java.lang.Class) - Constructor in MethodKey
methodMissing(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
Method missing handler that deals with the invocation of dynamic finders
methodMissing(java.lang.String, java.lang.Object) - Method in Entity
methodMissing(java.lang.String, java.lang.Object) - Method in GormQueryOperations
Method missing handler for dynamic finders
methodMissing(java.lang.String, java.lang.Object) - Method in GormStaticApi
Method missing handler that deals with the invocation of dynamic finders
methodMissing(java.lang.String, java.lang.Object) - Method in GormStaticOperations
Handles static method missing for dynamic finders
methodMissing(java.lang.String, java.lang.Object) - Method in NamedCriteriaProxy
methodMissing(java.lang.String, java.lang.Object) - Method in NamedQueriesBuilder
methodMissing(java.lang.String, java.lang.Object) - Method in RxGormStaticApi
methodMissing(java.lang.String, java.lang.Object) - Method in TenantDelegatingGormOperations
methodName - Field in DynamicFinderInvocation
methodName - Property in MatchSpec
The full method name
methodName - Field in MethodInvokingClosure
methods - Field in AbstractGormApi
MethodValidationImplementer - Class in org.grails.datastore.gorm.validation.javax.services.implementers
Adds method parameter validation to Service instances
MethodValidationImplementer() - Constructor in MethodValidationImplementer
MILESTONE - Field in Snapshot
min(java.lang.String) - Method in AbstractCriteriaBuilder
Computes the min value of a property
min(java.lang.String) - Method in AbstractDetachedCriteria
Adds a sum projection
min(java.lang.String) - Method in AbstractDetachedCriteria.DetachedProjections
min - Property in DefaultConstrainedProperty
min(java.lang.String) - Method in DetachedCriteria
min(java.util.Collection, java.lang.String) - Method in ManualProjections
Calculates the minimum value of a property
min(java.lang.String) - Method in ProjectionList
Computes the min value of a property
min(java.lang.String) - Method in Projections
Computes the min value of a property
min - Property in Property
Returns:
The minimum value
min(java.lang.String) - Method in Query.ProjectionList
Computes the min value of a property
MIN_VALUE - Field in MultiTenancySettings.MultiTenancyMode
MinConstraint - Class in org.grails.datastore.gorm.validation.constraints
Implements a minimum value constraint.
MinConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in MinConstraint
minor - Property in GrailsVersion
The minor version
MinProjection(java.lang.String) - Constructor in Query.MinProjection
minSize - Property in DefaultConstrainedProperty
minSize - Field in MinSizeConstraint
minSize - Property in Property
Returns:
The minimum size
MinSizeConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates minimum size or length of the property, for strings and arrays this is the length and collections the size.
MinSizeConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in MinSizeConstraint
minValue - Field in MinConstraint
MockTransaction(org.grails.datastore.mapping.simple.SimpleMapSession) - Constructor in SimpleMapSession.MockTransaction
mode - Property in MultiTenancySettings
The default multi tenancy mode
ModificationTrackingEntityAccess - Class in org.grails.datastore.mapping.engine
Tracks modifications to the entity access, this allows synchronization of state for Hibernate for example
ModificationTrackingEntityAccess(org.grails.datastore.mapping.engine.EntityAccess) - Constructor in ModificationTrackingEntityAccess
modifiedProperties - Property in ModificationTrackingEntityAccess
The modified properties
modifyProperties(org.springframework.beans.MutablePropertyValues, java.lang.Object) - Method in RelaxedDataBinder
Modify the property values so that period separated property paths are valid for map keys.
modifyProperty(org.springframework.beans.BeanWrapper, org.springframework.beans.PropertyValue) - Method in RelaxedDataBinder
moveInterceptorBeansToManagedList(org.springframework.beans.factory.support.BeanDefinitionRegistry, Collection<String>) - Method in PersistenceContextInterceptorAggregator
moveOriginalCodeToNewMethod(org.codehaus.groovy.ast.MethodNode, java.lang.String, org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit, Map<String, ClassNode>) - Method in AbstractMethodDecoratingTransformation
MTYPE - Field in ClassReader
The type of CONSTANT_MethodType constant pool items.
MultipleConnectionSourceCapableDatastore - Interface in org.grails.datastore.mapping.core.connections
A Datastore capable of configuring multiple Datastore with individually named ConnectionSource instances
multiTenancy - Property in ConnectionSourceSettings
The settings for Multi Tenancy
multiTenancyMode - Field in AbstractMappingContext
multiTenancyMode - Property in AbstractRxDatastoreClient
multiTenancyMode - Field in GormStaticApi
multiTenancyMode - Field in RxGormStaticApi
multiTenancyMode - Field in SimpleMapDatastore
MultiTenancySettings - Class in org.grails.datastore.mapping.multitenancy
Represents the multi tenancy settings
MultiTenancySettings.MultiTenancyMode - Enum in org.grails.datastore.mapping.multitenancy
The multi-tenancy mode
MultiTenancySettings() - Constructor in MultiTenancySettings
MultiTenant - Trait in grails.gorm.rx
A trait for domain classes that should be treated as multi tenant
MultiTenantCapableDatastore - Interface in org.grails.datastore.mapping.multitenancy
An implementation that is capable of multi tenancy
MultiTenantConnection - Class in org.grails.datastore.gorm.jdbc
Allows restoring the target schema prior to releasing the connection to the pool in Multi-Tenant environment
MultiTenantConnection(java.sql.Connection, org.grails.datastore.gorm.jdbc.schema.SchemaHandler) - Constructor in MultiTenantConnection
MultiTenantDataSource - Class in org.grails.datastore.gorm.jdbc
A data source that wraps a target datasource for multi-tenancy
MultiTenantDataSource(javax.sql.DataSource, java.lang.String) - Constructor in MultiTenantDataSource
multiTenantDatastore() - Method in AbstractServiceImplementer
Returns:
The datastore expression
multiTenantDatastore() - Method in DefaultTenantService
MultiTenantEventListener - Class in org.grails.gorm.rx.events
Multi tenant event listener for RxGORM
MultiTenantEventListener(org.grails.datastore.rx.RxDatastoreClient) - Constructor in MultiTenantEventListener
mutex(groovy.lang.Closure) - Method in DelegatingGormEntityApi
mutex(groovy.lang.Closure) - Method in GormEntity
Locks the instance for updates for the scope of the passed closure
mutex(groovy.lang.Closure) - Method in GormEntityApi
Locks the instance for updates for the scope of the passed closure
mutex(D, Closure<T>) - Method in GormInstanceApi
Locks the instance for updates for the scope of the passed closure
mutex(D, Closure<T>) - Method in GormInstanceOperations
Locks the instance for updates for the scope of the passed closure
mutex(D, Closure<T>) - Method in GormStaticApi
mutex(D, Closure<T>) - Method in TenantDelegatingGormOperations
MY_TYPE - Field in DirtyCheckTransformation
MY_TYPE - Field in GormEntityTransformation
MY_TYPE - Field in JpaGormEntityTransformation
MY_TYPE_NAME - Field in DirtyCheckTransformation
MY_TYPE - Field in RollbackTransform
MY_TYPE - Field in ServiceTransformation
MY_TYPE - Field in TransactionalTransform
MYSQL - Enum Constant in DatabaseDriver
MySQL.

N

N0_PARAMETER - Field in TenantTransform
name - Field in AbstractPersistentProperty
name - Field in DefaultConnectionSource
name - Property in DefaultConstraintFactory
name - Field in DefaultServiceDefinition
name - Field in MethodKey
name - Property in Property
name - Field in PropertyOrigin
name - Field in Query.PropertyNameCriterion
name(int) - Method in RelaxedDataBinder.BeanPath
name - Field in RelaxedDataBinder.BeanPath.PathNode
name - Field in RelaxedNames
name - Field in Service
Returns:
The name of the service, by default this will the class name decapitalized. ie.
NAME_TYPE - Field in ClassReader
The type of CONSTANT_NameAndType constant pool items.
NAME - Field in UniqueConstraint
nameAliases - Field in RelaxedDataBinder
NAMED_QUERIES - Field in GormEnhancer
NAMED_QUERIES - Field in GormProperties
namedArgs(Map<String, ? extends Expression>) - Method in AstMethodDispatchUtils
Create named arguments
namedCriteriaParams - Field in NamedCriteriaProxy
NamedCriteriaProxy - Class in org.grails.datastore.gorm.query
Handles named queries
NamedCriteriaProxy(groovy.lang.Closure, org.grails.datastore.mapping.model.PersistentEntity, java.util.List) - Constructor in NamedCriteriaProxy
namedQueries - Field in NamedQueriesBuilder
NamedQueriesBuilder - Class in org.grails.datastore.gorm.query
Handles creation of named queries
NamedQueriesBuilder() - Constructor in NamedQueriesBuilder
namePrefix - Field in RelaxedDataBinder
NameUtils - Class in org.grails.datastore.mapping.reflect
Authors:
Graeme Rocher
NATIVE - Enum Constant in ValueGenerator
Generated natively from the underlying datastore
nativeEntry - Field in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
nativeEntry - Field in PendingOperationAdapter
NativeEntryEntityPersister - Class in org.grails.datastore.mapping.engine
Provides an implementation of the EntityPersister class that reads and writes against a native datastore type specified by the generic type parameter T
NativeEntryEntityPersister.NativeEntryModifyingEntityAccess - Class in org.grails.datastore.mapping.engine
NativeEntryEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.Session, org.springframework.context.ApplicationEventPublisher, TPCacheAdapterRepository<T>) - Constructor in NativeEntryEntityPersister
NativeEntryModifyingEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Constructor in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
nativeEvent - Field in AbstractPersistenceEvent
nativeInterface - Field in SessionOnlyTransaction
nativeKey - Field in PendingOperationAdapter
ne(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Creates a "not equals" Criterion based on the specified property name and value.
ne(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
ne(java.lang.String, java.lang.Object) - Method in Criteria
Creates a "not equals" Criterion based on the specified property name and value
ne(java.lang.String, java.lang.Object) - Method in DetachedCriteria
ne(java.lang.String, java.lang.Object) - Method in Restrictions
negateResults(java.util.List) - Method in SimpleMapQuery
negation(Junction) - Method in Query
neProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Constraints a property to be not equal to a specified other property
neProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria#neProperty(java.lang.String, java.lang.String)
neProperty(java.lang.String, java.lang.String) - Method in Criteria
Constrains a property to be not equal to a specified other property
neProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
neProperty(java.lang.String, java.lang.String) - Method in Restrictions
Constraints a property to be not equal to a specified other property
newChildBuilder(java.lang.Object, java.lang.String) - Method in ConfigurationBuilder
Subclasses can override for when a new child builder is created
newChildBuilderForFallback(java.lang.Object, java.lang.Object) - Method in ConfigurationBuilder
newConnectionSource(ConnectionSource<T, S>) - Method in ConnectionSourcesListener
Triggered when a new connection source is added at runtime
newConstrainedPropertyBuilder(Class<?>) - Method in ConstraintsEvaluator
Obtains a new builder from this evaluator
newConstrainedPropertyBuilder(Class<?>) - Method in DefaultConstraintEvaluator
newDefinition(java.util.Map) - Method in DefaultTransactionService
newEntityInstance(org.grails.datastore.mapping.model.PersistentEntity) - Method in EntityPersister
newInstance() - Method in AbstractDetachedCriteria
newInstance() - Method in AbstractPersistentEntity
newInstance() - Method in DetachedCriteria
newInstance() - Method in PersistentEntity
Constructs a new instance
newInstance(java.lang.String, org.springframework.validation.Errors) - Method in ValidationException
newMap(java.lang.Object) - Method in DetachedCriteriaTransformer
newProperty() - Method in Collection
newProperty() - Method in Entity
newProperty() - Method in Family
newService(java.lang.String, Optional<Class>) - Method in SoftServiceLoader
Parameters:
name - The name
newSession - Field in SpringSessionSynchronization
newSession - Field in TransactionObject
newSessionHolder - Field in TransactionObject
newSet(T) - Method in DetachedCriteriaTransformer
next() - Method in AbstractPersistentCollection
next() - Method in AbstractResultList
next - Field in Attribute
The next attribute in this attribute list.
next() - Method in MultiTenancySettings.MultiTenancyMode
next() - Method in PersistentList.PersistentListIterator
next(java.lang.Object, rx.Observer) - Method in RxServiceSupport.1
next() - Method in SoftServiceLoader
next() - Method in SoftServiceLoader.ServiceLoaderIterator
nextDecoded() - Method in AbstractResultList
nextIndex() - Method in PersistentList.PersistentListIterator
NO_IMPLEMENTATIONS_MESSAGE - Field in ServiceTransformation
nodes - Field in RelaxedDataBinder.BeanPath
NONE - Enum Constant in CascadeValidateType
Don't cascade validations at all, only entities that are actually flushed will be validated (similar to deepValidate: false) *
NONE - Field in MultiTenancySettings.MultiTenancyMode
No multi tenancy
NONE - Enum Constant in RelaxedNames.Manipulation
NONE - Enum Constant in RelaxedNames.Variation
nonGeneric(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
NonPersistentTypeException - Class in org.grails.datastore.mapping.engine
Thrown when an object cannot be persisted.
NonPersistentTypeException(java.lang.String) - Constructor in NonPersistentTypeException
noopCaller - Field in EventTriggerCaller
NoResultServiceImplementer - Interface in org.grails.datastore.gorm.services.implementers
An implement with a return type of void
normalizePath(org.springframework.beans.BeanWrapper, java.lang.String) - Method in RelaxedDataBinder
Normalize a bean property path to a format understood by a BeanWrapper.
noRollbackFor - Field in ReadOnly
Defines zero (0) or more exception java.lang.Class, which must be a subclass of java.lang.Throwable, indicating which exception types must not cause a transaction rollback.
noRollbackFor - Field in Transactional
Defines zero (0) or more exception java.lang.Class, which must be a subclass of java.lang.Throwable, indicating which exception types must not cause a transaction rollback.
noRollbackForClassName - Field in ReadOnly
Defines zero (0) or more exception names (for exceptions which must be a subclass of java.lang.Throwable) indicating which exception types must not cause a transaction rollback.
noRollbackForClassName - Field in Transactional
Defines zero (0) or more exception names (for exceptions which must be a subclass of java.lang.Throwable) indicating which exception types must not cause a transaction rollback.
not(groovy.lang.Closure) - Method in AbstractCriteriaBuilder
not(groovy.lang.Closure) - Method in AbstractDetachedCriteria
Handles a disjunction
NOT_CLAUSE - Field in JpaQueryBuilder
not(groovy.lang.Closure) - Method in Criteria
Creates a logical negation
not(groovy.lang.Closure) - Method in DetachedCriteria
NOT - Field in DynamicFinder
NoTenantResolver - Class in org.grails.datastore.mapping.multitenancy.resolvers
A TenantResolver that throws an exception indicating the tenant id was not found
NoTenantResolver() - Constructor in NoTenantResolver
notEqual - Property in DefaultConstrainedProperty
NotEqual(java.lang.String) - Constructor in MethodExpression.NotEqual
NotEqualConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates not equal to something.
NotEqualConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in NotEqualConstraint
NotEquals(java.lang.String, java.lang.Object) - Constructor in Query.NotEquals
NotEqualsAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.NotEqualsAll
NotEqualsProperty(java.lang.String, java.lang.String) - Constructor in Query.NotEqualsProperty
notExists(QueryableCriteria<?>) - Method in AbstractCriteriaBuilder
notExists(QueryableCriteria<?>) - Method in AbstractDetachedCriteria
See Also:
Criteria#notExists(org.grails.datastore.mapping.query.api.QueryableCriteria)
notExists(QueryableCriteria<?>) - Method in Criteria
Executes a not exists subquery
notExists(QueryableCriteria<?>) - Method in DetachedCriteria
NotExists(org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.NotExists
notIn(java.lang.String, Closure<?>) - Method in AbstractCriteriaBuilder
notIn(java.lang.String, Closure<?>) - Method in AbstractDetachedCriteria
notIn(java.lang.String, Closure<?>) - Method in Criteria
Creates a negated "in" Criterion using a subquery
notIn(java.lang.String, Closure<?>) - Method in DetachedCriteria
NotIn(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.NotIn
notIn(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Restrictions
Restricts the property to be in the list of given values
NotInList(java.lang.String) - Constructor in MethodExpression.NotInList
NotTransactional - Annotation Type in grails.gorm.transactions
Marks a specific method to be skipped by the
Transactional:
annotation added at class level
NULL - Field in AbstractSession
nullable - Property in DefaultConstrainedProperty
nullable - Field in NullableConstraint
nullable - Property in Property
Returns:
Whether the property is nullable
NullableConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates not null.
NullableConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in NullableConstraint
numberOfParameters - Field in EventTriggerCaller.MetaMethodCaller
numberOfParameters - Field in EventTriggerCaller.MethodCaller
numValidatorParams - Field in ValidatorConstraint

O

object - Property in BatchOperation.EntityOperation
OBJECT_CLASS_ARG - Field in AstUtils
OBJECT_CLASS_ARG - Field in DirtyCheckingTransformer
OBJECT_CLASS_NODE - Field in AstUtils
object - Field in InstanceFactoryBean
objectsPendingOperations - Field in AbstractSession
objectType - Field in InstanceFactoryBean
observable - Field in IdentifierObservableProxyMethodHandler
observable - Field in IdQueryObservableProxyMethodHandler
observable - Property in PostQueryEvent
observable - Field in QueryObservableProxyMethodHandler
observable - Property in RxCollection
The underlying observable
ObservableCollection - Interface in grails.gorm.rx.collection
Authors:
Graeme Rocher
ObservableProxy - Interface in grails.gorm.rx.proxy
An interface for proxied objects to implement that are observable.
ObservableResultAdapter - Class in org.grails.gorm.rx.services.implementers
Adapts results for queries that return an rx.Observable
ObservableResultAdapter(org.grails.datastore.gorm.services.implementers.IterableServiceImplementer) - Constructor in ObservableResultAdapter
ObservableServiceImplementerAdapter - Class in org.grails.gorm.rx.services.implementers
Adapts ServiceImplementer implementations for use in RxJava
ObservableServiceImplementerAdapter() - Constructor in ObservableServiceImplementerAdapter
offset(int) - Method in AbstractDetachedCriteria
Sets the default offset to use and returns a new criteria instance.
offset - Field in AbstractResultList
offset(int) - Method in DetachedCriteria
offset - Field in Query
OffsetDateTimeConverter - Trait in grails.gorm.time
A trait to convert a java.time.OffsetDateTime to and from a long
OffsetTimeConverter - Trait in grails.gorm.time
A trait to convert a java.time.OffsetTime to and from a long
onApplicationEvent(org.springframework.context.ApplicationEvent) - Method in AbstractPersistenceEventListener
{@inheritDoc}
onApplicationEvent(org.springframework.context.ApplicationEvent) - Method in MultiTenantEventListener
onApplicationEvent(org.springframework.context.ApplicationEvent) - Method in ValidationEventListener
onCompleted() - Method in FindOrCreateByFinder.1
onCompleted() - Method in RxGormStaticApi.1
onError(java.lang.Throwable) - Method in FindOrCreateByFinder.1
onError(java.lang.Throwable) - Method in RxGormStaticApi.1
OneToMany - Class in org.grails.datastore.mapping.model.types
Models a one-to-many association
OneToMany(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in OneToMany
OneToOne - Class in org.grails.datastore.mapping.model.types
Models a one-to-one association
OneToOne(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in OneToOne
ONLOAD_EVENT - Field in AbstractPersistenceEvent
ONLOAD_SAVE - Field in AbstractPersistenceEvent
onNext(java.lang.Object) - Method in FindOrCreateByFinder.1
onNext(java.lang.Object) - Method in RxGormStaticApi.1
onPersistenceEvent(org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent) - Method in AbstractPersistenceEventListener
onPersistenceEvent(org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent) - Method in AutoTimestampEventListener
onPersistenceEvent(org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent) - Method in DomainEventListener
onPersistenceEvent(org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent) - Method in ValidationEventListener
onValue - Field in FunctionCallingCriterion
OPEN_BRACKET - Field in JpaQueryBuilder
OpenSessionInViewInterceptor - Class in org.grails.datastore.mapping.web.support
A org.springframework.web.context.request.WebRequestInterceptor instance that handles opening a Datastore session within the scope of a request
OPERATOR_AND - Field in AbstractFindByFinder
OPERATOR_AND - Field in CountByFinder
OPERATOR_AND - Field in DynamicFinder
OPERATOR_AND - Field in FindAllByFinder
operator - Field in DynamicFinderInvocation
OPERATOR_OR - Field in AbstractFindByFinder
OPERATOR_OR - Field in CountByFinder
OPERATOR_OR - Field in DynamicFinder
OPERATOR_OR - Field in FindAllByFinder
OPERATOR_TO_CRITERIA_METHOD_MAP - Field in DetachedCriteriaTransformer
OPERATOR_TO_CRITERION_METHOD_MAP - Field in DetachedCriteriaTransformer
operatorPatterns - Field in DynamicFinder
OPERATORS - Field in AbstractFindByFinder
OPERATORS - Field in CountByFinder
operators - Field in DynamicFinder
OPERATORS - Field in FindAllByFinder
OptimisticLockingException - Class in org.grails.datastore.mapping.core
Indicates an optimistic locking violation during an update.
OptimisticLockingException(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Constructor in OptimisticLockingException
or(groovy.lang.Closure) - Method in AbstractCriteriaBuilder
or(groovy.lang.Closure) - Method in AbstractDetachedCriteria
Handles a disjunction
or(groovy.lang.Closure) - Method in Criteria
Creates a logical disjunction
or(groovy.lang.Closure) - Method in DetachedCriteria
OR_OPERATOR - Field in DetachedCriteriaTransformer
or(org.grails.datastore.mapping.query.Query.Criterion, org.grails.datastore.mapping.query.Query.Criterion) - Method in Query
Creates a disjunction using two specified criterion
or(org.grails.datastore.mapping.query.Query.Criterion, org.grails.datastore.mapping.query.Query.Criterion) - Method in Restrictions
ORACLE - Enum Constant in DatabaseDriver
Oracle.
order(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Orders by the specified property name and direction
order(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
ORDER_ASC - Field in DynamicFinder
ORDER_ASCENDING - Field in AbstractCriteriaBuilder
ORDER_ASCENDING - Field in CriteriaBuilder
ORDER_BY_CLAUSE - Field in JpaQueryBuilder
order - Field in ConstrainedPropertyBuilder
order(java.lang.String, java.lang.String) - Method in Criteria
Orders by the specified property name and direction
order - Property in DefaultConstrainedProperty
The order of the property
ORDER_DESC - Field in DynamicFinder
ORDER_DESCENDING - Field in AbstractCriteriaBuilder
ORDER_DESCENDING - Field in CriteriaBuilder
order(java.lang.String, java.lang.String) - Method in DetachedCriteria
order - Field in ManualProjections
order - Property in PersistenceContextInterceptorAggregator
order(Order) - Method in Query
Specifies the order of results
Order(java.lang.String, org.grails.datastore.mapping.query.Query.Order.Direction) - Constructor in Query.Order
orderBy - Field in Query
Ordered - Interface in org.grails.datastore.mapping.core
Adds a getOrder() method to any class that implements it.
OrderedComparator - Class in org.grails.datastore.mapping.core.order
Support class for ordering objects that implement Ordered
OrderedComparator() - Constructor in OrderedComparator
OrderedGormTransformation - Class in org.grails.datastore.gorm.transform
Central AST transformation that ensures that GORM AST Transformations are executed in the correct order.
OrderedGormTransformation.TransformationInvocation - Class in org.grails.datastore.gorm.transform
OrderedGormTransformation() - Constructor in OrderedGormTransformation
orderEntries - Field in AbstractCriteriaBuilder
orders - Field in AbstractDetachedCriteria
orders - Field in JpaQueryBuilder
orElseThrow(Supplier<? extends X>) - Method in DefaultServiceDefinition
orElseThrow(Supplier<? extends X>) - Method in ServiceDefinition
Load the service of throw the given exception.
origin - Field in OriginCapablePropertyValue
originalConfiguration - Property in AbstractDatastoreInitializer
originalSize - Field in AbstractPersistentCollection
originalSize - Property in DirtyCheckingCollection
originalSize - Property in DirtyCheckingMap
OriginCapablePropertyValue - Class in org.grails.datastore.gorm.jdbc
A org.springframework.beans.PropertyValue that can provide information about its origin.
OriginCapablePropertyValue(java.lang.String, java.lang.Object, org.grails.datastore.gorm.jdbc.PropertyOrigin) - Constructor in OriginCapablePropertyValue
orphanRemoval - Field in Association
orphanRemoval - Property in Property
Whether an entity of an orphaned association should be removed
OSIV_CLASS_NAME - Field in AbstractDatastoreInitializer
otherProperty - Field in Query.PropertyComparisonCriterion
OWNED - Enum Constant in CascadeValidateType
Only cascade validation for associations which are owned by the parent entity, regardless of the JPA cascade behavior *
owner - Field in AbstractPersistentProperty
owners - Field in AbstractPersistentEntity
owningClass - Property in DefaultConstrainedProperty
The owning class
owningSide - Field in Association

P

packages - Property in AbstractDatastoreInitializer
PagedResultList - Class in grails.gorm
A result list implementation that provides an additional property called 'totalCount' to obtain the total number of records.
PagedResultList(org.grails.datastore.mapping.query.Query) - Constructor in PagedResultList
paginationEnabledList - Field in AbstractCriteriaBuilder
PARAMETER_NAME_PREFIX - Field in JpaQueryBuilder
PARAMETER_PREFIX - Field in JpaQueryBuilder
parameterNameProvider(javax.validation.ParameterNameProvider) - Method in GormValidatorFactoryAdapter.GormValidatorContext
parameterNameProvider - Property in ValidatedService
The parameter name provided for this service
parameterNames - Field in ConfigurableParameterNameProvider
parameters - Field in JpaQueryInfo
parameterTypes - Field in MethodInvokingClosure
parameterTypes - Field in MethodKey
paramsForArgs(org.codehaus.groovy.ast.expr.Expression) - Method in AstMethodDispatchUtils
parent - Property in DirtyCheckingCollection
parent - Property in DirtyCheckingMap
parentEntity - Field in AbstractPersistentEntity
password(java.lang.String) - Method in DataSourceBuilder
password - Property in DataSourceSettings
The password
password - Property in DefaultConstrainedProperty
whether the property is a password
patch - Property in GrailsVersion
The patch version
PathNode(java.lang.String) - Constructor in RelaxedDataBinder.BeanPath.PathNode
pattern - Field in DynamicFinder
pattern - Field in ListOrderByFinder
patternToRegex(java.lang.Object) - Method in Query
Converts a pattern to regex for regex queruies
PendingDelete - Interface in org.grails.datastore.mapping.core.impl
Represents a pending delete, that is an object that is due to be deleted as part of a flush() operation
PendingDeleteAdapter - Class in org.grails.datastore.mapping.core.impl
Adapter for the PendingDelete interface
PendingDeleteAdapter(org.grails.datastore.mapping.model.PersistentEntity, K, E) - Constructor in PendingDeleteAdapter
pendingDeletes - Field in AbstractSession
PendingInsert - Interface in org.grails.datastore.mapping.core.impl
An insert that is pending execution in a flush() operation
PendingInsertAdapter - Class in org.grails.datastore.mapping.core.impl
Provides default implementation for most of the methods in the PendingInsert interafce
PendingInsertAdapter(org.grails.datastore.mapping.model.PersistentEntity, K, E, org.grails.datastore.mapping.engine.EntityAccess) - Constructor in PendingInsertAdapter
pendingInserts - Field in AbstractSession
PendingOperation - Interface in org.grails.datastore.mapping.core.impl
An operation that is pending execution.
PendingOperationAdapter - Class in org.grails.datastore.mapping.core.impl
Base implementation of the PendingOperation interface.
PendingOperationAdapter(org.grails.datastore.mapping.model.PersistentEntity, K, E) - Constructor in PendingOperationAdapter
PendingOperationExecution - Class in org.grails.datastore.mapping.core.impl
Provides a default implementation to execute a pending operation.
pendingOperations - Field in PendingOperationAdapter
PendingUpdate - Interface in org.grails.datastore.mapping.core.impl
An update that is pending execution in a flush() operation
PendingUpdateAdapter - Class in org.grails.datastore.mapping.core.impl
Provides a default implementation for the PendingUpdate interface
PendingUpdateAdapter(org.grails.datastore.mapping.model.PersistentEntity, K, E, org.grails.datastore.mapping.engine.EntityAccess) - Constructor in PendingUpdateAdapter
pendingUpdates - Field in AbstractSession
performInjection(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode) - Method in DirtyCheckingTransformer
performInjection(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode) - Method in GormTransformer
performInjectionOnAnnotatedClass(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode, java.lang.Class) - Method in DirtyCheckingTransformer
performInjectionOnAnnotatedClass(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode) - Method in GormTransformer
performInjectionOnAnnotatedEntity(org.codehaus.groovy.ast.ClassNode) - Method in DirtyCheckingTransformer
PERIOD_TO_UNDERSCORE - Enum Constant in RelaxedNames.Manipulation
PeriodConverter - Trait in grails.gorm.time
A trait to convert a java.time.Period to and from a String
persist(T1) - Method in AbstractRxDatastoreClient
persist(java.lang.Iterable) - Method in AbstractSession
persist(java.lang.Iterable) - Method in EntityPersister
persist(java.lang.Iterable) - Method in Persister
Persists a number of objects at the same time and returns their keys in the order specified by the objs parameter
persist(T1) - Method in RxDatastoreClient
Persist and instance and return the observable
persist(java.lang.Iterable) - Method in Session
Persists several objects returning their identifiers in the order specified by the Iterable
persistAll(java.lang.Iterable, Map<String, Object>) - Method in AbstractRxDatastoreClient
persistAll(java.lang.Iterable, Map<String, Object>) - Method in RxDatastoreClient
Batch saves all of the given objects
persistAllInternal(java.lang.Iterable, boolean, Map<String, Object>) - Method in AbstractRxDatastoreClient
PersistenceContextInterceptorAggregator - Class in org.grails.datastore.gorm.plugin.support
BeanDefinitionRegistryPostProcessor that replaces multiple discovered PersistenceContextInterceptor beans with a single aggregating instance.
PersistenceContextInterceptorAggregator() - Constructor in PersistenceContextInterceptorAggregator
PersistenceEventListener - Interface in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
persistenceInterceptorBeanNamePattern - Property in PersistenceContextInterceptorAggregator
persistentClass - Field in AbstractGormApi
persistentClass - Property in RxGormStaticApi
persistentClasses - Property in AbstractDatastoreInitializer
PersistentCollection - Interface in org.grails.datastore.mapping.collection
A lazy loaded collection.
persistentEntities - Field in AbstractMappingContext
persistentEntitiesByDiscriminator - Field in AbstractMappingContext
persistentEntitiesByName - Field in AbstractMappingContext
persistentEntitiesByParent - Field in AbstractMappingContext
PersistentEntity - Interface in org.grails.datastore.mapping.model
Represents a persistent entity.
persistentEntity - Field in AbstractCriteriaBuilder
persistentEntity - Field in AbstractDetachedCriteria
persistentEntity - Field in AbstractGormApi
persistentEntity - Field in BeanEntityAccess
persistentEntity - Field in EntityPersister
persistentEntity - Field in FieldEntityAccess
persistentEntity - Field in OptimisticLockingException
persistentEntityAdded(org.grails.datastore.mapping.model.PersistentEntity) - Method in AutoTimestampEventListener
persistentEntityAdded(org.grails.datastore.mapping.model.PersistentEntity) - Method in DomainEventListener
{@inheritDoc}
persistentEntityAdded(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext.Listener
Fired when a new entity is added
persistentEntityAdded(org.grails.datastore.mapping.model.PersistentEntity) - Method in SimpleMapDatastore
PersistentEntityValidator - Class in grails.gorm.validation
A Validator that validates a PersistentEntity against known constraints
PersistentEntityValidator(org.grails.datastore.mapping.model.PersistentEntity, org.springframework.context.MessageSource, org.grails.datastore.gorm.validation.constraints.eval.ConstraintsEvaluator) - Constructor in PersistentEntityValidator
persistEntities(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Iterable) - Method in EntityPersister
persistEntities(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Iterable) - Method in NativeEntryEntityPersister
This is a rather simplistic and unoptimized implementation.
persistEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in EntityPersister
Persist the given persistent entity
persistEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in NativeEntryEntityPersister
PersistentList - Class in org.grails.datastore.mapping.collection
A lazy loaded list.
PersistentList.PersistentListIterator - Class in org.grails.datastore.mapping.collection
PersistentList(org.grails.datastore.mapping.model.types.Association, java.io.Serializable, org.grails.datastore.mapping.core.Session) - Constructor in PersistentList
PersistentListIterator(java.util.ListIterator) - Constructor in PersistentList.PersistentListIterator
PersistentObservable - Interface in grails.gorm.rx
Common interface for persistent related observables to implement such as collections and proxies
persistentProperties - Field in AbstractPersistentEntity
PersistentProperty - Interface in org.grails.datastore.mapping.model
Authors:
Graeme Rocher
persistentPropertyNames - Field in AbstractPersistentEntity
PersistentSet - Class in org.grails.datastore.mapping.collection
A lazy loaded set.
PersistentSet(java.io.Serializable, org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.AssociationQueryExecutor) - Constructor in PersistentSet
PersistentSortedSet - Class in org.grails.datastore.mapping.collection
A lazy loaded sorted set.
PersistentSortedSet(java.io.Serializable, org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.AssociationQueryExecutor) - Constructor in PersistentSortedSet
Persister - Interface in org.grails.datastore.mapping.engine
A Persister is responsible for persisting and retrieving an object.
persisters - Field in AbstractSession
pickGormEntityTrait(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit) - Method in GormEntityTransformation
pickMetaMethod(groovy.lang.MetaClass, java.lang.String, java.lang.Class, boolean) - Method in MethodInvokingClosure
Utility method for choosing matching metamethod, handles MethodSelectionException
pooled - Field in DataSourceBuilder
pooled - Property in DataSourceSettings
Whether the data source is pooled
populate(groovy.lang.Closure) - Method in ClosureToMapPopulator
populateArgumentsForCriteria(Class<? extends Object>, org.grails.datastore.mapping.query.Query, java.util.Map) - Method in DynamicFinder
populateOperators(java.lang.String) - Method in DynamicFinder
populatePropertiesForClassNode(org.codehaus.groovy.ast.ClassNode, Map<String,ClassNode>, boolean, boolean) - Method in AstPropertyResolveUtils
populatePropertiesForInitialExpression(Map<String,ClassNode>, org.codehaus.groovy.ast.expr.Expression) - Method in AstPropertyResolveUtils
populateQueryResult(java.lang.Object, java.util.Map) - Method in SimpleMapQuery
POSITION - Field in AbstractWhereImplementer
POSITION - Field in DeleteWhereImplementer
POSITION - Field in FindAllByImplementer
POSITION - Field in TenantTransform
The position of the transform.
POSITION - Field in TransactionalTransform
The position of the transform in terms ordering
PostDelete - Enum Constant in EventType
PostDeleteEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
PostDeleteEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Constructor in PostDeleteEvent
PostExecution - Enum Constant in QueryEventType
postFlush(boolean) - Method in AbstractSession
postFlushOperations - Field in AbstractSession
POSTGRESQL - Enum Constant in DatabaseDriver
Postgres.
postHandle(org.springframework.web.context.request.WebRequest, org.springframework.ui.ModelMap) - Method in OpenSessionInViewInterceptor
PostInsert - Enum Constant in EventType
PostInsertEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
PostInsertEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity) - Constructor in PostInsertEvent
PostLoad - Enum Constant in EventType
PostLoadEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
PostLoadEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity) - Constructor in PostLoadEvent
postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in PersistenceContextInterceptorAggregator
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory) - Method in PersistenceContextInterceptorAggregator
PostQueryEvent - Class in org.grails.datastore.rx.query.event
Post query event fired by RxGORM
PostQueryEvent(java.lang.Object, org.grails.datastore.mapping.query.Query, rx.Observable) - Constructor in PostQueryEvent
PostUpdate - Enum Constant in EventType
PostUpdateEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
PostUpdateEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Constructor in PostUpdateEvent
PreDelete - Enum Constant in EventType
PreDeleteEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
PreDeleteEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Constructor in PreDeleteEvent
PreExecution - Enum Constant in QueryEventType
PREFIX - Field in ConfigurableParameterNameProvider
prefix - Property in MatchSpec
The prefix (for example "findBy")
prefix(int) - Method in RelaxedDataBinder.BeanPath
PREFIX - Field in Settings
The default prefix
PrefixedServiceImplementer - Interface in org.grails.datastore.gorm.services.implementers
An implementer that uses a set of prefixes
prefixes() - Method in RelaxedDataBinder.BeanPath
preHandle(org.springframework.web.context.request.WebRequest) - Method in OpenSessionInViewInterceptor
preIndex(K, List<T>) - Method in AssociationIndexer
Creates an index queryable via the primary key.
preIndex(java.lang.Object, java.util.List) - Method in SimpleMapEntityPersister.2
PreInsert - Enum Constant in EventType
PreInsertEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
PreInsertEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity) - Constructor in PreInsertEvent
PreLoad - Enum Constant in EventType
PreLoadEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
PreLoadEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity) - Constructor in PreLoadEvent
preOperations - Field in PendingOperationAdapter
prepareConfig(org.springframework.core.env.PropertyResolver, org.springframework.context.ConfigurableApplicationContext) - Method in ConfigSupport
Workaround method because Grails' config doesn't convert strings to classes correctly
prepareNewMethodParameters(org.codehaus.groovy.ast.MethodNode, Map<String, ClassNode>, org.codehaus.groovy.ast.ClassNode) - Method in AbstractMethodDecoratingTransformation
prepareNewMethodParameters(org.codehaus.groovy.ast.MethodNode, Map<String, ClassNode>, org.codehaus.groovy.ast.ClassNode) - Method in TenantTransform
prepareNewMethodParameters(org.codehaus.groovy.ast.MethodNode, Map<String, ClassNode>, org.codehaus.groovy.ast.ClassNode) - Method in TransactionalTransform
preparePropertyResolver(org.springframework.core.env.PropertyResolver, java.lang.String) - Method in DatastoreUtils
Prepares a property resolver and ensures it is suitable for GORM configuration
prepareQuery(java.util.Map, groovy.lang.Closure) - Method in CriteriaBuilder
prepareQuery(java.util.Map, groovy.lang.Closure) - Method in DetachedCriteria
PreQueryEvent - Class in org.grails.datastore.mapping.query.event
Event fired immediately before a query is executed.
PreQueryEvent(java.lang.Object, org.grails.datastore.mapping.query.Query) - Constructor in PreQueryEvent
PreUpdate - Enum Constant in EventType
PreUpdateEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
PreUpdateEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Constructor in PreUpdateEvent
previous() - Method in MultiTenancySettings.MultiTenancyMode
previous() - Method in PersistentList.PersistentListIterator
previousInChain - Field in NamedCriteriaProxy
previousIndex() - Method in PersistentList.PersistentListIterator
PRIMITIVE_TYPE_COMPATIBLE_CLASSES - Field in ClassUtils
PRIMITIVE_TYPE_COMPATIBLE_CLASSES - Field in ReflectionUtils
processAllEntries(Set<Map.Entry<String,Boolean>>, java.lang.Runnable) - Method in AutoTimestampEventListener
processAssociations(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.lang.Object, org.grails.datastore.mapping.reflect.EntityReflector, org.grails.datastore.rx.batch.BatchOperation, List<ApplicationEvent>) - Method in AbstractRxDatastoreClient
processDeferredClose(org.grails.datastore.mapping.core.Datastore) - Method in DatastoreUtils
Process all Datastore Sessions that have been registered for deferred close for the given SessionFactory.
processEntries(List<Class>, Map<String,Boolean>, java.lang.Runnable) - Method in AutoTimestampEventListener
processFetchStrategies(org.grails.datastore.rx.internal.RxDatastoreClientImplementor, rx.Observable, org.grails.datastore.mapping.model.PersistentEntity, Map<String, FetchType>, org.grails.datastore.rx.query.QueryState) - Method in RxQueryUtils
Process fetch strategies for a query
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in AbstractConstraint
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in AbstractVetoingConstraint
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in CreditCardConstraint
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in EmailConstraint
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in InListConstraint
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in MatchesConstraint
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in MaxConstraint
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in MaxSizeConstraint
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in MinConstraint
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in MinSizeConstraint
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in NotEqualConstraint
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in RangeConstraint
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in ScaleConstraint
{@inheritDoc}
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in SizeConstraint
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in UniqueConstraint
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in UrlConstraint
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in ValidatorConstraint
processValidateWithVetoing(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in AbstractVetoingConstraint
processValidateWithVetoing(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in BlankConstraint
processValidateWithVetoing(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in NullableConstraint
processVariableScopes(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AstUtils
productName - Field in DatabaseDriver
ProjectionList - Interface in org.grails.datastore.mapping.query.api
Models a list of projections
projectionList - Field in AbstractCriteriaBuilder
projectionList - Property in AbstractDetachedCriteria
projectionList - Field in JpaQueryBuilder
Projections - Class in org.grails.datastore.mapping.query
Projections used to customize the results of a query
projections(groovy.lang.Closure) - Method in AbstractCriteriaBuilder
Defines projections
projections - Field in AbstractDetachedCriteria
projections - Property in AbstractDetachedCriteria.DetachedProjections
projections(groovy.lang.Closure) - Method in DetachedCriteria
projections - Field in Query
projections - Field in Query.ProjectionList
propagation - Field in ReadOnly
The transaction propagation type.
propagation - Field in Transactional
The transaction propagation type.
properties - Field in DataSourceBuilder
properties - Property in DataSourceSettings
The data source properties
properties - Property in DefaultMappingConfigurationBuilder
PROPERTIES - Field in GormProperties
propertiesByName - Field in AbstractPersistentEntity
propertiesInitialized - Field in AbstractPersistentEntity
Property - Class in org.grails.datastore.mapping.config
Base class for classes returned from PropertyMapping.getMappedForm
property(java.lang.String) - Method in AbstractCriteriaBuilder
A projection that obtains the value of a property of an entity
property(java.lang.String) - Method in AbstractDetachedCriteria
Adds a property projection
property(java.lang.String) - Method in AbstractDetachedCriteria.DetachedProjections
PROPERTY_COMPARISON_OPERATOR_TO_CRITERIA_METHOD_MAP - Field in DetachedCriteriaTransformer
property(java.lang.String) - Method in DetachedCriteria
property - Property in DirtyCheckingCollection
property - Property in DirtyCheckingMap
property(java.util.Map) - Method in Entity
Configure a new property
PROPERTY_FETCHER - Field in DefaultConstrainedProperty
PROPERTY_GET_PREFIX - Field in MappingUtils
PROPERTY_GET_PREFIX - Field in NameUtils
PROPERTY_GRAILS_CLASSLOADER_LOGGING - Field in SoftServiceLoader
property - Property in InstanceProxy
PROPERTY_IS_PREFIX - Field in NameUtils
property(java.util.Collection, java.lang.String) - Method in ManualProjections
Obtains a properties value from the results
property - Property in ModificationTrackingEntityAccess
PROPERTY_NAME - Field in ConstraintsEvaluator
The name of the constraints property
PROPERTY_NAME - Field in SystemPropertyTenantResolver
property(java.lang.String) - Method in ProjectionList
A projection that obtains the value of a property of an entity
property(java.lang.String) - Method in Projections
A projection that obtains the value of a property of an entity
Property() - Constructor in Property
property - Field in Query.Between
property - Field in Query.Order
property(java.lang.String) - Method in Query.ProjectionList
A projection that obtains the value of a property of an entity
PROPERTY_SET_PREFIX - Field in MappingUtils
PROPERTY_SET_PREFIX - Field in NameUtils
PROPERTY_TRANSACTION_MANAGER - Field in TransactionalTransform
propertyClass - Property in DefaultMappingConfigurationBuilder
PropertyComparisonCriterion(java.lang.String, java.lang.String) - Constructor in Query.PropertyComparisonCriterion
propertyConfigs - Field in Entity
The configuration for each property
propertyCriterion - Field in FunctionCallingCriterion
PropertyCriterion(java.lang.String, java.lang.Object) - Constructor in Query.PropertyCriterion
propertyFactory - Field in GormMappingConfigurationStrategy
PropertyMapping - Interface in org.grails.datastore.mapping.model
Interface for a property mapping which specifies what or where a particular property is mapped to.
propertyMapping - Field in MappingFactory
propertyMissing(java.lang.String) - Method in AbstractDetachedCriteria
propertyMissing(java.lang.String) - Method in DetachedCriteria
propertyMissing(java.lang.String, java.lang.Object) - Method in Entity
propertyMissing(java.lang.String) - Method in GormEntity
Allow access to datasource by name
propertyMissing(D, java.lang.String) - Method in GormInstanceApi
propertyMissing(D, java.lang.String) - Method in GormInstanceOperations
Allow access to datasource by name
propertyMissing(D, java.lang.String) - Method in GormStaticApi
Merges an instance with the current session
propertyMissing(java.lang.String, java.lang.Object) - Method in GormStaticOperations
Handles property missing, does nothing by default, sub traits to override
propertyMissing(java.lang.String, java.lang.Object) - Method in NamedCriteriaProxy
propertyMissing(java.lang.String) - Method in RxGormStaticApi
Property missing handler
propertyMissing(java.lang.String, java.lang.Object) - Method in TenantDelegatingGormOperations
propertyName - Property in DefaultConstrainedProperty
the property name
propertyName - Field in FieldEntityAccess.FieldEntityReflector.ReaderAndWriterMaker
propertyName - Field in MethodExpression
propertyName - Field in Property
propertyName - Field in Query.PropertyProjection
propertyName - Field in ValidatorConstraint.ValidatorDelegate
PropertyNameCriterion(java.lang.String) - Constructor in Query.PropertyNameCriterion
PropertyNode(java.lang.String) - Constructor in RelaxedDataBinder.BeanPath.PropertyNode
PropertyOrigin - Class in org.grails.datastore.gorm.jdbc
The origin of a property, specifically its source and its name before any prefix was removed.
PropertyOrigin(PropertySource<?>, java.lang.String) - Constructor in PropertyOrigin
PropertyProjection(java.lang.String) - Constructor in Query.PropertyProjection
propertyReader - Field in FieldEntityAccess.FieldEntityReflector.ReaderAndWriterMaker
propertyResolver - Property in ConfigurationBuilder
propertyResolver - Property in PropertyResolverMap
PropertyResolverMap - Class in org.grails.datastore.mapping.config.utils
Adapts a property resolver to the Map interface
PropertyResolverMap(org.springframework.core.env.PropertyResolver) - Constructor in PropertyResolverMap
propertyType - Property in DefaultConstrainedProperty
The property type
propertyType() - Method in EntityReflector.PropertyReader
Returns:
The property type
propertyType() - Method in EntityReflector.PropertyWriter
Returns:
The property type
propertyType() - Method in FieldEntityAccess.FieldEntityReflector.FieldReader
propertyType() - Method in FieldEntityAccess.FieldEntityReflector.FieldWriter
propertyType - Field in FieldEntityAccess.FieldEntityReflector.ReflectionMethodWriter
propertyType() - Method in FieldEntityAccess.FieldEntityReflector.ReflectMethodReader
PropertyValueIndexer - Interface in org.grails.datastore.mapping.engine
Responsible for creating indices for property values used in queries.
propertyWriter - Field in FieldEntityAccess.FieldEntityReflector.ReaderAndWriterMaker
proxy(org.grails.datastore.mapping.query.Query, org.grails.datastore.rx.query.QueryState) - Method in AbstractRxDatastoreClient
proxy(java.lang.Class, java.io.Serializable) - Method in AbstractSession
proxy(javax.sql.DataSource, org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Method in DataSourceConnectionSourceFactory
proxy(java.io.Serializable) - Method in EntityPersister
PROXY_FACTORIES - Field in JavassistProxyFactory
PROXY_FACTORIES - Field in RxJavassistProxyFactory
proxy(java.io.Serializable) - Method in GormEntity
Retrieves an object from the datastore as a proxy. eg.
proxy(java.io.Serializable) - Method in GormStaticApi
Retrieves an object from the datastore as a proxy. eg.
proxy(java.io.Serializable) - Method in GormStaticOperations
Retrieves an object from the datastore as a proxy. eg.
PROXY_KEY_PROPERTY - Field in EntityProxyMethodHandler
proxy(java.io.Serializable) - Method in LockableEntityPersister
proxy(java.io.Serializable) - Method in Persister
Creates a proxy for the given key
PROXY_PROPERTY - Field in EntityProxyMethodHandler
proxy(org.grails.datastore.mapping.query.Query) - Method in RxDatastoreClient
Obtain an ObservableProxy that executes the given query to initialize
proxy(org.grails.datastore.mapping.query.Query, org.grails.datastore.rx.query.QueryState) - Method in RxDatastoreClientImplementor
Obtain an ObservableProxy that executes the given query to initialize
proxy(DetachedCriteria<D>, java.util.Map) - Method in RxEntity
Obtain a proxy to the given instance
proxy(DetachedCriteria<D>, java.util.Map) - Method in RxGormStaticApi
proxy(DetachedCriteria<D>, java.util.Map) - Method in RxGormStaticOperations
Retrieve a proxy to an for the given arguments
proxy(Class<T>, java.io.Serializable) - Method in Session
Retrieves a proxy for the given key
proxy(java.io.Serializable) - Method in TenantDelegatingGormOperations
proxy(DetachedCriteria<D>, java.util.Map) - Method in TenantDelegatingRxGormOperations
proxyClass - Field in GroovyObjectMethodHandler
proxyEntities - Field in AbstractPersistentCollection
ProxyFactory - Interface in org.grails.datastore.rx.proxy
Authors:
Graeme Rocher
proxyFactory - Field in AbstractMappingContext
proxyFactory - Property in AbstractRxDatastoreClient
proxyFactory - Field in EntityPersister
ProxyHandler - Interface in org.grails.datastore.mapping.proxy
Interface for classes that handle proxies
proxyHandler - Field in EntityProxyHandlerAdapter
proxyHandler - Property in MappingContextTraversableResolver
proxyHandler - Field in PersistentEntityValidator
ProxyHandlerAdapter - Class in org.grails.datastore.gorm.proxy
Adapts the core Grails proxy handler interface to the GORM one
ProxyHandlerAdapter(org.grails.datastore.mapping.proxy.ProxyHandler) - Constructor in ProxyHandlerAdapter
ProxyInstanceMetaClass - Class in org.grails.datastore.gorm.proxy
Per-instance metaclass to use for proxied GORM domain objects.
ProxyInstanceMetaClass(groovy.lang.MetaClass, org.grails.datastore.mapping.core.Session, java.io.Serializable) - Constructor in ProxyInstanceMetaClass
proxyKey - Field in IdentifierObservableProxyMethodHandler
proxyKey - Field in IdQueryObservableProxyMethodHandler
proxyKey - Field in QueryObservableProxyMethodHandler
proxyTarget - Field in ProxyInstanceMetaClass
The loaded instance we're proxying, or null if it hasn't been loaded.
publisher - Field in AbstractSession
publisher - Field in EntityPersister
publishEvent(java.lang.Object) - Method in ConfigurableApplicationContextEventPublisher
publishEvent(java.lang.Object) - Method in DefaultApplicationEventPublisher
publishSessionCreationEvent(org.grails.datastore.mapping.core.Session) - Method in AbstractDatastore
put(java.lang.Object, java.lang.Object) - Method in DirtyCheckingMap
put(java.lang.String, java.lang.Object) - Method in PropertyResolverMap
putAll(java.util.Map) - Method in DirtyCheckingMap
putAll(Map<? extends String, ? extends Object>) - Method in PropertyResolverMap
putAt(java.lang.String, java.lang.Object) - Method in DynamicAttributes
Sets a dynamic attribute
putAt(java.lang.String, java.lang.Object) - Method in InstanceProxy
putAt(java.lang.String, java.lang.String) - Method in ValidationErrors
putAtDynamic(java.lang.String, java.lang.Object) - Method in DynamicAttributes

Q

Query - Class in org.grails.datastore.mapping.query
Models a query that can be executed against a data store.
Query.AvgProjection - Class in org.grails.datastore.mapping.query
Computes the average value of a property
Query.Between - Class in org.grails.datastore.mapping.query
Criterion used to restrict the result to be between values (range query)
Query.Conjunction - Class in org.grails.datastore.mapping.query
A Criterion used to combine to criterion in a logical AND
Query.CountDistinctProjection - Class in org.grails.datastore.mapping.query
Query.CountProjection - Class in org.grails.datastore.mapping.query
Used to count the results of a query
Query.Criterion - Interface in org.grails.datastore.mapping.query
Represents a criterion to be used in a criteria query
Query.Disjunction - Class in org.grails.datastore.mapping.query
A Criterion used to combine to criterion in a logical OR
Query.DistinctProjection - Class in org.grails.datastore.mapping.query
Query.DistinctPropertyProjection - Class in org.grails.datastore.mapping.query
Query.Equals - Class in org.grails.datastore.mapping.query
A criterion that restricts the results based on equality
Query.EqualsAll - Class in org.grails.datastore.mapping.query
Restricts a value to be equal to all the given values
Query.EqualsProperty - Class in org.grails.datastore.mapping.query
Query.Exists - Class in org.grails.datastore.mapping.query
Used for exists subquery
Query.GreaterThan - Class in org.grails.datastore.mapping.query
Used to restrict a value to be greater than the given value
Query.GreaterThanAll - Class in org.grails.datastore.mapping.query
Restricts a value to be greater than all the given values
Query.GreaterThanEquals - Class in org.grails.datastore.mapping.query
Used to restrict a value to be greater than or equal to the given value
Query.GreaterThanEqualsAll - Class in org.grails.datastore.mapping.query
Restricts a value to be greater than or equal to all the given values
Query.GreaterThanEqualsProperty - Class in org.grails.datastore.mapping.query
Query.GreaterThanEqualsSome - Class in org.grails.datastore.mapping.query
Restricts a value to be greater than some of the given values
Query.GreaterThanProperty - Class in org.grails.datastore.mapping.query
Query.GreaterThanSome - Class in org.grails.datastore.mapping.query
Restricts a value to be greater than some of the given values
Query.GroupPropertyProjection - Class in org.grails.datastore.mapping.query
Query.IdEquals - Class in org.grails.datastore.mapping.query
A criterion that restricts the results based on the equality of the identifier
Query.IdProjection - Class in org.grails.datastore.mapping.query
A projection used to obtain the identifier of an object
Query.ILike - Class in org.grails.datastore.mapping.query
Criterion used to restrict the results based on a pattern (likeness)
Query.In - Class in org.grails.datastore.mapping.query
Criterion used to restrict the results based on a list of values
Query.IsEmpty - Class in org.grails.datastore.mapping.query
Restricts a property to be empty (such as a blank string)
Query.IsNotEmpty - Class in org.grails.datastore.mapping.query
Restricts a property to be empty (such as a blank string)
Query.IsNotNull - Class in org.grails.datastore.mapping.query
Restricts a property to be not null
Query.IsNull - Class in org.grails.datastore.mapping.query
Restricts a property to be null
Query.Junction - Class in org.grails.datastore.mapping.query
Query.LessThan - Class in org.grails.datastore.mapping.query
Used to restrict a value to be less than the given value
Query.LessThanAll - Class in org.grails.datastore.mapping.query
Restricts a value to be less than all the given values
Query.LessThanEquals - Class in org.grails.datastore.mapping.query
Used to restrict a value to be less than the given value
Query.LessThanEqualsAll - Class in org.grails.datastore.mapping.query
Restricts a value to be less than or equal to all the given values
Query.LessThanEqualsProperty - Class in org.grails.datastore.mapping.query
Query.LessThanEqualsSome - Class in org.grails.datastore.mapping.query
Restricts a value to be less than some of the given values
Query.LessThanProperty - Class in org.grails.datastore.mapping.query
Query.LessThanSome - Class in org.grails.datastore.mapping.query
Restricts a value to be less than some of the given values
Query.Like - Class in org.grails.datastore.mapping.query
Criterion used to restrict the results based on a pattern (likeness)
Query.MaxProjection - Class in org.grails.datastore.mapping.query
Computes the max value of a property
Query.MinProjection - Class in org.grails.datastore.mapping.query
Computes the min value of a property
Query.Negation - Class in org.grails.datastore.mapping.query
A criterion used to negate several other criterion
Query.NotEquals - Class in org.grails.datastore.mapping.query
A criterion that restricts the results based on equality
Query.NotEqualsAll - Class in org.grails.datastore.mapping.query
Restricts a value to be not equal to all the given values
Query.NotEqualsProperty - Class in org.grails.datastore.mapping.query
Query.NotExists - Class in org.grails.datastore.mapping.query
Used for exists subquery
Query.NotIn - Class in org.grails.datastore.mapping.query
Criterion used to restrict the results based on a list of values
Query.Order - Class in org.grails.datastore.mapping.query
The ordering of results.
Query.Order.Direction - Enum in org.grails.datastore.mapping.query
Represents the direction of the ordering
Query.Projection - Class in org.grails.datastore.mapping.query
A projection
Query.ProjectionList - Class in org.grails.datastore.mapping.query
A list of projections
Query.PropertyComparisonCriterion - Class in org.grails.datastore.mapping.query
A Criterion that compares to properties
Query.PropertyCriterion - Class in org.grails.datastore.mapping.query
Criterion that applies to a property and value
Query.PropertyNameCriterion - Class in org.grails.datastore.mapping.query
A Criterion that applies to a property
Query.PropertyProjection - Class in org.grails.datastore.mapping.query
A projection that obtains the value of a property of an entity
Query.RLike - Class in org.grails.datastore.mapping.query
Criterion used to restrict the results based on a regular expression pattern
Query.SizeEquals - Class in org.grails.datastore.mapping.query
Query.SizeGreaterThan - Class in org.grails.datastore.mapping.query
Query.SizeGreaterThanEquals - Class in org.grails.datastore.mapping.query
Query.SizeLessThan - Class in org.grails.datastore.mapping.query
Query.SizeLessThanEquals - Class in org.grails.datastore.mapping.query
Query.SizeNotEquals - Class in org.grails.datastore.mapping.query
Query.SubqueryCriterion - Class in org.grails.datastore.mapping.query
Used to differentiate criterion that require a subquery
Query.SumProjection - Class in org.grails.datastore.mapping.query
Computes the sum of a property
query - Field in AbstractCriteriaBuilder
query(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.query.Query.PropertyCriterion, Q) - Method in AbstractMappingAwareCustomTypeMarshaller
query(java.lang.Object) - Method in AbstractPersistentCollection
query - Field in AbstractQueryEvent
The query.
query(K) - Method in AssociationQueryExecutor
Queries the given primary key and returns the foreign keys
query(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.query.Query.PropertyCriterion, Q) - Method in CustomTypeMarshaller
Populates a query
query - Field in IdQueryObservableProxyMethodHandler
query - Field in JpaQueryInfo
query - Field in PagedResultList
query(java.lang.Object, int, int) - Method in PropertyValueIndexer
Queries the given value and returns the keys
Query(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.model.PersistentEntity) - Constructor in Query
query - Field in QueryObservableProxyMethodHandler
query(java.lang.Object, int, int) - Method in SimpleMapEntityPersister.1
query(java.lang.Object) - Method in SimpleMapEntityPersister.2
query - Property in SimpleMapResultList
QueryableCriteria - Interface in org.grails.datastore.mapping.query.api
Authors:
Graeme Rocher
QueryAliasAwareSession - Interface in org.grails.datastore.mapping.query.api
Authors:
Graeme Rocher
QueryArgumentsAware - Interface in org.grails.datastore.mapping.query.api
Interface for classes that are interested in additional query arguments defined as a map for things like the limit, offset and join information
queryAssociation(java.lang.Object, org.grails.datastore.mapping.model.types.Association, groovy.lang.Closure) - Method in SimpleMapQuery
queryAssociationList(java.lang.Object, org.grails.datastore.mapping.model.types.Association, groovy.lang.Closure) - Method in SimpleMapQuery
queryBuilder - Field in NamedCriteriaProxy
QueryBuildingFinder - Interface in org.grails.datastore.gorm.finders
Implemented by finders that build queries.
queryCache - Field in Query
QueryCreator - Interface in org.grails.datastore.mapping.query
Query for any class that creates Queries
queryCreator - Field in AbstractCriteriaBuilder
QueryEventType - Enum in org.grails.datastore.mapping.query.event
The type of a query event.
QueryException - Class in org.grails.datastore.mapping.query
Throw when there is a problem with the query
QueryException(java.lang.String, java.lang.Throwable) - Constructor in QueryException
queryExpression - Property in MatchSpec
The query expression without the prefix i.e. methodName - prefix
queryHandlers - Field in JpaQueryBuilder
queryInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.grails.datastore.mapping.query.Query.PropertyCriterion, Q) - Method in AbstractMappingAwareCustomTypeMarshaller
queryMetaClass - Field in AbstractCriteriaBuilder
QueryObservableProxyMethodHandler - Class in org.grails.datastore.rx.proxy
A proxy javassist.util.proxy.MethodHandler that uses a query to resolve the target using a query
QueryObservableProxyMethodHandler(java.lang.Class, org.grails.datastore.mapping.query.Query, org.grails.datastore.rx.query.QueryState, org.grails.datastore.rx.RxDatastoreClient) - Constructor in QueryObservableProxyMethodHandler
QueryState - Class in org.grails.datastore.rx.query
Used to maintain query state and avoid hitting the database again when loading associations
queryState - Field in AbstractObservableProxyMethodHandler
QueryState() - Constructor in QueryState
queryState - Field in RxPersistentList
queryState - Field in RxPersistentSet
queryState - Field in RxPersistentSortedSet
QueryStringImplementer - Interface in org.grails.datastore.gorm.services.implementers
Created by graemerocher on 04/04/2017.
QueryStringTransformer - Class in org.grails.datastore.gorm.services.transform
This class handles type checking of HQL queries declared in Query annotations
QueryStringTransformer(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.VariableScope) - Constructor in QueryStringTransformer
QUESTIONMARK - Field in JpaQueryBuilder

R

range - Property in DefaultConstrainedProperty
range - Field in RangeConstraint
range(int, int) - Method in RelaxedDataBinder.BeanPath
range - Field in SizeConstraint
RangeConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates a range.
RangeConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in RangeConstraint
RC - Field in Snapshot
read(org.grails.datastore.mapping.model.PersistentProperty, N) - Method in AbstractMappingAwareCustomTypeMarshaller
read(org.grails.datastore.gorm.utils.ClassReader, int, int, char[], int, org.springframework.asm.Label) - Method in Attribute
Reads a type attribute.
read(Class<T>, java.lang.String, Map<String, String>, T) - Method in ConfigUtils
read(org.grails.datastore.mapping.model.PersistentProperty, N) - Method in CustomTypeMarshaller
Converts a value from its native form
read(java.lang.Object) - Method in EntityReflector.PropertyReader
reads the property
read(java.lang.Object) - Method in FieldEntityAccess.FieldEntityReflector.FieldReader
read(java.lang.Object) - Method in FieldEntityAccess.FieldEntityReflector.ReflectMethodReader
read(java.io.Serializable) - Method in GormEntity
Retrieves an object from the datastore. eg.
read(java.io.Serializable) - Method in GormStaticApi
Retrieves an object from the datastore. eg.
read(java.io.Serializable) - Method in GormStaticOperations
Retrieves an object from the datastore. eg.
READ_ONLY_TYPE - Field in TransactionalTransform
read(java.io.Serializable) - Method in TenantDelegatingGormOperations
readAnnotationValue(int, char[], java.lang.String, org.springframework.asm.AnnotationVisitor) - Method in ClassReader
Reads a value of an annotation and makes the given visitor visit it.
readAnnotationValues(int, char[], boolean, org.springframework.asm.AnnotationVisitor) - Method in ClassReader
Reads the values of an annotation and makes the given visitor visit them.
readAttribute(org.grails.datastore.gorm.utils.Attribute, java.lang.String, int, int, char[], int, org.springframework.asm.Label) - Method in ClassReader
Reads an attribute in b.
readByte(int) - Method in ClassReader
Reads a byte value in b.
readClass(int, char[]) - Method in ClassReader
Reads a class constant pool item in b.
readConst(int, char[]) - Method in ClassReader
Reads a numeric or string constant pool item in b.
reader - Field in AbstractPersistentProperty
ReaderAndWriterMaker(org.grails.datastore.mapping.reflect.ClassPropertyFetcher, java.lang.String) - Constructor in FieldEntityAccess.FieldEntityReflector.ReaderAndWriterMaker
readerMap - Field in FieldEntityAccess.FieldEntityReflector
readers - Field in FieldEntityAccess.FieldEntityReflector
readIdentifierFromObject(java.lang.Object) - Method in NativeEntryEntityPersister
readInt(int) - Method in ClassReader
Reads a signed int value in b.
readInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, N) - Method in AbstractMappingAwareCustomTypeMarshaller
readLong(int) - Method in ClassReader
Reads a signed long value in b.
readObject(java.io.ObjectInputStream) - Method in BeforeValidateHelper
readObjectIdentifier(org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.ClassMapping) - Method in NativeEntryEntityPersister
Reads an objects identifier using the entity access and ClassMapping instance
ReadOnly - Annotation Type in grails.gorm.transactions
Define a read-only transaction
readOnly - Field in AbstractCriteriaBuilder
readOnly(boolean) - Method in AbstractDetachedCriteria
readOnly(boolean) - Method in BuildableCriteria
Whether to cache the query should be readOnly
readOnly(boolean) - Method in Criteria
readOnly(boolean) - Method in CriteriaBuilder
readOnly - Field in DataSourceBuilder
readOnly - Property in DataSourceSettings
Whether the connection is readonly
readOnly - Field in Transactional
true if the transaction is read-only.
readUnsignedShort(int) - Method in ClassReader
Reads an unsigned short value in b.
readUTF8(int, char[]) - Method in ClassReader
Reads an UTF8 string constant pool item in b.
readUTF(int, int, char[]) - Method in ClassReader
Reads UTF8 string in b.
reconnect() - Method in AbstractDatastorePersistenceContextInterceptor
reconnect() - Method in AggregatePersistenceContextInterceptor
reference - Property in Property
Returns:
Whether this property is a database reference such as a foreign key
referencedPropertyName - Field in Association
REFLECTION_LOGGER - Field in SoftServiceLoader
ReflectionMethodWriter(java.lang.reflect.Method, java.lang.Class) - Constructor in FieldEntityAccess.FieldEntityReflector.ReflectionMethodWriter
ReflectionUtils - Class in org.grails.datastore.mapping.reflect
Provides methods to help with reflective operations
ReflectMethodReader(java.lang.reflect.Method) - Constructor in FieldEntityAccess.FieldEntityReflector.ReflectMethodReader
reflector - Field in EntityPersister
reflector - Field in FieldEntityAccess
REFLECTORS - Field in FieldEntityAccess
refresh(java.lang.Object) - Method in AbstractSession
refresh() - Method in BeanEntityAccess
Refreshes the object from entity state.
refresh() - Method in DelegatingGormEntityApi
refresh() - Method in EntityAccess
Refreshes the object from underlying entity state.
REFRESH_EVENTS - Field in DomainEventListener
refresh() - Method in FieldEntityAccess
refresh() - Method in GormEntity
Refreshes the state of the current instance
refresh() - Method in GormEntityApi
Refreshes the state of the current instance
refresh(D) - Method in GormInstanceApi
Refreshes the state of the current instance
refresh(D) - Method in GormInstanceOperations
Refreshes the state of the current instance
refresh(D) - Method in GormStaticApi
refresh(java.lang.Object) - Method in NativeEntryEntityPersister
refresh(java.lang.Object) - Method in Persister
Refreshes the given objects state
refresh(java.lang.Object) - Method in Session
Refreshes the given objects state
refresh(D) - Method in TenantDelegatingGormOperations
refreshObjectStateFromNativeEntry(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.io.Serializable, T, boolean) - Method in NativeEntryEntityPersister
REGEX_FILE_SEPARATOR - Field in AstUtils
regex - Field in MatchesConstraint
register(org.springframework.core.convert.converter.ConverterRegistry) - Method in BasicTypeConverterRegistrar
registerApplicationIfNotPresent - Property in AbstractDatastoreInitializer
registerBeans(org.springframework.beans.factory.support.BeanDefinitionRegistry, groovy.lang.Closure) - Method in AbstractDatastoreInitializer.GrailsBeanBuilderInit
registerBeans(org.springframework.beans.factory.support.BeanDefinitionRegistry, groovy.lang.Closure) - Method in AbstractDatastoreInitializer.GroovyBeanReaderInit
registerConstraints(org.grails.datastore.mapping.core.Datastore) - Method in GormEnhancer
registerCustomType(org.grails.datastore.mapping.engine.types.CustomTypeMarshaller) - Method in MappingFactory
registerEntity(org.grails.datastore.mapping.model.PersistentEntity) - Method in GormEnhancer
Registers a new entity with the GORM enhancer
registerEntity(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.rx.RxDatastoreClient) - Method in RxGormEnhancer
Registers a new entity with the RxGormEnhancer
registerEntityWithConnectionSource(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.lang.String, org.grails.datastore.rx.internal.RxDatastoreClientImplementor) - Method in RxGormEnhancer
registerEntityWithContext(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
registerEventListeners(org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher) - Method in SimpleMapDatastore
registerInstanceMethod(java.lang.Class, groovy.lang.ExpandoMetaClass, org.grails.datastore.gorm.AbstractGormApi, java.lang.String, java.lang.Class) - Method in GormEnhancer
registerNewMethodExpression(java.lang.Class) - Method in DynamicFinder
Registers a new method expression.
registerPending(java.lang.Object) - Method in AbstractSession
registerPending(T) - Method in SessionImplementor
Register a pending object
registerPrimitiveClassPair(Class<?>, Class<?>) - Method in ClassUtils
Just add two entries to the class compatibility map
registerPrimitiveClassPair(Class<?>, Class<?>) - Method in ReflectionUtils
Just add two entries to the class compatibility map
registerStaticMethod(groovy.lang.ExpandoMetaClass, java.lang.String, Class<?>, org.grails.datastore.gorm.GormStaticApi) - Method in GormEnhancer
rejectValue(java.lang.Object, org.springframework.validation.Errors, java.lang.String, java.lang.Object, java.lang.String) - Method in AbstractConstraint
rejectValue(java.lang.Object, org.springframework.validation.Errors, java.lang.Object, java.lang.String) - Method in SizeConstraint
rejectValueWithDefaultMessage(java.lang.Object, org.springframework.validation.Errors, java.lang.String, java.lang.String, java.lang.Object) - Method in AbstractConstraint
RelationalDatastore - Interface in org.grails.datastore.mapping.rdbms
Authors:
Guillaume Laforge
RelaxedConversionService - Class in org.grails.datastore.gorm.jdbc
Internal org.springframework.core.convert.ConversionService used by RelaxedDataBinder to support additional relaxed conversion.
RelaxedConversionService.StringToCharArrayConverter - Class in org.grails.datastore.gorm.jdbc
RelaxedConversionService.StringToEnumIgnoringCaseConverterFactory - Class in org.grails.datastore.gorm.jdbc
Clone of Spring's package private StringToEnumConverterFactory, but ignoring the case of the source.
RelaxedConversionService.StringToEnumIgnoringCaseConverterFactory.StringToEnum - Class in org.grails.datastore.gorm.jdbc
RelaxedConversionService(org.springframework.core.convert.ConversionService) - Constructor in RelaxedConversionService
Create a new RelaxedConversionService instance.
RelaxedDataBinder - Class in org.grails.datastore.gorm.jdbc
Binder implementation that allows caller to bind to maps and also allows property names to match a bit loosely (if underscores or dashes are removed and replaced with camel case for example).
RelaxedDataBinder.BeanPath - Class in org.grails.datastore.gorm.jdbc
A path though properties of a bean.
RelaxedDataBinder.BeanPath.ArrayIndexNode - Class in org.grails.datastore.gorm.jdbc
RelaxedDataBinder.BeanPath.MapIndexNode - Class in org.grails.datastore.gorm.jdbc
RelaxedDataBinder.BeanPath.PathNode - Class in org.grails.datastore.gorm.jdbc
RelaxedDataBinder.BeanPath.PropertyNode - Class in org.grails.datastore.gorm.jdbc
RelaxedDataBinder.MapHolder - Class in org.grails.datastore.gorm.jdbc
Holder to allow Map targets to be bound.
RelaxedDataBinder(java.lang.Object) - Constructor in RelaxedDataBinder
Create a new RelaxedDataBinder instance.
RelaxedNames - Class in org.grails.datastore.gorm.jdbc
Generates relaxed name variations from a given source.
RelaxedNames.Manipulation - Enum in org.grails.datastore.gorm.jdbc
Name manipulations.
RelaxedNames.Variation - Enum in org.grails.datastore.gorm.jdbc
Name variations.
RelaxedNames(java.lang.String) - Constructor in RelaxedNames
Create a new RelaxedNames instance.
releaseSession(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.core.Datastore) - Method in DatastoreUtils
Close the given Session, created via the given factory, if it is not managed externally (i.e. not bound to the thread).
remove(java.lang.Object) - Method in AbstractPersistentCollection
remove() - Method in AbstractResultList
remove() - Method in CurrentTenant
remove(java.lang.Object) - Method in DirtyCheckingCollection
remove(int) - Method in DirtyCheckingList
remove(java.lang.Object) - Method in DirtyCheckingMap
REMOVE_FROM_METHOD_NODE - Field in GormEntityTransformation
remove(java.lang.Object) - Method in PagedResultList
remove(int) - Method in PersistentList
remove() - Method in PersistentList.PersistentListIterator
remove(java.lang.Object) - Method in PropertyResolverMap
remove() - Method in Tenants.CurrentTenant
removeAll(java.util.Collection) - Method in AbstractPersistentCollection
removeAll(java.util.Collection) - Method in DirtyCheckingCollection
removeAll(Collection<?>) - Method in PagedResultList
removeAttributesForEntity(java.lang.Object) - Method in AbstractAttributeStoringSession
removeConstraints() - Method in GormEnhancer
removeFrom(java.lang.String, java.lang.Object) - Method in GormEntity
Removes the given value to given association ensuring both sides are correctly disassociated
removeFrom(java.lang.String, java.lang.Object) - Method in RxEntity
Removes the given value to given association ensuring both sides are correctly disassociated
removeSession(org.grails.datastore.mapping.core.Session) - Method in SessionHolder
rename(int, java.lang.String) - Method in RelaxedDataBinder.BeanPath
RENAMED_METHOD_PREFIX - Field in RxScheduleIOTransformation
RENAMED_METHOD_PREFIX - Field in TenantTransform
RENAMED_METHOD_PREFIX - Field in TransactionalTransform
replaceGenericsPlaceholders(org.codehaus.groovy.ast.ClassNode, Map<String, ClassNode>, org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
replaceNullOrUninitialized(java.lang.Object, java.lang.Object) - Method in NativeEntryEntityPersister
requiredArguments - Property in MatchSpec
The required arguments
resetDirty() - Method in AbstractPersistentCollection
resetDirty() - Method in PersistentCollection
Mark the collection as no longer dirty.
resetErrors(D) - Method in GormValidationApi
resetMethodExpressionPattern() - Method in DynamicFinder
resolveConnectionForTenantId(org.grails.datastore.mapping.multitenancy.MultiTenancySettings.MultiTenancyMode, java.io.Serializable) - Method in MultiTenancySettings
Resolves the connection to use for the given tenant id based on the current mode
RESOLVED_PROPERTY_NAME - Field in AbstractProjectionImplementer
resolveDefaultConstraints(org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Method in DefaultValidatorRegistry
resolveDelegate(java.lang.Object) - Method in AssociationQueryProxyHandler
resolveDelegate(java.lang.Object) - Method in GroovyObjectMethodHandler
resolveDelegate(java.lang.Object) - Method in IdentifierObservableProxyMethodHandler
resolveDelegate(java.lang.Object) - Method in IdQueryObservableProxyMethodHandler
resolveDelegate(java.lang.Object) - Method in QueryObservableProxyMethodHandler
resolveDelegate(java.lang.Object) - Method in SessionEntityProxyMethodHandler
resolveDelegateAndGetProperty(java.lang.Object, java.lang.String) - Method in GroovyObjectMethodHandler
resolveDelegateAndInvokeThisMethod(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
resolveDelegateAndSetProperty(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
resolveDomainClassForReturnType(org.codehaus.groovy.ast.ClassNode, boolean, org.codehaus.groovy.ast.ClassNode) - Method in AbstractArrayOrIterableResultImplementer
Resolves the domain class type for the return type
resolveDomainClassForReturnType(org.codehaus.groovy.ast.ClassNode, boolean, org.codehaus.groovy.ast.ClassNode) - Method in FindAllByInterfaceProjectionImplementer
resolveDomainClassForReturnType(org.codehaus.groovy.ast.ClassNode, boolean, org.codehaus.groovy.ast.ClassNode) - Method in FindOneByImplementer
resolveDomainClassForReturnType(org.codehaus.groovy.ast.ClassNode, boolean, org.codehaus.groovy.ast.ClassNode) - Method in FindOneByInterfaceProjectionImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractReadOperationImplementer
Subclasses can override to provide resolution of the domain class from the method signature
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllByInterfaceProjectionImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllInterfaceProjectionImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllWhereImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAndDeleteImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneByInterfaceProjectionImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneInterfaceProjectionImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneInterfaceProjectionStringQueryImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneInterfaceProjectionWhereImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOnePropertyProjectionImplementer
resolveFieldClosureCaller(java.lang.String, Class<?>) - Method in EventTriggerCaller
resolveIdentifier() - Method in AbstractPersistentEntity
resolveIdentifier() - Method in EmbeddedPersistentEntity
resolveIdIfEntity(java.lang.Object) - Method in Query
resolveIfEmbedded(java.lang.Object, java.lang.Object) - Method in SimpleMapQuery
If the property name refers to an embedded property like 'foo.startDate', then we need resolve the value of startDate by walking through the key list.
resolveMappingStrategy(java.lang.Class) - Method in AbstractMappingContext
resolveMetaClassCallers(java.lang.String, Class<?>, groovy.lang.MetaClass) - Method in EventTriggerCaller
resolveMetaMethodCaller(java.lang.String, groovy.lang.MetaClass) - Method in EventTriggerCaller
resolveMetaPropertyClosureCaller(java.lang.String, groovy.lang.MetaClass) - Method in EventTriggerCaller
resolveMethodCaller(java.lang.String, Class<?>, Class<?>) - Method in EventTriggerCaller
resolveNestedPropertyName(org.springframework.beans.BeanWrapper, java.lang.String, java.lang.String) - Method in RelaxedDataBinder
resolveObservable() - Method in AbstractObservableProxyMethodHandler
resolveObservable() - Method in IdentifierObservableProxyMethodHandler
resolveObservable() - Method in IdQueryObservableProxyMethodHandler
resolveObservable() - Method in QueryObservableProxyMethodHandler
resolveObservable(org.grails.datastore.mapping.query.Query) - Method in RxPersistentList
resolveObservable(org.grails.datastore.mapping.query.Query) - Method in RxPersistentSet
resolveObservable(org.grails.datastore.mapping.query.Query) - Method in RxPersistentSortedSet
resolvePrefix(org.codehaus.groovy.ast.MethodNode) - Method in AbstractServiceImplementer
resolvePrefix(org.codehaus.groovy.ast.MethodNode) - Method in PrefixedServiceImplementer
Resolve the prefix used for the given method
resolveProjectionReturnType(org.codehaus.groovy.ast.ClassNode) - Method in FindOnePropertyProjectionImplementer
resolvePropertyName(org.springframework.beans.BeanWrapper, java.lang.String, java.lang.String) - Method in RelaxedDataBinder
resolvePropertyReturnType(org.codehaus.groovy.ast.PropertyNode, org.codehaus.groovy.ast.ClassNode) - Method in DirtyCheckingTransformer
resolvePropertyValue(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.lang.Object) - Method in Query
resolveReturnTypeForNewMethod(org.codehaus.groovy.ast.MethodNode) - Method in AbstractMethodDecoratingTransformation
resolveReturnTypeForNewMethod(org.codehaus.groovy.ast.MethodNode) - Method in RxScheduleIOTransformation
resolveReturnValue(java.lang.Object) - Method in EventTriggerCaller
resolveSchemaNames(javax.sql.DataSource) - Method in DefaultSchemaHandler
resolveSchemaNames(javax.sql.DataSource) - Method in SchemaHandler
Returns:
Resolves the schema names
resolveSingleGenericType(org.codehaus.groovy.ast.ClassNode) - Method in AstGenericsUtils
Resolves a single generic type from the given class node
resolveTargetMetaClass(T, Class<T>) - Method in GroovyProxyFactory
resolveTenantIdentifier() - Method in CookieTenantResolver
resolveTenantIdentifier() - Method in FixedTenantResolver
resolveTenantIdentifier() - Method in HttpHeaderTenantResolver
resolveTenantIdentifier() - Method in NoTenantResolver
resolveTenantIdentifier() - Method in SessionTenantResolver
resolveTenantIdentifier() - Method in SubDomainTenantResolver
resolveTenantIdentifier() - Method in SystemPropertyTenantResolver
resolveTenantIdentifier() - Method in TenantResolver
resolveTenantIds() - Method in AllTenantsResolver
Returns:
Resolves all tenant ids
resource - Field in AnnotationMetadataReader
resourcePatternResolver - Property in AbstractDatastoreInitializer
Restrictions - Class in org.grails.datastore.mapping.query
Factory for creating org.grails.datastore.mapping.query.Query.Criterion instances
resultList - Field in PagedResultList
results - Field in PostQueryEvent
The results of the query.
results - Property in SimpleMapResultList
resume() - Method in SpringSessionSynchronization
retainAll(java.util.Collection) - Method in AbstractPersistentCollection
retainAll(Collection<?>) - Method in PagedResultList
retrieve(java.lang.Class, java.io.Serializable) - Method in AbstractSession
retrieve(java.io.Serializable) - Method in EntityPersister
retrieve(java.io.Serializable) - Method in Persister
Retrieves an object for the given context and Key
retrieve(Class<T>, java.io.Serializable) - Method in Session
Retrieves an individual object
retrieveAll(java.lang.Class, java.io.Serializable) - Method in AbstractSession
retrieveAll(java.io.Serializable) - Method in EntityPersister
retrieveAll(java.io.Serializable) - Method in Persister
Batch retrieve several objects in one go
retrieveAll(java.lang.Class, java.io.Serializable) - Method in Session
Retrieves several objects for the specified keys
retrieveAllEntities(org.grails.datastore.mapping.model.PersistentEntity, Iterable<Serializable>) - Method in EntityPersister
retrieveAllEntities(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable) - Method in NativeEntryEntityPersister
Simplistic default implementation of retrieveAllEntities that iterates over each key and retrieves the entities one-by-one.
retrieveEntity(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable) - Method in EntityPersister
Retrieve a PersistentEntity for the given mappingContext and key
retrieveEntity(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable) - Method in NativeEntryEntityPersister
retrieveEntry(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.io.Serializable) - Method in NativeEntryEntityPersister
Reads the native form of a Key/value datastore entry.
retrieveEntry(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.io.Serializable) - Method in SimpleMapEntityPersister
retrieveErrors(java.lang.Object) - Method in PersistentEntityValidator
retrieveSession(java.lang.Class) - Method in AbstractDatastore
Static way to retrieve the session
RETURN_TYPE - Field in ServiceImplementer
Used to store the resolved return type when it has been resolved from generics within the ast metadata
returnOnlyIfInstanceOf(java.lang.Object, Class<T>) - Method in ClassPropertyFetcher
returnType - Property in ObservableResultAdapter
returnType - Property in SingleResultAdapter
reverse(java.util.List) - Method in ManualEntityOrdering
Reverses the list.
rlike(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Creates an rlike Criterion based on the specified property name and value.
rlike(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
rlike(java.lang.String, java.lang.Object) - Method in Criteria
Creates an rlike Criterion based on the specified property name and value
rlike(java.lang.String, java.lang.Object) - Method in DetachedCriteria
Rlike(java.lang.String) - Constructor in MethodExpression.Rlike
rlike(java.lang.String, java.lang.String) - Method in Query
Restricts the results by the given properties value
RLike(java.lang.String, java.lang.String) - Constructor in Query.RLike
rlike(java.lang.String, java.lang.String) - Method in Restrictions
Restricts the property match the given regular expressions.
Rollback - Annotation Type in grails.gorm.transactions
A transforms that applies a transaction that always rolls back.
rollback() - Method in SessionOnlyTransaction
rollback() - Method in SimpleMapSession.MockTransaction
rollback() - Method in Transaction
Rollback the transaction.
rollbackFor - Field in ReadOnly
Defines zero (0) or more exception java.lang.Class, which must be a subclass of java.lang.Throwable, indicating which exception types must cause a transaction rollback.
rollbackFor - Field in Transactional
Defines zero (0) or more exception java.lang.Class, which must be a subclass of java.lang.Throwable, indicating which exception types must cause a transaction rollback.
rollbackForClassName - Field in ReadOnly
Defines zero (0) or more exception names (for exceptions which must be a subclass of java.lang.Throwable), indicating which exception types must cause a transaction rollback.
rollbackForClassName - Field in Transactional
Defines zero (0) or more exception names (for exceptions which must be a subclass of java.lang.Throwable), indicating which exception types must cause a transaction rollback.
rollbackOn(java.lang.Throwable) - Method in CustomizableRollbackTransactionAttribute
rollbackOn(java.lang.Throwable) - Method in GrailsTransactionAttribute
RollbackTransform - Class in org.grails.datastore.gorm.transactions.transform
RollbackTransform() - Constructor in RollbackTransform
ROOT_CALL - Field in AbstractCriteriaBuilder
ROOT_DO_CALL - Field in AbstractCriteriaBuilder
rootBuilder - Field in ConfigurationBuilder
rowCount() - Method in AbstractCriteriaBuilder
Count the number of records returned
rowCount() - Method in AbstractDetachedCriteria.DetachedProjections
rowCount() - Method in ProjectionList
Count the number of records returned
rowCount() - Method in Query.ProjectionList
run() - Method in AutoTimestampEventListener
run() - Method in NativeEntryEntityPersister
RuntimeSupport - Class in org.grails.datastore.gorm.internal
Utility methods to support AST transforms at runtime
RuntimeSupport() - Constructor in RuntimeSupport
RX_DETACHED_CRITERIA - Property in RxAstUtils
RX_ENTITY - Property in RxAstUtils
The rx entity class node
RxAstUtils - Class in org.grails.gorm.rx.transform
Utility methods for AST handling in RxGORM
RxAstUtils() - Constructor in RxAstUtils
RxCollection - Trait in org.grails.datastore.rx.collection
A trait that can be implemented by collection types to make them observable
RxCollectionUtils - Class in org.grails.datastore.rx.collection
Utility methods for RxCollections
RxCollectionUtils() - Constructor in RxCollectionUtils
RxDatastoreClient - Interface in org.grails.datastore.rx
Represents a client connection pool that can be used to interact with a backing implementation in RxGORM
RxDatastoreClientAware - Interface in org.grails.datastore.rx
For classes that want to be made aware of the RxDatastoreClient
RxDatastoreClientImplementor - Interface in org.grails.datastore.rx.internal
Internal non-client methods implemented by the implementor
RxEntity - Trait in grails.gorm.rx
Represents a reactive GORM entity
RxGormAllOperations - Interface in grails.gorm.rx.api
Combined interface for all operations
RxGormEnhancer - Class in org.grails.gorm.rx.api
Enhances RxEntity instances with behaviour necessary at runtime
RxGormEnhancer() - Constructor in RxGormEnhancer
RxGormInstanceApi - Class in org.grails.gorm.rx.api
Bridge to the implementation of the instance method level operations
RxGormInstanceApi(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.rx.RxDatastoreClient) - Constructor in RxGormInstanceApi
RxGormInstanceOperations - Interface in grails.gorm.rx.api
Methods on instances
RxGormOperations - Interface in grails.gorm.rx.api
Interface for Reactive GORM operations on instances
RxGormStaticApi - Class in org.grails.gorm.rx.api
Bridge to the implementation of the static method level operations for RX GORM
RxGormStaticApi.1 - Class in org.grails.gorm.rx.api
RxGormStaticApi.1() - Constructor in RxGormStaticApi.1
RxGormStaticApi(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.rx.RxDatastoreClient) - Constructor in RxGormStaticApi
RxGormStaticOperations - Interface in grails.gorm.rx.api
Static methods allowed by RxGORM
RxGormValidationApi - Class in org.grails.gorm.rx.api
RxGORM version of validation API
RxGormValidationApi(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.rx.RxDatastoreClient) - Constructor in RxGormValidationApi
RxJavassistProxyFactory - Class in org.grails.datastore.rx.proxy
Creates observable proxy instances using Javassist
RxPersistentCollection - Interface in grails.gorm.rx.collection
Represents a reactive collection
RxPersistentList - Class in org.grails.datastore.rx.collection
RxPersistentList(org.grails.datastore.rx.RxDatastoreClient, org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.query.Query, org.grails.datastore.rx.query.QueryState) - Constructor in RxPersistentList
RxPersistentSet - Class in org.grails.datastore.rx.collection
Represents a reactive set that can be observed in order to allow non-blocking lazy loading of associations
RxPersistentSet(org.grails.datastore.rx.RxDatastoreClient, org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.query.Query, org.grails.datastore.rx.query.QueryState) - Constructor in RxPersistentSet
RxPersistentSortedSet - Class in org.grails.datastore.rx.collection
Represents a reactive sorted set that can be observed in order to allow non-blocking lazy loading of associations
RxPersistentSortedSet(org.grails.datastore.rx.RxDatastoreClient, org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.query.Query, org.grails.datastore.rx.query.QueryState) - Constructor in RxPersistentSortedSet
RxQuery - Interface in org.grails.datastore.rx.query
Represents a reactive query implementation in RxGORM
RxQueryUtils - Class in org.grails.datastore.rx.query
Utility methods for building Query implementations
RxQueryUtils.1 - Class in org.grails.datastore.rx.query
RxQueryUtils.1() - Constructor in RxQueryUtils.1
RxQueryUtils() - Constructor in RxQueryUtils
RxSchedule - Annotation Type in grails.gorm.rx.services
A transformation that transforms the body of a method to return an Observable that runs on the IO Scheduler
RxScheduleIOTransformation - Class in org.grails.gorm.rx.transform
A transformation that will convert a blocking GORM operation into an Observable that runs on the RxJava rx.schedulers.Schedulers#io() scheduler
RxScheduleIOTransformation() - Constructor in RxScheduleIOTransformation
RxServiceSupport - Class in org.grails.gorm.rx.services.support
Helper class for creating observables that run of the IO scheduler for blocking GORM operations
RxServiceSupport.1 - Class in org.grails.gorm.rx.services.support
RxServiceSupport.1() - Constructor in RxServiceSupport.1
RxServiceSupport() - Constructor in RxServiceSupport
RxUnidirectionalCollection - Interface in grails.gorm.rx.collection
Implemented by collections that store the inverse association keys to perform a lookup

S

save(java.util.Map) - Method in DelegatingGormEntityApi
save(java.util.Map) - Method in GormEntity
Saves an object with the given parameters
save(java.util.Map) - Method in GormEntityApi
Saves an object with the given parameters
save(D, java.util.Map) - Method in GormInstanceApi
Saves an object with the given parameters
save(D, java.util.Map) - Method in GormInstanceOperations
Saves an object with the given parameters
save(D, java.util.Map) - Method in GormStaticApi
save(java.util.Map) - Method in RxEntity
Save an instance and return an observable
save(D, java.util.Map) - Method in RxGormInstanceApi
save(D, java.util.Map) - Method in RxGormInstanceOperations
Saves an entity and returns an rx.Observable, picking either an insert or an update automatically based on whether the object has an id already.
save(Map<String, Object>) - Method in RxGormOperations
Saves an entity and returns an rx.Observable, picking either an insert or an update automatically based on whether the object has an id already.
save(D, java.util.Map) - Method in RxGormStaticApi
save(D, java.util.Map) - Method in TenantDelegatingGormOperations
save(D, java.util.Map) - Method in TenantDelegatingRxGormOperations
saveAll(Iterable<?>) - Method in GormEntity
Saves a list of objects in one go
saveAll(Iterable<?>) - Method in GormStaticApi
Saves a list of objects in one go
saveAll(Iterable<?>) - Method in GormStaticOperations
Saves a list of objects in one go
saveAll(D) - Method in RxEntity
Batch saves all of the given objects
saveAll(D) - Method in RxGormStaticApi
saveAll(D) - Method in RxGormStaticOperations
Batch saves all of the given objects
saveAll(Iterable<?>) - Method in TenantDelegatingGormOperations
saveAll(D) - Method in TenantDelegatingRxGormOperations
SaveImplementer - Class in org.grails.datastore.gorm.services.implementers
Implementations saving new entities
SaveImplementer() - Constructor in SaveImplementer
SaveOrUpdate - Enum Constant in EventType
SaveOrUpdateEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
SaveOrUpdateEvent(org.grails.datastore.mapping.core.Datastore, java.lang.Object) - Constructor in SaveOrUpdateEvent
scale - Property in Property
Returns:
The scale
scale - Field in ScaleConstraint
ScaleConstraint - Class in org.grails.datastore.gorm.validation.constraints
Manages the scale for floating point numbers (i.e., the number of digits to the right of the decimal point).
ScaleConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in ScaleConstraint
scan(java.lang.Package) - Method in ClasspathEntityScanner
Scans the classpath for entities for the given packages
scanForPersistentClasses() - Method in AbstractDatastoreInitializer
scanUsingPattern(java.lang.String, org.springframework.core.type.classreading.CachingMetadataReaderFactory) - Method in AbstractDatastoreInitializer
scheduleInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, org.grails.datastore.mapping.reflect.EntityReflector, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.rx.batch.BatchOperation, List<ApplicationEvent>) - Method in AbstractRxDatastoreClient
scheduleInsertOrUpdate(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, org.grails.datastore.rx.batch.BatchOperation, List<ApplicationEvent>) - Method in AbstractRxDatastoreClient
scheduler - Field in RxSchedule
Returns:
A closure that returns the scheduler to run on.
scheduleUpdate(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, java.io.Serializable, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, org.grails.datastore.mapping.reflect.EntityReflector, org.grails.datastore.rx.batch.BatchOperation, List<ApplicationEvent>) - Method in AbstractRxDatastoreClient
SCHEMA - Field in MultiTenancySettings.MultiTenancyMode
A shared database amongst multiple tenants using a separate schema for each tenant
SchemaHandler - Interface in org.grails.datastore.gorm.jdbc.schema
A resolver that helps resolve information about the database schema.
schemaHandler - Property in DataSourceSettings
The schema handler to use
schemaHandler - Property in MultiTenantConnection
SchemaMultiTenantCapableDatastore - Interface in org.grails.datastore.mapping.multitenancy
For datastores that are capable of implementing the addition of new schemas at runtime for a single shared database instance
scroll(groovy.lang.Closure) - Method in BuildableCriteria
Defines and executes a scroll query in a single call.
SCROLL_CALL - Field in AbstractCriteriaBuilder
scroll(groovy.lang.Closure) - Method in CriteriaBuilder
secondaryDatastore - Field in AbstractDatastoreInitializer
select(java.lang.String) - Method in AbstractCriteriaBuilder
select(java.lang.String) - Method in AbstractDetachedCriteria
Specifies whether a select (lazy) query should be used (if join queries are supported by the underlying datastore)
select(java.lang.String) - Method in BuildableCriteria
Whether to select on an association
SELECT_CLAUSE - Field in JpaQueryBuilder
select(java.lang.String) - Method in CriteriaBuilder
select(java.lang.String) - Method in DetachedCriteria
select(java.lang.String) - Method in Query
Specifies whether a select (lazy) query should be used (if join queries are supported by the underlying datastore)
SELECT - Enum Constant in ValueGenerator
Generates the id by selecting from a row using a unique key
SEPARATED_TO_CAMEL_CASE_PATTERN - Field in RelaxedNames
SEPARATED_TO_CAMELCASE - Enum Constant in RelaxedNames.Manipulation
separatedToCamelCase(java.lang.String, boolean) - Method in RelaxedNames.Manipulation
SEQHILO - Enum Constant in ValueGenerator
A generator that uses a sequence and a HILO algorithm
SEQUENCE - Enum Constant in ValueGenerator
Generated from a sequence
SERIALIZABLE_CLASS_NODE - Field in GormEntityTransformation
serialVersionUID - Field in CacheException
serialVersionUID - Field in ConnectionNotFoundException
serialVersionUID - Field in CustomizableRollbackTransactionAttribute
serialVersionUID - Field in DatastoreConfigurationException
serialVersionUID - Field in DatastoreException
serialVersionUID - Field in EntityCreationException
serialVersionUID - Field in GrailsTransactionAttribute
serialVersionUID - Field in IdentityGenerationException
serialVersionUID - Field in IllegalMappingException
serialVersionUID - Field in InstantiationException
serialVersionUID - Field in KeyValueEntry
serialVersionUID - Field in NonPersistentTypeException
serialVersionUID - Field in OptimisticLockingException
serialVersionUID - Field in PagedResultList
serialVersionUID - Field in PostDeleteEvent
serialVersionUID - Field in PostInsertEvent
serialVersionUID - Field in PostLoadEvent
serialVersionUID - Field in PostUpdateEvent
serialVersionUID - Field in PreDeleteEvent
serialVersionUID - Field in PreInsertEvent
serialVersionUID - Field in PreLoadEvent
serialVersionUID - Field in PreUpdateEvent
serialVersionUID - Field in SaveOrUpdateEvent
serialVersionUID - Field in ValidationErrors
serialVersionUID - Field in ValidationEvent
serialVersionUID - Field in ValidationException
Service - Trait in org.grails.datastore.mapping.services
Represents a service available exposed by the GORM Datastore
serviceClass - Field in DatastoreServiceMethodInvokingFactoryBean
serviceConfigs - Field in SoftServiceLoader.ServiceLoaderIterator
ServiceDefinition - Interface in org.grails.datastore.mapping.services
A service that may or may not be present on the classpath.
ServiceEnhancer - Interface in org.grails.datastore.gorm.services
ServiceImplementer - Interface in org.grails.datastore.gorm.services
An interface for classes that provide implementations for service methods
ServiceImplementerAdapter - Interface in org.grails.datastore.gorm.services
Allows adapting an implementer from one type to another
ServiceNotFoundException - Class in org.grails.datastore.mapping.services
Thrown when a service cannot be found for the given type
ServiceNotFoundException(java.lang.String) - Constructor in ServiceNotFoundException
ServiceRegistry - Interface in org.grails.datastore.mapping.services
Represents a registry of GORM services
serviceRegistry - Field in AbstractDatastore
ServiceRegistryFactoryBean - Class in org.grails.datastore.gorm.bootstrap.support
@since
Authors:
Graeme Rocher
ServiceRegistryFactoryBean(org.grails.datastore.mapping.core.Datastore) - Constructor in ServiceRegistryFactoryBean
services - Field in DefaultServiceRegistry
servicesByInterface - Field in DefaultServiceRegistry
ServiceTransformation - Class in org.grails.datastore.gorm.services.transform
Makes a class implement the Service trait and generates the necessary service loader META-INF/services file.
ServiceTransformation() - Constructor in ServiceTransformation
serviceType - Field in SoftServiceLoader
Session - Interface in org.grails.datastore.mapping.core
The Session represents the active interaction with a datastore.
session - Field in AbstractPersistentCollection
session - Field in AssociationQueryProxyHandler
session - Field in CriteriaBuilder
session - Field in EntityPersister
session - Field in ProxyInstanceMetaClass
Session to fetch from, if we need to.
session - Field in Query
session - Field in SessionCreationEvent
session - Field in SessionEntityProxyMethodHandler
session - Field in SessionOnlyTransaction
SessionCallback - Interface in org.grails.datastore.mapping.core
Authors:
Burt Beckwith
SessionCreationEvent - Class in org.grails.datastore.mapping.core
Event fired when a session is created.
SessionCreationEvent(org.grails.datastore.mapping.core.Session) - Constructor in SessionCreationEvent
SessionEntityProxyMethodHandler - Class in org.grails.datastore.mapping.proxy
An EntityProxyMethodHandler that uses the session to initialize a target for the given id
SessionEntityProxyMethodHandler(java.lang.Class, org.grails.datastore.mapping.core.Session, java.lang.Class, java.io.Serializable) - Constructor in SessionEntityProxyMethodHandler
SessionHolder - Class in org.grails.datastore.mapping.transactions
Holds a reference to one or more sessions.
SessionHolder(org.grails.datastore.mapping.core.Session, java.lang.Object) - Constructor in SessionHolder
sessionHolder - Field in SpringSessionSynchronization
sessionHolder - Field in TransactionObject
SessionImplementor - Interface in org.grails.datastore.mapping.core
Methods for the implementation of the Session interface to implement.
SessionOnlyTransaction - Class in org.grails.datastore.mapping.transactions
SessionOnlyTransaction(T, org.grails.datastore.mapping.core.Session) - Constructor in SessionOnlyTransaction
sessionPropertyMap - Field in AbstractAttributeStoringSession
sessions - Field in SessionHolder
SessionTenantResolver - Class in org.grails.datastore.mapping.multitenancy.web
Resolves the tenant id from the user HTTP session
SessionTenantResolver() - Constructor in SessionTenantResolver
set(int, java.lang.Object) - Method in AbstractResultList
set(java.io.Serializable) - Method in CurrentTenant
Set the current tenant
set(int, java.lang.Object) - Method in DirtyCheckingList
SET_META_CLASS - Field in GroovyObjectMethodHandler
set(int, E) - Method in PagedResultList
set(int, java.lang.Object) - Method in PersistentList
set(java.lang.Object) - Method in PersistentList.PersistentListIterator
SET_PROPERTY - Field in GroovyObjectMethodHandler
set(java.io.Serializable) - Method in Tenants.CurrentTenant
Set the current tenant
SET_TRANSACTION_MANAGER - Field in TransactionalTransform
setAlias(java.lang.String) - Method in AbstractDetachedCriteria
Sets the root alias to be used for the query
setAllowDynamic(boolean) - Method in ConstrainedPropertyBuilder
setApplicationContext(org.springframework.context.ApplicationContext) - Method in AbstractDatastore
setApplicationContext(org.springframework.context.ApplicationContext) - Method in SpringDataSourceConnectionSourceFactory
setArguments(java.lang.Object) - Method in DynamicFinder
setArguments(java.lang.Object) - Method in MethodExpression
setArguments(java.lang.Object) - Method in MethodExpression.Between
setArguments(java.lang.Object) - Method in MethodExpression.InList
setArguments(java.lang.Object) - Method in MethodExpression.InRange
setArguments(java.lang.Object) - Method in MethodExpression.NotInList
setArguments(java.util.Map) - Method in QueryArgumentsAware
Parameters:
arguments - The query arguments
setAssociatedEntity(org.grails.datastore.mapping.model.PersistentEntity) - Method in Association
Sets the associated entity
setAttr(java.lang.String) - Method in Attribute
setAttribute(java.lang.Object, java.lang.String, java.lang.Object) - Method in AbstractAttributeStoringSession
setAttribute(java.lang.String) - Method in Attribute
setAttribute(org.grails.datastore.gorm.schemaless.DynamicAttributes, java.lang.String, java.lang.Object) - Method in DynamicAttributeHelper
setAttribute(java.lang.Object, java.lang.String, java.lang.Object) - Method in ProxyInstanceMetaClass
setAttribute(java.lang.Object, java.lang.String, java.lang.Object) - Method in Session
Associates an attribute with the given persistent entity.
setAttributes(java.util.Map) - Method in DefaultConstrainedProperty
setBeanFactory(org.springframework.beans.factory.BeanFactory) - Method in DatastoreServiceMethodInvokingFactoryBean
setBeanFactory(org.springframework.beans.factory.BeanFactory) - Method in ServiceRegistryFactoryBean
setBlank(boolean) - Method in DefaultConstrainedProperty
Parameters:
blank - The blank to set.
setCanExpandMappingContext(boolean) - Method in GormMappingConfigurationStrategy
Whether the strategy can add new entities to the mapping context
setCanExpandMappingContext(boolean) - Method in MappingConfigurationStrategy
Whether the strategy can add new entities to the mapping context
setCanInitializeEntities(boolean) - Method in AbstractMappingContext
setCanInitializeEntities(boolean) - Method in KeyValueMappingContext
setCompilationUnit(org.codehaus.groovy.control.CompilationUnit) - Method in DirtyCheckingTransformer
setCompilationUnit(org.codehaus.groovy.control.CompilationUnit) - Method in GormEntityTransformation
setConnection(java.lang.String) - Method in CustomizableRollbackTransactionAttribute
setConstraintFactories(org.grails.datastore.gorm.validation.constraints.factory.ConstraintFactory) - Method in DefaultConstraintRegistry
setContextObject(java.lang.Object) - Method in AbstractGormMappingFactory
Parameters:
contextObject - Context object to be passed to mapping blocks
setConversionService(org.springframework.core.convert.ConversionService) - Method in BeanEntityAccess
setConversionService(org.springframework.core.convert.ConversionService) - Method in JpaQueryBuilder
setCreditCard(boolean) - Method in DefaultConstrainedProperty
Parameters:
creditCard - The creditCard to set.
setCustomTypeMarshaller(org.grails.datastore.mapping.engine.types.CustomTypeMarshaller) - Method in Basic
setCustomTypes(List<CustomTypeMarshaller>) - Method in AbstractConnectionSourceFactory
The custom user types to register
setDatastore(org.grails.datastore.mapping.core.Datastore) - Method in DatastoreAware
Sets the datastore on this instance
setDatastore(org.grails.datastore.mapping.core.Datastore) - Method in DatastoreTransactionManager
setDatastore(org.grails.datastore.mapping.core.Datastore) - Method in OpenSessionInViewInterceptor
setDatastoreManagedSession(boolean) - Method in DatastoreTransactionManager
setDateVersion(org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
setDateVersionInternal(java.lang.String, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
setDefault(org.grails.datastore.mapping.core.connections.ConnectionSourceSettings.DefaultSettings) - Method in ConnectionSourceSettings
setDefaultConstraints(groovy.lang.Closure) - Method in AbstractGormMappingFactory
setDefaultMapping(groovy.lang.Closure) - Method in AbstractGormMappingFactory
setDefaultNullable(boolean) - Method in ConstrainedPropertyBuilder
setDetachedCriteria(grails.gorm.DetachedCriteria) - Method in DynamicFinderInvocation
setEmail(boolean) - Method in DefaultConstrainedProperty
Parameters:
email - The email to set.
setEmbedded(T, java.lang.String, T) - Method in NativeEntryEntityPersister
Implementors should override this method to provide support for embedded objects
setEmbedded(java.util.Map, java.lang.String, java.util.Map) - Method in SimpleMapEntityPersister
setEmbeddedCollection(T, java.lang.String, Collection<?>, List<T>) - Method in NativeEntryEntityPersister
Implementors should override this method to provide support for embedded objects
setEmbeddedCollectionKeys(org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.engine.EntityAccess, T, List<Serializable>) - Method in NativeEntryEntityPersister
setEmbeddedMap(T, java.lang.String, java.util.Map, Map<Object,T>) - Method in NativeEntryEntityPersister
Implementors should override this method to provide support for maps of embedded objects
setEntryValue(T, java.lang.String, java.lang.Object) - Method in NativeEntryEntityPersister
Sets a value on an entry
setEntryValue(java.util.Map, java.lang.String, java.lang.Object) - Method in SimpleMapEntityPersister
setEnumType(java.lang.String) - Method in Property
setErrors(D, org.springframework.validation.Errors) - Method in GormValidationApi
Sets the errors for an instance
setEventPublisher(org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher) - Method in AbstractRxDatastoreClient
setExecuted(boolean) - Method in PendingOperationAdapter
setExistingSession(org.grails.datastore.mapping.core.Session) - Method in TransactionObject
setExternal(boolean) - Method in AbstractPersistentEntity
setExternal(boolean) - Method in PersistentEntity
Whether this PersistentEntity is mapped using a different store.
setFetch(java.lang.String) - Method in Property
Makes it easier to configure the fetch strategy
setFlushMode(javax.persistence.FlushModeType) - Method in AbstractSession
setFlushMode(javax.persistence.FlushModeType) - Method in Session
The flush mode, defaults to FlushModeType.COMMIT
setForeignKeyInChild(boolean) - Method in ToOne
setHibernateCompatible(boolean) - Method in JpaQueryBuilder
setIdentifier(java.lang.Object) - Method in BeanEntityAccess
setIdentifier(java.lang.Object) - Method in EntityAccess
Sets the entity identifier to the given value
setIdentifier(java.lang.Object, java.lang.Object) - Method in EntityReflector
Set the identifier
setIdentifier(java.lang.Object) - Method in FieldEntityAccess
setIdentifier(java.lang.Object, java.lang.Object) - Method in FieldEntityAccess.FieldEntityReflector
setIdentifierNoConversion(java.lang.Object) - Method in BeanEntityAccess
setIdentifierNoConversion(java.lang.Object) - Method in EntityAccess
Sets the entity identifier to the given value
setIdentifierNoConversion(java.lang.Object) - Method in FieldEntityAccess
setInheritRollbackOnly(boolean) - Method in CustomizableRollbackTransactionAttribute
setInheritRollbackOnly(boolean) - Method in GrailsTransactionAttribute
setInitializing(java.lang.Boolean) - Method in AbstractPersistentCollection
setInList(java.util.List) - Method in DefaultConstrainedProperty
Parameters:
inList - The inList to set.
setIntialized(boolean) - Method in AbstractPersistentEntity.MappingProperties
setInversePropertyName(java.lang.String) - Method in ManyToMany
setInvertBooleanReturnValue(boolean) - Method in EventTriggerCaller
setKey(java.lang.String) - Method in KeyValue
setLazy(java.lang.Boolean) - Method in Property
setManyToMany(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, T, org.grails.datastore.mapping.model.types.ManyToMany, java.util.Collection, Map<Association,List<Serializable>>) - Method in NativeEntryEntityPersister
setManyToMany(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.util.Map, org.grails.datastore.mapping.model.types.ManyToMany, java.util.Collection, Map<Association, List<Serializable>>) - Method in SimpleMapEntityPersister
setMap(Map<String,Object>) - Method in RelaxedDataBinder.MapHolder
setMappingFactory(MappingFactory<Family,KeyValue>) - Method in KeyValueMappingContext
setMatches(java.lang.String) - Method in DefaultConstrainedProperty
Parameters:
regex - The matches to set.
setMax(java.lang.Comparable) - Method in DefaultConstrainedProperty
Parameters:
max - The max to set.
setMaxSize(java.lang.Integer) - Method in DefaultConstrainedProperty
Parameters:
maxSize - The maxSize to set.
setMessageSource(org.springframework.context.MessageSource) - Method in AbstractRxDatastoreClient
setMin(java.lang.Comparable) - Method in DefaultConstrainedProperty
Parameters:
min - The min to set.
setMinSize(java.lang.Integer) - Method in DefaultConstrainedProperty
Parameters:
minSize - The minLength to set.
setName(java.lang.String) - Method in Property
setNativeEntry(T) - Method in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
setNativeEvent(java.io.Serializable) - Method in AbstractPersistenceEvent
setNotEqual(java.lang.Object) - Method in DefaultConstrainedProperty
Parameters:
notEqual - The notEqual to set.
setNullable(boolean) - Method in DefaultConstrainedProperty
Parameters:
nullable - The nullable to set.
setObject(T) - Method in InstanceFactoryBean
setObjectIdentifier(java.lang.Object, java.io.Serializable) - Method in EntityPersister
Obtains an objects identifer
setObjectType(Class<?>) - Method in InstanceFactoryBean
setOwningSide(boolean) - Method in Association
Sets whether this association is the owning side
setOwningSide(boolean) - Method in Basic
setParent(java.lang.Object, java.lang.Object) - Method in ConstrainedPropertyBuilder
setPattern(java.lang.String) - Method in DynamicFinder
Sets the pattern to use for this finder
setPattern(java.lang.String) - Method in FinderMethod
Parameters:
pattern - A regular expression
setPattern(java.lang.String) - Method in ListOrderByFinder
setPooled(boolean) - Method in DataSourceBuilder
setProperty(java.lang.String, java.lang.Object) - Method in BeanEntityAccess
setProperty(java.lang.String, java.lang.Object) - Method in ClosureToMapPopulator
setProperty(java.lang.String, java.lang.Object) - Method in ConstrainedPropertyBuilder
setProperty(java.lang.String, java.lang.Object) - Method in EntityAccess
Sets a property value
setProperty(java.lang.Object, java.lang.String, java.lang.Object) - Method in EntityReflector
Set a property for the specified index
setProperty(java.lang.String, java.lang.Object) - Method in FieldEntityAccess
setProperty(java.lang.Object, int, java.lang.Object) - Method in FieldEntityAccess.FieldEntityReflector
setProperty(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
setProperty(java.lang.String, java.lang.Object) - Method in InstanceProxy
setProperty(java.lang.String, java.lang.Object) - Method in ModificationTrackingEntityAccess
Sets a property value
setProperty(java.lang.String, java.lang.Object) - Method in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
setProperty(java.lang.Object, java.lang.String, java.lang.Object) - Method in ProxyInstanceMetaClass
setPropertyAfterResolving(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
setPropertyBeforeResolving(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
setPropertyName(java.lang.String) - Method in ValidatorConstraint.ValidatorDelegate
setPropertyNoConversion(java.lang.String, java.lang.Object) - Method in BeanEntityAccess
setPropertyNoConversion(java.lang.String, java.lang.Object) - Method in EntityAccess
Sets a property without applying any automatic type conversion
setPropertyNoConversion(java.lang.String, java.lang.Object) - Method in FieldEntityAccess
setPropertyNoConversion(java.lang.String, java.lang.Object) - Method in ModificationTrackingEntityAccess
setProxyEntities(boolean) - Method in AbstractPersistentCollection
Whether to proxy entities by their keys
setProxyFactory(org.grails.datastore.mapping.proxy.ProxyFactory) - Method in AbstractMappingContext
setProxyFactory(org.grails.datastore.mapping.proxy.ProxyFactory) - Method in MappingContext
Factory to use for creating proxies
setRange(groovy.lang.Range) - Method in DefaultConstrainedProperty
Parameters:
range - The range to set.
setRange(groovy.lang.ObjectRange) - Method in Property
setReadOnly() - Method in AbstractDatastorePersistenceContextInterceptor
setReadOnly() - Method in AggregatePersistenceContextInterceptor
setReadOnly(boolean) - Method in DataSourceBuilder
setReadWrite() - Method in AbstractDatastorePersistenceContextInterceptor
setReadWrite() - Method in AggregatePersistenceContextInterceptor
setReferencedPropertyName(java.lang.String) - Method in Association
Sets the name of the inverse property
setResourceLoader(org.springframework.core.io.ResourceLoader) - Method in AbstractDatastoreInitializer
setResults(java.util.List) - Method in PostQueryEvent
Reset the list of results to a new list.
setRxDatastoreClient(org.grails.datastore.rx.RxDatastoreClient) - Method in RxDatastoreClientAware
Sets the datastore client
setSecondaryDatastore(boolean) - Method in AbstractDatastoreInitializer
Whether this datastore is secondary to another primary datastore (example the SQL DB)
setSession(org.grails.datastore.mapping.core.Session) - Method in TransactionObject
setSessionHolder(org.grails.datastore.mapping.transactions.SessionHolder) - Method in TransactionObject
setSessionProperty(java.lang.String, java.lang.Object) - Method in AbstractAttributeStoringSession
Set a property on this session.
setSessionProperty(java.lang.String, java.lang.Object) - Method in Session
Set a property on this session.
setSize(groovy.lang.Range) - Method in DefaultConstrainedProperty
Parameters:
size - The size to set.
setSize(groovy.lang.IntRange) - Method in Property
setSort(java.lang.Object) - Method in Entity
setSynchronizedWithTransaction(boolean) - Method in AbstractSession
Whether the session is synchronized with an external transaction
setSynchronizedWithTransaction(boolean) - Method in Session
Whether the session is synchronized with a transaction
setSynchronizedWithTransaction(boolean) - Method in SessionHolder
setSyntaxStrategy(org.grails.datastore.mapping.model.MappingConfigurationStrategy) - Method in KeyValueMappingContext
setTenantResolver(org.grails.datastore.mapping.multitenancy.TenantResolver) - Method in AbstractConnectionSourceFactory
The tenant resolver to use
setTenantResolver(org.grails.datastore.mapping.multitenancy.TenantResolver) - Method in MultiTenancySettings
Sets the tenant resolver to use
setter - Property in DirtyCheckingTransformer.GetterAndSetter
setter() - Method in EntityReflector.PropertyWriter
Returns:
The getter
setter - Field in FieldEntityAccess.FieldEntityReflector.FieldWriter
setter() - Method in FieldEntityAccess.FieldEntityReflector.ReflectionMethodWriter
setThisMetaClass(groovy.lang.MetaClass) - Method in GroovyObjectMethodHandler
setTimeout(int) - Method in SessionOnlyTransaction
setTimeout(int) - Method in SimpleMapSession.MockTransaction
setTimeout(int) - Method in Transaction
Sets the transaction timeout period
setTimestampProvider(org.grails.datastore.gorm.timestamp.TimestampProvider) - Method in AutoTimestampEventListener
setTimestampProviders(List<TimestampProvider>) - Method in AggregateTimestampProvider
SETTING_ALLOW_BLOCKING - Field in Settings
Whether blocking operations are allowed
SETTING_AUTO_FLUSH - Field in Settings
Whether to flush the session between each query
SETTING_CUSTOM_TYPES - Field in Settings
The custom types
SETTING_DATASOURCE - Field in Settings
The data source setting
SETTING_DATASOURCES - Field in Settings
The data sources setting
SETTING_DB_CREATE - Field in Settings
The dbCreate setting (defaults to none)
SETTING_DEFAULT_CONSTRAINTS - Field in Settings
The default constraints
SETTING_DEFAULT_MAPPING - Field in Settings
The default mapping
SETTING_FAIL_ON_ERROR - Field in Settings
Whether to throw an exception on a validation error
SETTING_FLUSH_MODE - Field in Settings
The default flush mode
SETTING_MARK_DIRTY - Field in Settings
Whether to mark the instance as dirty on an explicit save()
SETTING_MULTI_TENANCY_MODE - Field in Settings
The multi tenancy mode
SETTING_MULTI_TENANT_RESOLVER_CLASS - Field in Settings
The multi tenancy resolver class
SETTING_MULTI_TENANT_RESOLVER - Field in Settings
The multi tenancy resolver class
Settings - Interface in org.grails.gorm.rx.config
Additional settings specific to RxGORM
settings - Field in DefaultConnectionSource
setToIndex(Map<PersistentProperty,Object>) - Method in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
setTPCacheAdapter(java.lang.String, TPCacheAdapter<T>) - Method in TPCacheAdapterRepository
Sets TPCacheAdapter for the specified FQN java class of PersistentEntity.
setTPCacheAdapter(java.lang.String, TPCacheAdapter<T>) - Method in TPCacheAdapterRepositoryImpl
setTransaction(Transaction<?>) - Method in SessionHolder
setTransaction(Transaction<?>) - Method in TransactionObject
deprecated:
Here for binary compatibility, doesn't actually do anything
setUnique(List<String>) - Method in Property
setUniquenessGroup(List<String>) - Method in Property
setUniqueResult(boolean) - Method in AbstractCriteriaBuilder
setUniqueResult(boolean) - Method in Query
Here purely for compatibility
setUrl(boolean) - Method in DefaultConstrainedProperty
Parameters:
url - The url to set.
setValidatedFields(List<?>) - Method in ValidationEvent
setValidator(org.springframework.validation.Validator) - Method in GormValidationApi
setValidatorRegistry(org.grails.datastore.mapping.validation.ValidatorRegistry) - Method in AbstractMappingContext
setValidatorRegistry(org.grails.datastore.mapping.validation.ValidatorRegistry) - Method in MappingContext
Sets the validator registry used by this mapping context
setValue(java.lang.Object) - Method in Query.Equals
setValue(java.lang.Object) - Method in Query.IdEquals
setValue(java.lang.Object) - Method in Query.NotEquals
setValue(java.lang.Object) - Method in Query.PropertyCriterion
setVersion(boolean) - Method in AbstractPersistentEntity.MappingProperties
setVersion(org.grails.datastore.mapping.engine.EntityAccess) - Method in DomainEventListener
setVersion(org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
setVersionByDefault(boolean) - Method in AbstractGormMappingFactory
Whether the version entities using optimistic locking by default
setVetoed(boolean) - Method in PendingDeleteAdapter
setVetoed(boolean) - Method in PendingInsertAdapter
setVetoed(boolean) - Method in PendingOperationAdapter
setVetoed(boolean) - Method in PendingUpdateAdapter
SHARED_CONSTRAINT - Field in ConstrainedPropertyBuilder
sharedConstraints - Field in ConstrainedPropertyBuilder
shortNameConstraintErrorCode - Field in AbstractConstraint
shortNamePrefix - Field in AbstractConstraint
shouldInject(java.net.URL) - Method in DirtyCheckingTransformer
shouldInject(java.net.URL) - Method in GormTransformer
shouldSaveOnCreate() - Method in FindOrCreateByFinder
shouldSaveOnCreate() - Method in FindOrSaveByFinder
shouldSkipValidation() - Method in GormValidateable
Returns:
Whether this instance should skip validation
shouldWeave(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractTraitApplyingGormASTTransformation
shouldWeave(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in ServiceTransformation
SIGNATURES - Field in ClassReader
True to enable signatures support.
Simple - Class in org.grails.datastore.mapping.model.types
Models a simple property type
Simple(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in Simple
SIMPLE_TYPES - Field in MappingFactory
SimpleMapConnectionSourceFactory - Class in org.grails.datastore.mapping.simple.connections
Simple implementation that just builds ConnectionSource instances from Maps
SimpleMapConnectionSourceFactory() - Constructor in SimpleMapConnectionSourceFactory
SimpleMapDatastore - Class in org.grails.datastore.mapping.simple
A simple implementation of the Datastore interface that backs onto an in-memory map.
SimpleMapDatastore(org.grails.datastore.mapping.model.MappingContext, org.springframework.context.ConfigurableApplicationContext) - Constructor in SimpleMapDatastore
Creates a map based datastore for the specified mapping context
SimpleMapEntityPersister - Class in org.grails.datastore.mapping.simple.engine
A simple implementation of the EntityPersister abstract class that backs onto an in-memory map.
SimpleMapEntityPersister.1 - Class in org.grails.datastore.mapping.simple.engine
SimpleMapEntityPersister.1() - Constructor in SimpleMapEntityPersister.1
SimpleMapEntityPersister.2 - Class in org.grails.datastore.mapping.simple.engine
SimpleMapEntityPersister.2() - Constructor in SimpleMapEntityPersister.2
SimpleMapEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.simple.SimpleMapDatastore, org.springframework.context.ApplicationEventPublisher) - Constructor in SimpleMapEntityPersister
SimpleMapQuery - Class in org.grails.datastore.mapping.simple.query
Simple query implementation that queries a map of objects.
SimpleMapQuery(org.grails.datastore.mapping.simple.SimpleMapSession, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.simple.engine.SimpleMapEntityPersister) - Constructor in SimpleMapQuery
SimpleMapResultList - Class in org.grails.datastore.mapping.simple.query
Authors:
Graeme Rocher
SimpleMapResultList(org.grails.datastore.mapping.simple.query.SimpleMapQuery) - Constructor in SimpleMapResultList
SimpleMapSession - Class in org.grails.datastore.mapping.simple
A simple implementation of the Session interface that backs onto an in-memory map.
SimpleMapSession.MockTransaction - Class in org.grails.datastore.mapping.simple
SimpleMapSession(org.grails.datastore.mapping.simple.SimpleMapDatastore, org.grails.datastore.mapping.model.MappingContext, org.springframework.context.ApplicationEventPublisher) - Constructor in SimpleMapSession
singleResult() - Method in Query
Executes the query returning a single result or null
singleResult(Map<String, Object>) - Method in RxQuery
Parameters:
queryArguments - The query arguments.
singleResult - Field in RxSchedule
Returns:
Whether the underlying query method returns a single result of an iterable
Default:
false
SingleResultAdapter - Class in org.grails.gorm.rx.services.implementers
Adapts existing implementers for RxJava
SingleResultAdapter(org.grails.datastore.gorm.services.implementers.SingleResultServiceImplementer) - Constructor in SingleResultAdapter
SingleResultInterfaceProjectionBuilder - Trait in org.grails.datastore.gorm.services.implementers
Support trait for building interface projections
SingleResultProjectionServiceImplementer - Interface in org.grails.datastore.gorm.services.implementers
Represents a projection implementer
SingleResultServiceImplementer - Interface in org.grails.datastore.gorm.services.implementers
An implementer that returns a single result
SingletonConnectionSources - Class in org.grails.datastore.mapping.core.connections
Models a ConnectionSources object that only supports a single connection
SingletonConnectionSources.NullConnectionFactory - Class in org.grails.datastore.mapping.core.connections
SingletonConnectionSources.NullConnectionFactory() - Constructor in SingletonConnectionSources.NullConnectionFactory
SingletonConnectionSources(ConnectionSource<T, S>, org.springframework.core.env.PropertyResolver) - Constructor in SingletonConnectionSources
size() - Method in AbstractPersistentCollection
size - Field in AbstractResultList
size - Property in DefaultConstrainedProperty
size() - Method in DetachedCriteria
Synonym for #count()
SIZE_OPERATOR_TO_CRITERIA_METHOD_MAP - Field in DetachedCriteriaTransformer
size() - Method in PagedResultList
size() - Method in PropertyResolverMap
size() - Method in SessionHolder
SizeConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates size of the property, for strings and arrays this is the length, collections the size and numbers the value.
SizeConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in SizeConstraint
sizeEq(java.lang.String, int) - Method in AbstractCriteriaBuilder
sizeEq(java.lang.String, int) - Method in AbstractDetachedCriteria
See Also:
Criteria
sizeEq(java.lang.String, int) - Method in Criteria
Creates a Criterion that constrains a collection property by size
sizeEq(java.lang.String, int) - Method in DetachedCriteria
sizeEq(java.lang.String, int) - Method in Restrictions
Used to restrict the size of a collection property
SizeEquals(java.lang.String, int) - Constructor in Query.SizeEquals
sizeGe(java.lang.String, int) - Method in AbstractCriteriaBuilder
sizeGe(java.lang.String, int) - Method in AbstractDetachedCriteria
See Also:
Criteria
sizeGe(java.lang.String, int) - Method in Criteria
Creates a Criterion that constrains a collection property to be greater than or equal to the given size
sizeGe(java.lang.String, int) - Method in DetachedCriteria
sizeGe(java.lang.String, int) - Method in Restrictions
Used to restrict the size of a collection property to be greater than or equal to the given value
SizeGreaterThan(java.lang.String, int) - Constructor in Query.SizeGreaterThan
SizeGreaterThanEquals(java.lang.String, int) - Constructor in Query.SizeGreaterThanEquals
sizeGt(java.lang.String, int) - Method in AbstractCriteriaBuilder
sizeGt(java.lang.String, int) - Method in AbstractDetachedCriteria
See Also:
Criteria
sizeGt(java.lang.String, int) - Method in Criteria
Creates a Criterion that constrains a collection property to be greater than the given size
sizeGt(java.lang.String, int) - Method in DetachedCriteria
sizeGt(java.lang.String, int) - Method in Restrictions
Used to restrict the size of a collection property to be greater than the given value
sizeLe(java.lang.String, int) - Method in AbstractCriteriaBuilder
sizeLe(java.lang.String, int) - Method in AbstractDetachedCriteria
See Also:
Criteria
sizeLe(java.lang.String, int) - Method in Criteria
Creates a Criterion that constrains a collection property to be less than or equal to the given size
sizeLe(java.lang.String, int) - Method in DetachedCriteria
sizeLe(java.lang.String, int) - Method in Restrictions
Creates a Criterion that contrains a collection property to be less than or equal to the given size
SizeLessThan(java.lang.String, int) - Constructor in Query.SizeLessThan
SizeLessThanEquals(java.lang.String, int) - Constructor in Query.SizeLessThanEquals
sizeLt(java.lang.String, int) - Method in AbstractCriteriaBuilder
sizeLt(java.lang.String, int) - Method in AbstractDetachedCriteria
See Also:
Criteria
sizeLt(java.lang.String, int) - Method in Criteria
Creates a Criterion that constrains a collection property to be less than to the given size
sizeLt(java.lang.String, int) - Method in DetachedCriteria
sizeLt(java.lang.String, int) - Method in Restrictions
Creates a Criterion that contrains a collection property to be less than to the given size
sizeNe(java.lang.String, int) - Method in AbstractCriteriaBuilder
sizeNe(java.lang.String, int) - Method in AbstractDetachedCriteria
See Also:
Criteria
sizeNe(java.lang.String, int) - Method in Criteria
Creates a Criterion that constrains a collection property to be not equal to the given size
sizeNe(java.lang.String, int) - Method in DetachedCriteria
sizeNe(java.lang.String, int) - Method in Restrictions
Creates a Criterion that contrains a collection property to be not equal to the given size
SizeNotEquals(java.lang.String, int) - Constructor in Query.SizeNotEquals
SKIP_DEBUG - Field in ClassReader
Flag to skip the debug information in the class.
skipBlankValues() - Method in AbstractConstraint
skipBlankValues() - Method in BlankConstraint
skipBlankValues() - Method in ValidatorConstraint
skipNullValues() - Method in AbstractConstraint
skipNullValues() - Method in NullableConstraint
skipNullValues() - Method in ValidatorConstraint
skipValidate - Field in GormValidateable
skipValidation(boolean) - Method in GormValidateable
Marks this instance to skip validation
Snapshot - Class in org.grails.datastore.mapping.core.grailsversion
A class to represent the snapshot version of Grails for comparison
snapshot - Property in GrailsVersion
Information about the snapshot status
SNAPSHOT - Field in Snapshot
SoftServiceLoader - Class in org.grails.datastore.mapping.services
SoftServiceLoader.ServiceLoaderIterator - Class in org.grails.datastore.mapping.services
A service loader iterator implementation.
SoftServiceLoader(Class<S>, java.lang.ClassLoader, Predicate<String>) - Constructor in SoftServiceLoader
SoftThreadLocalMap - Class in org.grails.datastore.mapping.core
Creates a InheritableThreadLocal with an intial value of a Map.
sort(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
Adds a sort order to this criteria instance
sort(java.lang.String, java.lang.String) - Method in DetachedCriteria
sort - Property in Entity
sortPropertyNames(List<String>) - Method in RelaxedDataBinder
Sort by name so that parent properties get processed first (e.g.
source - Field in DefaultConnectionSource
source - Field in PropertyOrigin
sourceUnit - Field in DetachedCriteriaTransformer
sourceUnit - Property in QueryStringTransformer
SPACE - Field in JpaQueryBuilder
SPEC_CLASS - Field in AstUtils
splitPath(java.lang.String) - Method in RelaxedDataBinder.BeanPath
SpringDataSourceConnectionSourceFactory - Class in org.grails.datastore.gorm.jdbc.connections
A DataSourceConnectionSourceFactory for building data sources that could come from spring
SpringSessionSynchronization - Class in org.grails.datastore.mapping.transactions.support
An instance of org.springframework.transaction.support.TransactionSynchronization for the Datastore abstraction.
SpringSessionSynchronization(org.grails.datastore.mapping.transactions.SessionHolder, org.grails.datastore.mapping.core.Datastore, boolean) - Constructor in SpringSessionSynchronization
SQLITE - Enum Constant in DatabaseDriver
SQL Lite.
SQLSERVER - Enum Constant in DatabaseDriver
SQL Server.
startBuild(java.lang.Object, java.lang.String) - Method in ConfigurationBuilder
Subclasses can override for when building starts for the given builder
stateException(java.lang.Class) - Method in GormEnhancer
stateException(java.lang.Class) - Method in RxGormEnhancer
stateless - Field in AbstractSession
stateless - Property in Entity
Returns:
Whether the entity state should be held in the session or not
StatelessDatastore - Interface in org.grails.datastore.mapping.core
For Datastores that support stateless connectivity
STATIC_APIS - Field in GormEnhancer
STATIC_APIS - Field in RxGormEnhancer
staticApi - Property in GormAsyncStaticApi
StaticConnectionSources - Class in org.grails.datastore.mapping.core.connections
A static non-mutable implementation for existing for a set of existing ConnectionSource instances
StaticConnectionSources(ConnectionSource<T, S>, Iterable<ConnectionSource<T, S>>, org.springframework.core.env.PropertyResolver) - Constructor in StaticConnectionSources
staticDetachedCriteriaVariables - Field in DetachedCriteriaTransformer
StaticMethodInvokingClosure - Class in org.grails.datastore.gorm.internal
Not public API.
StaticMethodInvokingClosure(java.lang.Object, java.lang.String, java.lang.Class) - Constructor in StaticMethodInvokingClosure
staticMethodMissing(java.lang.String, java.lang.Object) - Method in GormEntity
Handles static method missing for dynamic finders
staticMethodMissing(java.lang.String, java.lang.Object) - Method in RxEntity
Handles dynamic finders
staticMethodMissing(java.lang.String, java.lang.Object) - Method in RxGormStaticApi
staticMethodMissing(java.lang.String, java.lang.Object) - Method in RxGormStaticOperations
Handles dynamic finders
staticMethodMissing(java.lang.String, java.lang.Object) - Method in TenantDelegatingRxGormOperations
staticPropertyMissing(java.lang.String, java.lang.Object) - Method in GormEntity
Handles property missing, does nothing by default, sub traits to override
staticPropertyMissing(java.lang.String) - Method in RxEntity
staticPropertyMissing(java.lang.String) - Method in RxGormStaticApi
staticPropertyMissing(java.lang.String) - Method in RxGormStaticOperations
Static property missing implementation
staticPropertyMissing(java.lang.String) - Method in TenantDelegatingRxGormOperations
storeDateCreatedAndLastUpdatedInfo(org.grails.datastore.mapping.model.PersistentEntity) - Method in AutoTimestampEventListener
storeEntry(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, K, T) - Method in NativeEntryEntityPersister
Stores the native form of a Key/value datastore to the actual data store
storeEntry(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, java.lang.Object, java.util.Map) - Method in SimpleMapEntityPersister
storeTimestampAvailability(Map<String,Boolean>, org.grails.datastore.mapping.model.PersistentEntity, PersistentProperty<?>) - Method in AutoTimestampEventListener
STR - Field in ClassReader
The type of CONSTANT_String constant pool items.
strings - Field in ClassReader
The String objects corresponding to the CONSTANT_Utf8 items.
StringToBigDecimalConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
StringToBigDecimalConverter() - Constructor in StringToBigDecimalConverter
StringToBigIntegerConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
StringToBigIntegerConverter() - Constructor in StringToBigIntegerConverter
StringToByteArrayConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
StringToByteArrayConverter() - Constructor in StringToByteArrayConverter
StringToCurrencyConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
StringToCurrencyConverter() - Constructor in StringToCurrencyConverter
StringToEnum(Class<T>) - Constructor in RelaxedConversionService.StringToEnumIgnoringCaseConverterFactory.StringToEnum
StringToLocaleConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
StringToLocaleConverter() - Constructor in StringToLocaleConverter
StringToShortConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
StringToShortConverter() - Constructor in StringToShortConverter
StringToTimeZoneConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
StringToTimeZoneConverter() - Constructor in StringToTimeZoneConverter
StringToURLConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
StringToURLConverter() - Constructor in StringToURLConverter
stripLastDot(java.lang.String) - Method in RelaxedDataBinder
SubDomainTenantResolver - Class in org.grails.datastore.mapping.multitenancy.web
A tenant resolver that resolves the tenant from the Subdomain
SubDomainTenantResolver() - Constructor in SubDomainTenantResolver
subList(int, int) - Method in PagedResultList
subList(int, int) - Method in PersistentList
subquery - Field in Query.Exists
subquery - Field in Query.In
subquery - Field in Query.NotExists
subquery - Field in Query.NotIn
SubqueryCriterion(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.SubqueryCriterion
subqueryIfNecessary(org.grails.datastore.mapping.query.Query.PropertyCriterion, boolean) - Method in SimpleMapQuery
subscribe(Subscriber<? super T>) - Method in DetachedCriteria
subscribe(Subscriber<? super T>) - Method in PersistentObservable
A convenience method that subscribes to the Observable as provided by toObservable.
subscribe(rx.Subscriber) - Method in RxCollection
subscribe(rx.Subscriber) - Method in RxPersistentSortedSet
subSet(java.lang.Object, java.lang.Object) - Method in PersistentSortedSet
subSet(java.lang.Object, java.lang.Object) - Method in RxPersistentSortedSet
sum(java.lang.String) - Method in AbstractCriteriaBuilder
Computes the sum of a property
sum(java.lang.String) - Method in AbstractDetachedCriteria
Adds a sum projection
sum(java.lang.String) - Method in AbstractDetachedCriteria.DetachedProjections
sum(java.lang.String) - Method in DetachedCriteria
sum(java.lang.String) - Method in ProjectionList
Computes the sum of a property
sum(java.lang.String) - Method in Projections
Computes the sum of a property
sum(java.lang.String) - Method in Query.ProjectionList
Computes the sum of a property
SumProjection(java.lang.String) - Constructor in Query.SumProjection
SUPPORTED_EVENTS - Field in MultiTenantEventListener
SUPPORTED_FUNCTIONS - Field in DetachedCriteriaTransformer
supports(org.grails.datastore.mapping.model.MappingContext) - Method in AbstractMappingAwareCustomTypeMarshaller
supports(java.lang.Class) - Method in BlankConstraint
supports(java.lang.Class) - Method in Constraint
Returns whether the constraint supports being applied against the specified type;
supports(java.lang.Class) - Method in ConstraintFactory
The target type this factory supports
supports(java.lang.Class) - Method in CreditCardConstraint
supports(org.grails.datastore.mapping.core.Datastore) - Method in CustomTypeMarshaller
deprecated:
Use supports(MappingContext) instead
supports(java.lang.Class) - Method in DefaultConstraintFactory
supports(java.lang.Class) - Method in EmailConstraint
supports(java.lang.Class) - Method in InListConstraint
supports(java.lang.Class) - Method in MatchesConstraint
supports(java.lang.Class) - Method in MaxConstraint
supports(java.lang.Class) - Method in MaxSizeConstraint
supports(java.lang.Class) - Method in MinConstraint
supports(java.lang.Class) - Method in MinSizeConstraint
supports(java.lang.Class) - Method in NotEqualConstraint
supports(java.lang.Class) - Method in NullableConstraint
supports(Class<?>) - Method in PersistentEntityValidator
supports(java.lang.Class) - Method in RangeConstraint
supports(java.lang.Class) - Method in ScaleConstraint
supports(java.lang.Class) - Method in SizeConstraint
supports(java.lang.Class) - Method in UniqueConstraint
supports(java.lang.Class) - Method in UrlConstraint
supports(java.lang.Class) - Method in ValidatorConstraint
supportsContraint(java.lang.String) - Method in DefaultConstrainedProperty
Checks with this ConstraintedProperty instance supports applying the specified constraint.
supportsCreating(Class<?>) - Method in AggregateTimestampProvider
supportsCreating(Class<?>) - Method in DefaultTimestampProvider
supportsCreating(Class<?>) - Method in TimestampProvider
Whether a timestamp can be created for the given type
supportsCustomType(Class<?>) - Method in GormMappingConfigurationStrategy
supportsEventType(Class<? extends ApplicationEvent>) - Method in AutoTimestampEventListener
supportsEventType(Class<? extends ApplicationEvent>) - Method in DomainEventListener
{@inheritDoc}
supportsEventType(Class<? extends ApplicationEvent>) - Method in MultiTenantEventListener
supportsEventType(Class<? extends ApplicationEvent>) - Method in ValidationEventListener
supportsSourceType(Class<?>) - Method in AbstractPersistenceEventListener
supportsSourceType(Class<?>) - Method in AutoTimestampEventListener
supportsSourceType(Class<?>) - Method in DomainEventListener
supportsSourceType(Class<?>) - Method in MultiTenantEventListener
supportsSourceType(Class<?>) - Method in ValidationEventListener
suspend() - Method in SpringSessionSynchronization
syncChangedProperties(java.lang.Object) - Method in DirtyCheckable
Sync the changes for a given instance with this instance.
syntaxStrategy - Field in DocumentMappingContext
syntaxStrategy - Field in KeyValueMappingContext
SystemPropertyTenantResolver - Class in org.grails.datastore.mapping.multitenancy.resolvers
A TenantResolver that resolves from a System property called "gorm.tenantId".
SystemPropertyTenantResolver() - Constructor in SystemPropertyTenantResolver

T

tailSet(java.lang.Object) - Method in PersistentSortedSet
tailSet(java.lang.Object) - Method in RxPersistentSortedSet
target - Field in AbstractObservableProxyMethodHandler
target - Field in AssociationQueryProxyHandler
target - Property in DefaultMappingConfigurationBuilder
target - Property in DelegatingGormEntityApi
target - Property in DirtyCheckingCollection
target - Property in DirtyCheckingList
target - Property in DirtyCheckingMap
target - Property in DirtyCheckingSet
target - Property in DirtyCheckingSortedSet
target - Property in InstanceProxy
target - Property in ModificationTrackingEntityAccess
The target entity access
target - Property in MultiTenantConnection
target - Property in MultiTenantDataSource
TARGET_PROPERTY - Field in EntityProxyMethodHandler
target - Field in SessionEntityProxyMethodHandler
targetClass - Field in AbstractCriteriaBuilder
targetClass - Field in AbstractDetachedCriteria
targetClass - Field in ConstrainedPropertyBuilder
targetClass - Field in MethodExpression
deprecated:
Do not use
targetClass - Property in PersistentEntityValidator
targetMetaClass - Field in ConstrainedPropertyBuilder
targetName - Property in Property
The target to map to, could be a database column, document attribute, or hash key
targetType - Field in AbstractMappingAwareCustomTypeMarshaller
targetTypes - Property in DefaultConstraintFactory
task(Closure<T>) - Method in GormAsyncStaticApi
Used to perform a sequence of operations asynchronously
TemporalConverter - Trait in grails.gorm.time
Tenant - Annotation Type in grails.gorm.multitenancy
TENANT_ANNOTATION_TYPE_EXPR - Field in TenantTransform
TENANT_ANNOTATION_TYPE - Field in TenantTransform
TENANT_IDENTITY - Field in GormProperties
TenantDelegatingGormOperations - Class in org.grails.datastore.gorm.multitenancy
Wraps each method call in the the given tenant id
TenantDelegatingGormOperations(org.grails.datastore.mapping.core.Datastore, java.io.Serializable, GormAllOperations<D>) - Constructor in TenantDelegatingGormOperations
TenantDelegatingRxGormOperations - Class in org.grails.gorm.rx.api.multitenancy
Delegates to a RxGORM API ensuring the tenant id is correct
TenantDelegatingRxGormOperations(org.grails.datastore.rx.RxDatastoreClient, java.io.Serializable, RxGormAllOperations<D>) - Constructor in TenantDelegatingRxGormOperations
TenantException - Class in org.grails.datastore.mapping.multitenancy.exceptions
Exception thrown when an error occurs resolving the tenant
TenantException(java.lang.String, java.lang.Throwable) - Constructor in TenantException
TenantId - Class in org.grails.datastore.mapping.model.types
Represents the mapping of a tenant id for multi tenancy
tenantId - Field in AbstractPersistentEntity
tenantId(java.lang.String) - Method in Entity
Sets the tenant id
tenantId - Property in FixedTenantResolver
The tenant id to resolve to
tenantId - Property in MultiTenantDataSource
tenantId - Property in TenantDelegatingGormOperations
tenantId - Property in TenantDelegatingRxGormOperations
TenantId(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in TenantId
TenantNotFoundException - Class in org.grails.datastore.mapping.multitenancy.exceptions
Thrown when the tenant cannot be found
TenantNotFoundException(java.lang.String, java.lang.Throwable) - Constructor in TenantNotFoundException
TenantResolver - Interface in org.grails.datastore.mapping.multitenancy
An interface for applications that implement Multi Tenancy to implement in order to resolve the current identifier
tenantResolver - Field in AbstractConnectionSourceFactory
tenantResolver - Property in AbstractRxDatastoreClient
tenantResolver - Property in MultiTenancySettings
tenantResolver - Field in SimpleMapDatastore
tenantResolverClass - Property in MultiTenancySettings
The tenant resolver class
Tenants - Class in grails.gorm.rx.multitenancy
Tenants implementation for RxGORM
Tenants.CurrentTenant - Class in grails.gorm.multitenancy
Tenants.CurrentTenant() - Constructor in Tenants.CurrentTenant
Tenants() - Constructor in Tenants
TenantService - Interface in grails.gorm.multitenancy
A Service with utility methods for working with Multi-Tenancy
tenantService() - Method in AbstractServiceImplementer
Returns:
The tenant service
TenantTransform - Class in org.grails.datastore.gorm.multitenancy.transform
Implementation of Tenant
TenantTransform() - Constructor in TenantTransform
TERADATA - Enum Constant in DatabaseDriver
Teradata.
text - Property in Snapshot
theMetaClass - Field in ClassPropertyFetcher
ThirdPartyCacheEntityPersister - Class in org.grails.datastore.mapping.engine
An EntityPersister that supports third party cache adapters
ThirdPartyCacheEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.Session, org.springframework.context.ApplicationEventPublisher, TPCacheAdapterRepository<T>) - Constructor in ThirdPartyCacheEntityPersister
thisValidator - Property in GormValidatorAdapter
throwable - Field in GrailsTransactionTemplate.ThrowableHolder
ThrowableHolder(java.lang.Throwable) - Constructor in GrailsTransactionTemplate.ThrowableHolder
ThrowableHolderException(java.lang.Throwable) - Constructor in GrailsTransactionTemplate.ThrowableHolderException
timeout - Field in ReadOnly
The timeout for this transaction.
timeout - Field in Transactional
The timeout for this transaction.
TimestampProvider - Interface in org.grails.datastore.gorm.timestamp
Interface for implementations that create timestamps for GORM dateCreated/lastUpdated fields
timestampProvider - Field in AutoTimestampEventListener
timestampProviders - Field in AggregateTimestampProvider
to - Field in Query.Between
toArray(java.lang.Object) - Method in AbstractPersistentCollection
toArray(T) - Method in PagedResultList
toConfiguration(B) - Method in ConfigurationBuilder
Convert the builder to the final configuration
toConfiguration(org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Method in ConnectionSourceSettingsBuilder
toConfiguration(org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Method in DataSourceSettingsBuilder
toHibernateProperties() - Method in DataSourceSettings
Convert to Hibernate properties
toHierarchy(java.lang.Class) - Method in ConfigurationBuilder
toIndex - Field in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
toList(java.util.Map, groovy.lang.Closure) - Method in DetachedCriteria
Converts the observable to another observable that outputs the complete list.
toListObservable() - Method in ObservableCollection
Returns an Observable for the operation
toListObservable() - Method in RxCollection
Returns:
A list observable
ToMany - Class in org.grails.datastore.mapping.model.types
Shared super class inherited by both OneToMany and ManyToMany
ToMany(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in ToMany
toObservable() - Method in DetachedCriteria
toObservable() - Method in PersistentObservable
Returns an Observable for the operation
toObservable() - Method in RxCollection
ToOne - Class in org.grails.datastore.mapping.model.types
Authors:
Graeme Rocher
ToOne(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in ToOne
toProperties() - Method in DataSourceSettings
Returns:
Convert to datasource properties
toQuery(java.util.Map) - Method in DetachedCriteria
Convert this DetachedCriteria to a query implementation
toString() - Method in AbstractConstraint
toString() - Method in AbstractPersistentCollection
toString() - Method in AbstractPersistentEntity
toString() - Method in AbstractPersistentProperty
toString() - Method in AbstractSession.CollectionKey
toString() - Method in Association
toString() - Method in GrailsTransactionTemplate.ThrowableHolderException
toString() - Method in GrailsVersion
toString() - Method in MappingFactory
toString() - Method in OriginCapablePropertyValue
toString() - Method in RelaxedDataBinder.BeanPath
toString() - Method in RelaxedDataBinder.BeanPath.ArrayIndexNode
toString() - Method in RelaxedDataBinder.BeanPath.MapIndexNode
toString() - Method in RelaxedDataBinder.BeanPath.PropertyNode
toString() - Method in Snapshot
totalCount - Field in PagedResultList
toValidConnectionSourceNames(Map<String, Object>) - Method in AbstractConnectionSources
TPCacheAdapter - Interface in org.grails.datastore.mapping.cache
TPCacheAdapterRepository - Interface in org.grails.datastore.mapping.cache
A repository of TPCacheAdapters.
TPCacheAdapterRepositoryImpl - Class in org.grails.datastore.mapping.cache.impl
Simple implementation of TPCacheAdapterRepository
trackChanges(Map<String, Object>) - Method in DirtyCheckable
Initialises the changes with the given changes.
Transaction - Interface in org.grails.datastore.mapping.transactions
Class giving the ability to start, commit and rollback a transaction.
transaction - Field in AbstractSession
TRANSACTION_MANAGER_BEAN - Field in AbstractDatastoreInitializer
Transactional - Annotation Type in grails.gorm.transactions
Describes transaction attributes on a method or class.
transactionalDatastore() - Method in AbstractServiceImplementer
Returns:
The datastore expression
TransactionalTransform - Class in org.grails.datastore.gorm.transactions.transform
TransactionalTransform() - Constructor in TransactionalTransform
transactionAttribute - Property in GrailsTransactionTemplate
transactionAware - Property in DataSourceSettings
Whether the data source is aware of an ongoing Spring transaction
TransactionCapableDatastore - Interface in org.grails.datastore.mapping.transactions
An interface for Datastore implementations that support transaction management
transactionManager - Property in GormEnhancer
transactionManager - Field in GormStaticApi
transactionManager - Field in SimpleMapDatastore
TransactionObject - Class in org.grails.datastore.mapping.transactions
A transaction object returned when the transaction is created.
TransactionService - Interface in grails.gorm.transactions
A GORM service that simplifies the execution of transactions
transactionService() - Method in AbstractServiceImplementer
Returns:
The transaction service
transactionTemplate - Field in GrailsTransactionTemplate
TransactionUtils - Class in org.grails.datastore.mapping.transactions
Utility methods for Transactions.
TRANSFORM_APPLIED_MARKER - Field in AstUtils
TRANSFORM_APPLIED_MARKER - Field in GlobalTraitRepairTransformation
transform(org.codehaus.groovy.ast.expr.Expression) - Method in AstUtils.1
transform - Field in OrderedGormTransformation.TransformationInvocation
transform(org.codehaus.groovy.ast.expr.Expression) - Method in QueryStringTransformer
TransformationInvocation(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.transform.ASTTransformation) - Constructor in OrderedGormTransformation.TransformationInvocation
transformClosureExpression(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.ClosureExpression) - Method in DetachedCriteriaTransformer
transformDeclarationExpression(org.codehaus.groovy.ast.expr.DeclarationExpression) - Method in QueryStringTransformer
TRANSFORMED_CLASSES - Field in AstUtils
TRANSFORMED_MARKER - Field in DetachedCriteriaTransformer
transformPropertyExpressions(org.codehaus.groovy.ast.expr.Expression) - Method in QueryStringTransformer
transformQuery(org.codehaus.groovy.ast.expr.GStringExpression) - Method in QueryStringTransformer
TRANSIENT - Field in GormProperties
traversableResolver(javax.validation.TraversableResolver) - Method in GormValidatorFactoryAdapter.GormValidatorContext
type - Field in AbstractObservableProxyMethodHandler
type - Field in AbstractPersistentProperty
type - Field in Attribute
The type of this attribute.
TYPE_CHECKED_TYPE - Field in AstUtils
type - Field in DataSourceBuilder
type - Property in DataSourceSettings
The connection pool to use
type - Property in DefaultConstraintFactory
type - Field in Join
Returns:
The join type
Default:
{}
typeConverterMap - Field in MappingFactory
types - Property in ConnectionSourceSettings.CustomSettings
custom types

U

unbindSession(org.grails.datastore.mapping.core.Session) - Method in DatastoreUtils
Unbinds and closes a session.
UNDERSCORE_TO_PERIOD - Enum Constant in RelaxedNames.Manipulation
uninitializedEntities - Field in AutoTimestampEventListener
unique - Property in Property
UniqueConstraint - Class in org.grails.datastore.gorm.validation.constraints.builtin
A constraint that validates for the presence of an existing object (uniqueness)
UniqueConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in UniqueConstraint
uniquenessGroup - Field in Property
uniqueResult - Field in AbstractCriteriaBuilder
uniqueResult - Field in Query
UNKNOWN - Enum Constant in DatabaseDriver
Unknown type.
unloadedServices - Field in SoftServiceLoader
unlock(java.lang.Object) - Method in AbstractSession
unlock(java.lang.Object) - Method in LockableEntityPersister
Unlocks a locked object
unlock(java.lang.Object) - Method in NativeEntryEntityPersister
unlock(java.lang.Object) - Method in Session
Releases a lock, if not called all locked objects should be released by disconnect()
unlockEntry(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.io.Serializable) - Method in NativeEntryEntityPersister
Subclasses to override to provide locking semantics
unprocessed - Field in SoftServiceLoader.ServiceLoaderIterator
unsupported(java.lang.Object) - Method in GormStaticApi
unwrap(java.lang.Object) - Method in EntityProxyHandlerAdapter
unwrap(Class<T>) - Method in GormValidatorFactoryAdapter
unwrap(java.lang.Object) - Method in GroovyProxyFactory
unwrap(java.lang.Object) - Method in JavassistProxyFactory
Unwraps the given proxy if it is one
unwrap(Class<T>) - Method in JavaxValidatorRegistry
unwrap(java.lang.Object) - Method in ProxyHandler
Unwraps the given proxy if it is one
unwrap(java.lang.Object) - Method in RxJavassistProxyFactory
unwrapHandleMetaClass(groovy.lang.MetaClass) - Method in GroovyProxyFactory
unwrapIfProxy(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in FieldEntityAccess
unwrapIfProxy(java.lang.Object) - Method in ProxyHandlerAdapter
UPDATE_CLAUSE - Field in JpaQueryBuilder
updateAll(org.grails.datastore.mapping.query.api.QueryableCriteria, Map<String,Object>) - Method in AbstractSession
This default implementation of updateAll is unlikely to be optimal as it iterates and updates each object one by one.
updateAll(java.util.Map) - Method in DetachedCriteria
Updates all entities matching this criteria
updateAll(java.util.Map) - Method in GormOperations
Updates all entities matching this criteria
updateAll(java.util.Map) - Method in RxQuery
update all entities matching this query with the given properties
updateAll(org.grails.datastore.mapping.query.api.QueryableCriteria, Map<String,Object>) - Method in Session
Updates all objects matching the given criteria and property values
updateEntry(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, K, T) - Method in NativeEntryEntityPersister
Updates an existing entry to the actual datastore
updateEntry(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, java.lang.Object, java.util.Map) - Method in SimpleMapEntityPersister
updateInheritanceHierarchy(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.util.Map) - Method in SimpleMapEntityPersister
UpdateOneImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements an update operation that returns the updated domain class
UpdateOneImplementer() - Constructor in UpdateOneImplementer
updatePropertyIndices(java.lang.Object, Map<PersistentProperty,Object>, Map<PersistentProperty,Object>) - Method in NativeEntryEntityPersister
updates - Property in BatchOperation
UpdateStringQueryImplementer - Class in org.grails.datastore.gorm.services.implementers
Support for update String-queries
UpdateStringQueryImplementer() - Constructor in UpdateStringQueryImplementer
updateToManyIndices(T, java.lang.Object, Map<Association,List<Serializable>>, boolean) - Method in NativeEntryEntityPersister
updateTPCache(org.grails.datastore.mapping.model.PersistentEntity, T, java.io.Serializable) - Method in ThirdPartyCacheEntityPersister
UPPERCASE - Enum Constant in RelaxedNames.Variation
url(java.lang.String) - Method in DataSourceBuilder
url - Property in DataSourceSettings
The data source URL, defaults to an H2 in-memory database
url - Property in DefaultConstrainedProperty
UrlConstraint - Class in org.grails.datastore.gorm.validation.constraints
Validates a url.
UrlConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in UrlConstraint
useDefaultSchema(java.sql.Connection) - Method in DefaultSchemaHandler
useDefaultSchema(java.sql.Connection) - Method in SchemaHandler
Uses the given schema.
username(java.lang.String) - Method in DataSourceBuilder
username - Property in DataSourceSettings
The username
useSchema(java.sql.Connection, java.lang.String) - Method in DefaultSchemaHandler
useSchema(java.sql.Connection, java.lang.String) - Method in SchemaHandler
Uses the given schema.
useSchemaStatement - Property in DefaultSchemaHandler
usesConnectionSource(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in ConnectionSourcesSupport
Returns whether the given entity uses the give connection source name or not
usingContext() - Method in GormValidatorFactoryAdapter
usingContext() - Method in JavaxValidatorRegistry
UTF8 - Field in ClassReader
The type of CONSTANT_Utf8 constant pool items.
UUID2 - Enum Constant in ValueGenerator
A generator that uses UUID2s
UUID - Enum Constant in ValueGenerator
A generator that uses UUIDs

V

VALID_ANNOTATION_NAMES - Field in TransactionalTransform
validate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in AbstractConstraint
validate(java.lang.Object, org.springframework.validation.Errors, boolean) - Method in 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.
validate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in Constraint
Validate this constraint against a property value.
validate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in DefaultConstrainedProperty
Validate this constrainted property against specified property value
validate() - Method in GormValidateable
Validates an instance
validate(D) - Method in GormValidationApi
Validates an instance
validate(T, Class<?>) - Method in GormValidatorAdapter
validate(java.lang.Object, org.springframework.validation.Errors, boolean) - Method in PersistentEntityValidator
validate() - Method in RxEntity
validate(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in ValidatedService
Validate the given method for the given arguments
VALIDATED_METHOD - Field in MethodValidationImplementer
validatedFields - Field in ValidationEvent
ValidatedService - Trait in org.grails.datastore.gorm.validation.javax.services
A service that is validated by javax.validation
validateHelper - Property in PersistentEntityValidator
validateParameter(java.lang.Object) - Method in AbstractConstraint
Validate the parameter passed
validateParameter(java.lang.Object) - Method in BlankConstraint
validateParameter(java.lang.Object) - Method in CreditCardConstraint
validateParameter(java.lang.Object) - Method in EmailConstraint
validateParameter(java.lang.Object) - Method in InListConstraint
validateParameter(java.lang.Object) - Method in MatchesConstraint
validateParameter(java.lang.Object) - Method in MaxConstraint
validateParameter(java.lang.Object) - Method in MaxSizeConstraint
validateParameter(java.lang.Object) - Method in MinConstraint
validateParameter(java.lang.Object) - Method in MinSizeConstraint
validateParameter(java.lang.Object) - Method in NotEqualConstraint
validateParameter(java.lang.Object) - Method in NullableConstraint
validateParameter(java.lang.Object) - Method in RangeConstraint
validateParameter(java.lang.Object) - Method in ScaleConstraint
validateParameter(java.lang.Object) - Method in SizeConstraint
validateParameter(java.lang.Object) - Method in UniqueConstraint
validateParameter(java.lang.Object) - Method in UrlConstraint
validateParameter(java.lang.Object) - Method in ValidatorConstraint
validateProperty(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.lang.Class) - Method in JpaQueryBuilder
validatePropertyName(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
validatePropertyWithConstraint(java.lang.Object, java.lang.String, org.grails.datastore.mapping.reflect.EntityReflector, org.springframework.validation.Errors, grails.gorm.validation.ConstrainedProperty, org.grails.datastore.mapping.model.PersistentProperty) - Method in PersistentEntityValidator
validateWithVetoing(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in AbstractVetoingConstraint
validateWithVetoing(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in VetoingConstraint
Invoke validation with vetoing capabilities
VALIDATION_APIS - Field in GormEnhancer
VALIDATION_APIS - Field in RxGormEnhancer
VALIDATION_CONSTRAINT_NODE - Field in DirtyCheckingTransformer
Validation - Enum Constant in EventType
VALIDATION_EXCEPTION_TYPE - Field in ValidationException
ValidationConfigurationException - Class in grails.gorm.validation.exceptions
An exception thrown when there is an error configuration validation
ValidationConfigurationException(java.lang.String, java.lang.Throwable) - Constructor in ValidationConfigurationException
ValidationErrors - Class in org.grails.datastore.mapping.validation
Models validation errors
ValidationErrors(java.lang.Object) - Constructor in ValidationErrors
Creates a new instance of the org.springframework.validation.BeanPropertyBindingResult class.
ValidationEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
ValidationEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Constructor in ValidationEvent
ValidationEventListener - Class in org.grails.gorm.rx.events
A validation event listener for RxGORM
ValidationEventListener() - Constructor in ValidationEventListener
ValidationException - Class in org.grails.datastore.mapping.validation
Exception thrown when a validation error occurs
validationException - Property in GormInstanceApi
ValidationException(java.lang.String, org.springframework.validation.Errors) - Constructor in ValidationException
validationQuery - Field in DatabaseDriver
validator - Property in GormValidationApi
validator - Field in UrlConstraint
validator - Field in ValidatorConstraint
ValidatorConstraint - Class in org.grails.datastore.gorm.validation.constraints
ValidatorConstraint.ValidatorDelegate - Class in org.grails.datastore.gorm.validation.constraints
ValidatorConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in ValidatorConstraint
validatorFactory - Property in JavaxValidatorRegistry
The validator factory
validatorFactory - Field in ValidatedService
The validator factory
validatorMap - Property in DefaultValidatorRegistry
ValidatorProvider - Interface in org.grails.datastore.gorm.validation
A class that provides a validator
ValidatorRegistries - Class in org.grails.datastore.gorm.validation.registry.support
Utility methods for creating Validator registries
ValidatorRegistries() - Constructor in ValidatorRegistries
ValidatorRegistry - Interface in org.grails.datastore.mapping.validation
Strategy interface for looking up validators
validatorRegistry - Field in AbstractMappingContext
value - Field in Attribute
The raw value of this attribute, used only for unknown attributes.
value - Field in GormASTTransformationClass
value - Field in Join
Returns:
The property name to join on
value() - Method in Query
value - Field in Query.PropertyCriterion
value - Field in ReadOnly
A qualifier value for the specified transaction.
value() - Method in Rollback
The connection to rollback for
value - Field in Service
Returns:
The domain class this service operates with
Default:
Object.class
value - Field in Tenant
The tenant resolver
value - Field in Transactional
A qualifier value for the specified transaction.
value - Field in Where
ValueGenerator - Enum in org.grails.datastore.mapping.model
Value generation strategies
valueOf(java.lang.String) - Method in MultiTenancySettings.MultiTenancyMode
values() - Method in MultiTenancySettings.MultiTenancyMode
values() - Method in PropertyResolverMap
values - Field in Query.In
values - Field in RelaxedNames
VAR_TENANT_ID - Field in TenantTransform
variableScope - Field in DetachedCriteriaTransformer.ClosureAndArguments
variableScope - Property in QueryStringTransformer
varThis() - Method in AstUtils
Returns:
A new this variable
version - Field in AbstractPersistentEntity
version - Field in AbstractPersistentEntity.MappingProperties
version - Property in Entity
Returns:
Whether the entity is versioned
VERSION - Field in GormProperties
VERSION_KEY - Field in DefaultMappingConfigurationBuilder
VERSION_PROPERTY - Field in GormMappingConfigurationStrategy
versionByDefault - Field in AbstractGormMappingFactory
versionCompatibleType - Field in AbstractPersistentEntity
versioned - Field in AbstractPersistentEntity
versionText - Property in GrailsVersion
The full version text
vetoed - Field in PendingDeleteAdapter
vetoed - Field in PendingInsertAdapter
vetoed - Field in PendingOperationAdapter
vetoed - Field in PendingUpdateAdapter
VetoingConstraint - Interface in grails.gorm.validation
visit(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.AnnotatedNode) - Method in AbstractGormASTTransformation
visit(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.AnnotatedNode) - Method in AbstractMethodDecoratingTransformation
visit(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractTraitApplyingGormASTTransformation
visit(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit) - Method in AdditionalGormEntityTransformation
Visit the transform
visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit) - Method in DetachedCriteriaASTTransformation
The method is invoked when an AST Transformation is active.
visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit) - Method in DirtyCheckTransformation
visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit) - Method in GlobalDetachedCriteriaASTTransformation
The method is invoked when an AST Transformation is active.
visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit) - Method in GlobalJpaEntityTransform
visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit) - Method in GlobalTraitRepairTransformation
visit(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit) - Method in GormEntityTransformation
visit(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit) - Method in JpaGormEntityTransformation
visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit) - Method in OrderedGormTransformation
visitAfterTraitApplied(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractTraitApplyingGormASTTransformation
visitAfterTraitApplied(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in ServiceTransformation
visitAnnotation(java.lang.String, boolean) - Method in AnnotationMetadataReader
visitAnnotation(java.lang.String, java.lang.String) - Method in AnnotationMetadataReader.EmptyAnnotationVisitor
visitArray(java.lang.String) - Method in AnnotationMetadataReader.EmptyAnnotationVisitor
visitClass(org.codehaus.groovy.ast.ClassNode) - Method in DetachedCriteriaTransformer
visitClass(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit) - Method in GlobalJpaEntityTransform
visitClass(org.codehaus.groovy.ast.ClassNode) - Method in GlobalTraitRepairTransformation
visitDeclarationExpression(org.codehaus.groovy.ast.expr.DeclarationExpression) - Method in DetachedCriteriaTransformer
visitField(org.codehaus.groovy.ast.FieldNode) - Method in DetachedCriteriaTransformer
visitMethod(org.codehaus.groovy.ast.MethodNode) - Method in DetachedCriteriaTransformer
visitMethodCall(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression) - Method in DetachedCriteriaTransformer
visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression) - Method in DetachedCriteriaTransformer
visitMethodCallOnDetachedCriteria(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.ArgumentListExpression) - Method in DetachedCriteriaTransformer
visitStaticMethodCallExpression(org.codehaus.groovy.ast.expr.StaticMethodCallExpression) - Method in DetachedCriteriaTransformer
VOID - Field in DirtyCheckingTransformer
VoidSessionCallback - Interface in org.grails.datastore.mapping.core
Authors:
Burt Beckwith

W

warning(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ASTNode, java.lang.String) - Method in AstUtils
wasExecuted() - Method in PendingOperation
Returns:
Whether it was already executed
wasExecuted() - Method in PendingOperationAdapter
wasHandled(java.lang.Object) - Method in GroovyObjectMethodHandler
weaveClassNode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractMethodDecoratingTransformation
weaveClassNode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in TransactionalTransform
weaveIntoExistingSetter(java.lang.String, org.grails.compiler.gorm.DirtyCheckingTransformer.GetterAndSetter, org.codehaus.groovy.ast.MethodNode) - Method in DirtyCheckingTransformer
weaveNewMethod(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, Map<String, ClassNode>) - Method in AbstractMethodDecoratingTransformation
Weaves a new method
weaveNewMethod(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, Map<String, ClassNode>) - Method in RxScheduleIOTransformation
weaveNewMethod(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, Map<String, ClassNode>) - Method in TransactionalTransform
weaveParameterNameData(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode) - Method in MethodValidationImplementer
weaveSetTargetDatastoreBody(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in AbstractDatastoreMethodDecoratingTransformation
weaveSetTargetDatastoreBody(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in TransactionalTransform
weaveTestSetupMethod(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, Map<String, ClassNode>) - Method in AbstractMethodDecoratingTransformation
weaveTestSetupMethod(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, Map<String, ClassNode>) - Method in TransactionalTransform
weaveTrait(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit, java.lang.Class, org.codehaus.groovy.ast.ClassNode) - Method in AbstractTraitApplyingGormASTTransformation
Weave the given trait into the given ClassNode
weaveTraitWithGenerics(org.codehaus.groovy.ast.ClassNode, java.lang.Class, org.codehaus.groovy.ast.ClassNode) - Method in AbstractTraitApplyingGormASTTransformation
weaveTransactionManagerAware(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in TransactionalTransform
Where - Annotation Type in grails.gorm.services
Allow specifying the where query to execute
where(groovy.lang.Closure) - Method in AbstractDetachedCriteria
Where method derives a new query from this query.
WHERE_CLAUSE - Field in JpaQueryBuilder
where(groovy.lang.Closure) - Method in DetachedCriteria
where(groovy.lang.Closure) - Method in GormEntity
Parameters:
callable - Callable closure containing detached criteria definition
where(groovy.lang.Closure) - Method in GormStaticApi
Parameters:
callable - Callable closure containing detached criteria definition
where(groovy.lang.Closure) - Method in GormStaticOperations
Parameters:
callable - Callable closure containing detached criteria definition
WHERE_LAZY - Field in DetachedCriteriaTransformer
where(groovy.lang.Closure) - Method in RxEntity
Parameters:
callable - Callable closure containing detached criteria definition
where(groovy.lang.Closure) - Method in RxGormStaticApi
Parameters:
callable - Callable closure containing detached criteria definition
where(groovy.lang.Closure) - Method in RxGormStaticOperations
Parameters:
callable - Callable closure containing detached criteria definition
where(groovy.lang.Closure) - Method in TenantDelegatingGormOperations
where(groovy.lang.Closure) - Method in TenantDelegatingRxGormOperations
whereAny(groovy.lang.Closure) - Method in GormEntity
Parameters:
callable - Callable closure containing detached criteria definition
whereAny(groovy.lang.Closure) - Method in GormStaticApi
Parameters:
callable - Callable closure containing detached criteria definition
whereAny(groovy.lang.Closure) - Method in GormStaticOperations
Parameters:
callable - Callable closure containing detached criteria definition
whereAny(groovy.lang.Closure) - Method in RxEntity
Parameters:
callable - Callable closure containing detached criteria definition
whereAny(groovy.lang.Closure) - Method in RxGormStaticApi
Parameters:
callable - Callable closure containing detached criteria definition
whereAny(groovy.lang.Closure) - Method in RxGormStaticOperations
Parameters:
callable - Callable closure containing detached criteria definition
whereAny(groovy.lang.Closure) - Method in TenantDelegatingGormOperations
whereAny(groovy.lang.Closure) - Method in TenantDelegatingRxGormOperations
whereLazy(groovy.lang.Closure) - Method in AbstractDetachedCriteria
Where method derives a new query from this query.
whereLazy(groovy.lang.Closure) - Method in DetachedCriteria
whereLazy(groovy.lang.Closure) - Method in GormEntity
Parameters:
callable - Callable closure containing detached criteria definition
whereLazy(groovy.lang.Closure) - Method in GormStaticApi
Parameters:
callable - Callable closure containing detached criteria definition
whereLazy(groovy.lang.Closure) - Method in GormStaticOperations
Parameters:
callable - Callable closure containing detached criteria definition
whereLazy(groovy.lang.Closure) - Method in RxEntity
Parameters:
callable - Callable closure containing detached criteria definition
whereLazy(groovy.lang.Closure) - Method in RxGormStaticApi
Parameters:
callable - Callable closure containing detached criteria definition
whereLazy(groovy.lang.Closure) - Method in RxGormStaticOperations
Parameters:
callable - Callable closure containing detached criteria definition
whereLazy(groovy.lang.Closure) - Method in TenantDelegatingGormOperations
whereLazy(groovy.lang.Closure) - Method in TenantDelegatingRxGormOperations
widget - Property in DefaultConstrainedProperty
The widget to use to render the property
withAlias(java.lang.String, java.lang.String) - Method in RelaxedDataBinder
Add aliases to the org.springframework.validation.DataBinder.
withConnection(java.lang.String) - Method in AbstractDetachedCriteria
Create a return a new DetachedCriteria that uses the given connection
withConnection(java.lang.String) - Method in DetachedCriteria
withConnection(java.lang.String, Closure<T>) - Method in RxEntity
Switches to given named connection within the context of the closure.
withCriteria(java.util.Map, groovy.lang.Closure) - Method in GormEntity
Creates a criteria builder instance
withCriteria(java.util.Map, groovy.lang.Closure) - Method in GormStaticApi
Creates a criteria builder instance
withCriteria(java.util.Map, groovy.lang.Closure) - Method in GormStaticOperations
Creates a criteria builder instance
withCriteria(java.util.Map, groovy.lang.Closure) - Method in RxEntity
Creates a criteria builder instance
withCriteria(java.util.Map, groovy.lang.Closure) - Method in RxGormStaticApi
Creates a criteria builder instance
withCriteria(java.util.Map, groovy.lang.Closure) - Method in RxGormStaticOperations
Creates a criteria builder instance
withCriteria(java.util.Map, groovy.lang.Closure) - Method in TenantDelegatingGormOperations
withCriteria(java.util.Map, groovy.lang.Closure) - Method in TenantDelegatingRxGormOperations
withCurrent(Closure<T>) - Method in DefaultTenantService
withCurrent(Class<? extends RxDatastoreClient>, Closure<T>) - Method in Tenants
Execute the given closure with the current tenant
withCurrent(Closure<T>) - Method in TenantService
Execute the given closure with the current tenant.
withDatastoreSession(Closure<T>) - Method in GormEntity
Same as withSession, but present for the case where withSession is overridden to use the Hibernate session
withDatastoreSession(Closure<T>) - Method in GormStaticApi
Same as withSession, but present for the case where withSession is overridden to use the Hibernate session
withDatastoreSession(Closure<T>) - Method in GormStaticOperations
Same as withSession, but present for the case where withSession is overridden to use the Hibernate session
withDatastoreSession(Closure<T>) - Method in TenantDelegatingGormOperations
withId(java.io.Serializable, Closure<T>) - Method in DefaultTenantService
withId(Class<? extends RxDatastoreClient>, java.io.Serializable, Closure<T>) - Method in Tenants
Execute the given closure with given tenant id
withId(java.io.Serializable, Closure<T>) - Method in TenantService
Execute the given closure with given tenant id.
withNewSession(Closure<T>) - Method in GormEntity
Creates and binds a new session for the scope of the given closure
withNewSession(Closure<T>) - Method in GormStaticApi
Creates and binds a new session for the scope of the given closure
withNewSession(Closure<T>) - Method in GormStaticOperations
Creates and binds a new session for the scope of the given closure
withNewSession(java.io.Serializable, Closure<T1>) - Method in MultiTenantCapableDatastore
Execute a new session with the given tenantId IF the session is not already present.
withNewSession(java.io.Serializable, Closure<T1>) - Method in SimpleMapDatastore
withNewSession(Closure<T>) - Method in TenantDelegatingGormOperations
withNewTransaction(org.springframework.transaction.TransactionDefinition, Closure<T>) - Method in DefaultTransactionService
withNewTransaction(java.util.Map, Closure<T>) - Method in GormEntity
Executes the closure within the context of a new transaction which is configured with the properties contained in transactionProperties.
withNewTransaction(java.util.Map, Closure<T>) - Method in GormStaticApi
Executes the closure within the context of a new transaction which is configured with the properties contained in transactionProperties.
withNewTransaction(java.util.Map, Closure<T>) - Method in GormStaticOperations
Executes the closure within the context of a new transaction which is configured with the properties contained in transactionProperties.
withNewTransaction(java.util.Map, Closure<T>) - Method in TenantDelegatingGormOperations
withNewTransaction(org.springframework.transaction.TransactionDefinition, Closure<T>) - Method in TransactionService
Executes the given callable within the context of a new transaction with the default attributes
WITHOUT_TENANT_ANNOTATION_TYPE_EXPR - Field in TenantTransform
WITHOUT_TENANT_ANNOTATION_TYPE - Field in TenantTransform
withoutDateCreated(java.lang.Class, java.lang.Runnable) - Method in AutoTimestampEventListener
Temporarily disables the date created processing only on the provided class during the execution of the runnable
withoutId(Closure<T>) - Method in DefaultTenantService
withoutId(org.grails.datastore.mapping.multitenancy.MultiTenantCapableDatastore, Closure<T>) - Method in Tenants
Execute the given closure without tenant id for the given datastore.
withoutId(Closure<T>) - Method in TenantService
Execute the given closure without any tenant id.
withoutLastUpdated(java.lang.Class, java.lang.Runnable) - Method in AutoTimestampEventListener
Temporarily disables the last updated processing only on the provided class during the execution of the runnable
WithoutTenant - Annotation Type in grails.gorm.multitenancy
withoutTenant(Closure<T>) - Method in Tenants.CurrentTenant
Execute without current tenant
withoutTimestamps(java.lang.Class, java.lang.Runnable) - Method in AutoTimestampEventListener
Temporarily disables the timestamp processing during the execution of the runnable
withPopulatedQuery(java.util.Map, groovy.lang.Closure, groovy.lang.Closure) - Method in DetachedCriteria
withRollback(org.springframework.transaction.TransactionDefinition, Closure<T>) - Method in DefaultTransactionService
withRollback(org.springframework.transaction.TransactionDefinition, Closure<T>) - Method in TransactionService
Executes the given callable within the context of a transaction that is automatically rolled back with the default attributes
withSession(Closure<T>) - Method in AbstractDatastore
withSession(Closure<T>) - Method in Datastore
Execute the given closure with a session
withSession(Closure<T>) - Method in GormEntity
Execute a closure whose first argument is a reference to the current session.
withSession(Closure<T>) - Method in GormStaticApi
Execute a closure whose first argument is a reference to the current session.
withSession(Closure<T>) - Method in GormStaticOperations
Execute a closure whose first argument is a reference to the current session.
withSession(Closure<T>) - Method in TenantDelegatingGormOperations
withStatelessSession(Closure<T>) - Method in GormEntity
Creates and binds a new session for the scope of the given closure
withStatelessSession(Closure<T>) - Method in GormStaticApi
Creates and binds a new session for the scope of the given closure
withStatelessSession(Closure<T>) - Method in GormStaticOperations
Creates and binds a new session for the scope of the given closure
withStatelessSession(Closure<T>) - Method in TenantDelegatingGormOperations
withTenant(java.io.Serializable, Closure<T>) - Method in CurrentTenant
Execute with the current tenant
withTenant(java.io.Serializable) - Method in GormStaticApi
withTenant(java.io.Serializable) - Method in GormStaticOperations
Return the GormAllOperations for the given tenant id
withTenant(java.io.Serializable) - Method in MultiTenant
Return the GormAllOperations for the given tenant id
withTenant(java.io.Serializable) - Method in RxGormStaticApi
withTenant(java.io.Serializable) - Method in RxGormStaticOperations
Return the GormAllOperations for the given tenant id
withTenant(java.io.Serializable) - Method in TenantDelegatingGormOperations
withTenant(java.io.Serializable) - Method in TenantDelegatingRxGormOperations
withTenant(java.io.Serializable, Closure<T>) - Method in Tenants.CurrentTenant
Execute with the current tenant
withTenantIdInternal(org.grails.datastore.rx.RxDatastoreClient, java.io.Serializable, Closure<T>) - Method in Tenants
withTransaction(java.util.Map, Closure<T>) - Method in DefaultTransactionService
withTransaction(org.springframework.transaction.TransactionDefinition, Closure<T>) - Method in GormEntity
Executes the closure within the context of a transaction for the given org.springframework.transaction.TransactionDefinition
withTransaction(org.springframework.transaction.TransactionDefinition, Closure<T>) - Method in GormStaticApi
Executes the closure within the context of a transaction for the given org.springframework.transaction.TransactionDefinition
withTransaction(org.springframework.transaction.TransactionDefinition, Closure<T>) - Method in GormStaticOperations
Executes the closure within the context of a transaction for the given org.springframework.transaction.TransactionDefinition
withTransaction(org.springframework.transaction.TransactionDefinition, Closure<T>) - Method in TenantDelegatingGormOperations
withTransaction(java.util.Map, Closure<T>) - Method in TransactionService
Executes the given callable within the context of a transaction with the given definition
wrap(java.util.Collection, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, java.lang.String) - Method in DirtyCheckingSupport
Wraps a collection in dirty checking capability
wrapNullInNoopCaller(org.grails.datastore.gorm.support.EventTriggerCaller) - Method in EventTriggerCaller
wrapTarget(java.lang.Object) - Method in RelaxedDataBinder
write(org.grails.datastore.mapping.model.PersistentProperty, T, N) - Method in AbstractMappingAwareCustomTypeMarshaller
write(org.grails.datastore.mapping.model.PersistentProperty, T, N) - Method in CustomTypeMarshaller
Converts a value to its native form
write(java.lang.Object, java.lang.Object) - Method in EntityReflector.PropertyWriter
Writes the property
write(java.lang.Object, java.lang.Object) - Method in FieldEntityAccess.FieldEntityReflector.FieldWriter
write(java.lang.Object, java.lang.Object) - Method in FieldEntityAccess.FieldEntityReflector.ReflectionMethodWriter
writeInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, T, N) - Method in AbstractMappingAwareCustomTypeMarshaller
writeObject(java.io.ObjectOutputStream) - Method in PagedResultList
writer - Field in AbstractPersistentProperty
writerMap - Field in FieldEntityAccess.FieldEntityReflector
writers - Field in FieldEntityAccess.FieldEntityReflector

X

xaDataSourceClassName - Field in DatabaseDriver

Y

Z

ZERO_ARGUMENTS - Field in AstUtils
ZERO_PARAMETERS - Field in AstUtils
ZERO_PARAMS - Field in DomainEventListener
ZonedDateTimeConverter - Trait in grails.gorm.time
A trait to convert a java.time.ZonedDateTime to and from a long

_

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