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
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
AbstractMongoConnectionSourceSettings - Class in org.grails.datastore.mapping.mongo.connections
Authors:
Graeme Rocher
AbstractMongoConnectionSourceSettings() - Constructor in AbstractMongoConnectionSourceSettings
AbstractMongoObectEntityPersister - Class in org.grails.datastore.mapping.mongo.engine
Abstract implementation of MongoDB mongo object mapping entity persister.
AbstractMongoObectEntityPersister.MongoAssociationIndexer - Class in org.grails.datastore.mapping.mongo.engine
AbstractMongoObectEntityPersister.ValueRetrievalStrategy - Interface in org.grails.datastore.mapping.mongo.engine
Strategy interface for implementors to implement to set and get values from the native type
AbstractMongoObectEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.Session, org.springframework.context.ApplicationEventPublisher) - Constructor in AbstractMongoObectEntityPersister
AbstractMongoSession - Class in org.grails.datastore.mapping.mongo
Abstract implementation on the Session interface for MongoDB
AbstractMongoSession(org.grails.datastore.mapping.mongo.MongoDatastore, org.grails.datastore.mapping.model.MappingContext, org.springframework.context.ApplicationEventPublisher, boolean) - Constructor in AbstractMongoSession
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
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
AbstractShapeCoordsType - Class in org.grails.datastore.gorm.mongo.geo
Abstract implementation for custom types that persist shapes using their coordinate values
AbstractShapeCoordsType(Class<T>) - Constructor in AbstractShapeCoordsType
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
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
adapt(org.grails.datastore.gorm.services.ServiceImplementer) - Method in ServiceImplementerAdapter
Adapt the implementer, returning a new implementer if possible, otherwise null
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, Map<String, Object>) - Method in MongoConnectionSources
addConnectionSource(java.lang.String, org.springframework.core.env.PropertyResolver) - Method in SingletonConnectionSources
addConnectionSource(java.lang.String, org.springframework.core.env.PropertyResolver) - Method in StaticConnectionSources
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
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.
addInitializedObject(org.bson.Document) - Method in MongoQuery.AggregatedResultList
addInstanceMethods(org.grails.datastore.mapping.model.PersistentEntity, boolean) - Method in GormEnhancer
ADDITIONAL_CODECS - Field in CodecExtensions
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
addMappingContextListener(Listener) - Method in AbstractMappingContext
addMappingContextListener(Listener) - Method in MappingContext
Adds a new mapping context listener instance
addMapPrefix(org.springframework.beans.MutablePropertyValues) - Method in RelaxedDataBinder
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
addPostFlushOperations(List<PendingOperation>) - Method in AbstractMongoSession
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
addProjectionToGroupBy(org.bson.Document, org.bson.Document, PropertyProjection, java.lang.String, java.lang.String) - Method in MongoQuery
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
addTo(java.lang.String, java.lang.Object) - Method in GormEntity
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
addValueExtractor(ValueExtractor<?>) - Method in GormValidatorFactoryAdapter.GormValidatorContext
addWherePropertyComparison(org.bson.Document, java.lang.String, java.lang.String, java.lang.String) - Method in BsonQuery
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(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
aggregate(java.util.List, Function<AggregateIterable, AggregateIterable>, com.mongodb.ReadPreference) - Method in MongoEntity
Execute a MongoDB aggregation pipeline.
aggregate(MongoCollection<Document>, List<? extends Map<String, Object>>, Class<T>) - Method in MongoExtensions
aggregate(java.util.List, Function<AggregateIterable, AggregateIterable>, com.mongodb.ReadPreference) - Method in MongoStaticApi
aggregate(java.util.List, Function<AggregateIterable, AggregateIterable>, com.mongodb.ReadPreference) - Method in MongoStaticOperations
Execute a MongoDB aggregation pipeline.
AggregatedResultList(org.grails.datastore.mapping.mongo.AbstractMongoSession, MongoCursor<Document>, List<ProjectedProperty>) - Constructor in MongoQuery.AggregatedResultList
AggregatePipeline(org.grails.datastore.mapping.mongo.query.MongoQuery, org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document, List<Projection>) - Constructor in MongoQuery.AggregatePipeline
AggregateTimestampProvider - Class in org.grails.datastore.gorm.timestamp
TimestampProvider implementation that aggregates multiple TimestampProviders
aggregationPipeline - Field in MongoQuery.AggregatePipeline
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
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
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 BsonQuery
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
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
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 - Property in MongoDbGormAutoConfiguration
applicationContext - Field in SpringDataSourceConnectionSourceFactory
applicationListeners - Field in DefaultApplicationEventPublisher
APPLIED_MARKER - Field in GormEntityTransformation
APPLIED_MARKER - Field in ServiceTransformation
APPLIED_MARKER - Field in TenantTransform
APPLIED_MARKER - Field in TransactionalTransform
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
applyConnectionString(java.lang.Object, com.mongodb.ConnectionString) - Method in MongoClientOptionsBuilder
applyConnectionString(java.lang.Object) - Method in MongoConnectionSourceSettingsBuilder
applyCredentials(java.lang.Object) - Method in MongoConnectionSourceSettingsBuilder
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
applyLazyCriteria() - Method in AbstractDetachedCriteria
applyLazyCriteria() - Method in DetachedCriteria
applyOrder(java.util.List, org.grails.datastore.mapping.query.Query.Order) - Method in ManualEntityOrdering
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 - Field in DetachedCriteriaTransformer.ClosureAndArguments
arguments - Field in DynamicFinderInvocation
arguments - Field in MethodExpression
arguments(java.util.Map) - Method in MongoCriteriaBuilder
argumentsRequired - Field in MethodExpression
ArrayIndexNode(java.lang.String) - Constructor in RelaxedDataBinder.BeanPath.ArrayIndexNode
AS_CLAUSE - Field in JpaQueryBuilder
asArray() - Method in Point
Returns:
An array representation of the point
asBoolean(groovy.lang.Closure) - Method in DetachedCriteria
Counts the number of records returned by the query
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
asList() - Method in Box
Converts the Polygon to a multi-dimensional list of coordinates.
asList() - Method in Circle
Returns:
The circle as a coordinate list
asList() - Method in GeoJSON
Converts the GeoJSON shape into a coordinate list
asList() - Method in GeometryCollection
asList() - Method in LineString
Converts the line string to a multi dimensional coordinate list.
asList() - Method in MultiLineString
asList() - Method in MultiPoint
asList() - Method in MultiPolygon
asList() - Method in Point
Returns:
A list representation of the point
asList() - Method in Polygon
Converts the Polygon to a multi-dimensional list of coordinates.
asList() - Method in Shape
Converts the Shape into a coordinate list
asList() - Method in Sphere
The sphere coordinate list with the radius in radians
ASSIGNED_IDENTIFIER_MAPPING - Field in MongoCodecEntityPersister
ASSIGNED_IDENTIFIER_MAPPING - Field in MongoConstants
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 - Field in AbstractMongoObectEntityPersister.MongoAssociationIndexer
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
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
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
associationsAreDbRefs(java.util.List) - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
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
asType(com.mongodb.client.FindIterable, Class<T>) - Method in MongoExtensions
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
attributes - Field in AbstractAttributeStoringSession
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.
author - Property in MongodbGrailsPlugin
authorEmail - Property in MongodbGrailsPlugin
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.datastore.gorm.events
An event listener that adds support for GORM-style auto-timestamping
AutoTimestampEventListener(org.grails.datastore.mapping.model.MappingContext) - Constructor in AutoTimestampEventListener
autoTimestampEventListener - Field in MongoDatastore
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
available - Property in MongoEntityTraitProvider
AVERAGE_OPERATOR - Field in BsonQuery
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
Adds a avg projection
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.
BACK_SLASH - Field in JsonToken
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
BasicCollectionTypeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding {@Basic} collection types
BasicCollectionTypeDecoder() - Constructor in BasicCollectionTypeDecoder
BasicCollectionTypeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding {@Basic} collection types
BasicCollectionTypeEncoder() - Constructor in BasicCollectionTypeEncoder
BasicTypeConverterRegistrar - Class in org.grails.datastore.mapping.model.types
A registrar that registers basic type converters
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
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
beforeFinishDocument(org.bson.BsonWriter, org.grails.datastore.mapping.engine.EntityAccess) - Method in BsonPersistentEntityCodec
Called directly before the last call to finish the document writing process
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
beforeValidateHelper - Property in GormValidationApi
BEGIN_ARRAY - Enum Constant in JsonTokenType
A begin array token (a '[').
BEGIN_OBJECT - Enum Constant in JsonTokenType
A begin object token (a '{').
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 MongoCodecSession
beginTransactionInternal() - Method in MongoSession
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
BigDecimalCodec - Class in org.grails.datastore.bson.codecs
A codec for BigDecimal
BigDecimalCodec() - Constructor in BigDecimalCodec
BigIntegerCodec - Class in org.grails.datastore.bson.codecs
A codec for BigDecimal
BigIntegerCodec() - Constructor in BigIntegerCodec
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 RelaxedDataBinder
BLANK_STRING - Field in PersistentEntityCodec
BOOLEAN_FALSE - Field in JsonToken
BOOLEAN_TRUE - Field in JsonToken
bootstrapMethods - Field in Context
The start index of each bootstrap method.
Box - Class in grails.mongodb.geo
Represents a box for use in Geo data models
Box(grails.mongodb.geo.Point, grails.mongodb.geo.Point) - Constructor in Box
Construct a box from 2 points representing the lower left corner and the uppper right corner
BOX_OPERATOR - Field in MongoQuery
BoxType - Class in org.grails.datastore.gorm.mongo.geo
A custom type for persisting Box instances
BoxType() - Constructor in BoxType
BSON_TYPE_CODECS - Field in CodecExtensions
BSON_VALUE_CONVERTERS - Field in CodecExtensions
BsonPersistentEntityCodec - Class in org.grails.datastore.bson.codecs
Encodes and decodes PersistentEntity objects from a BSON stream
BsonPersistentEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity, boolean) - Constructor in BsonPersistentEntityCodec
BsonQuery - Class in org.grails.datastore.bson.query
A base class for Query implementations that create BSON queries based on MongoDB query format.
BsonQuery.OperatorHandler - Interface in org.grails.datastore.bson.query
Handles query operators when reading BSON
BsonQuery.ProjectionHandler - Interface in org.grails.datastore.bson.query
Handles a projection
BsonQuery.QueryHandler - Interface in org.grails.datastore.bson.query
Handles an individual criterion
BsonQuery(org.grails.datastore.mapping.model.PersistentEntity) - Constructor in BsonQuery
bsonType() - Method in IdentityDecoder.1
bsonType() - Method in IdentityDecoder.2
bsonType() - Method in IdentityDecoder.3
bsonType() - Method in IdentityDecoder.4
bsonType() - Method in IdentityDecoder.5
bsonType() - Method in IdentityDecoder.6
bsonType() - Method in IdentityDecoder.7
bsonType() - Method in IdentityDecoder.8
bsonType() - Method in IdentityDecoder.IdentityTypeDecoder
bsonType() - Method in InstantBsonConverter
bsonType() - Method in LocalDateBsonConverter
bsonType() - Method in LocalDateTimeBsonConverter
bsonType() - Method in LocalTimeBsonConverter
bsonType() - Method in OffsetDateTimeBsonConverter
bsonType() - Method in OffsetTimeBsonConverter
bsonType() - Method in PeriodBsonConverter
bsonType() - Method in SimpleDecoder.1
bsonType() - Method in SimpleDecoder.10
bsonType() - Method in SimpleDecoder.11
bsonType() - Method in SimpleDecoder.12
bsonType() - Method in SimpleDecoder.13
bsonType() - Method in SimpleDecoder.14
bsonType() - Method in SimpleDecoder.15
bsonType() - Method in SimpleDecoder.16
bsonType() - Method in SimpleDecoder.2
bsonType() - Method in SimpleDecoder.3
bsonType() - Method in SimpleDecoder.4
bsonType() - Method in SimpleDecoder.5
bsonType() - Method in SimpleDecoder.6
bsonType() - Method in SimpleDecoder.7
bsonType() - Method in SimpleDecoder.8
bsonType() - Method in SimpleDecoder.9
bsonType() - Method in SimpleDecoder.TypeDecoder
bsonType() - Method in TemporalBsonConverter
bsonType() - Method in ZonedDateTimeBsonConverter
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() - Method in ConfigurationBuilder
build() - Method in DataSourceBuilder
build(groovy.lang.Closure) - Method in DetachedCriteria
Enable the builder syntax for constructing Criteria
build() - Method in DetachedCriteriaTransformer.ClosureAndArguments
build() - Method in MappingBuilder.ClosureNodeMappingDefinition
build(java.lang.Class, java.lang.String, java.lang.Object) - Method in MappingContextAwareConstraintFactory
build() - Method in MappingDefinition
Build a new mapping
build() - Method in MongoClientOptionsBuilder
build() - Method in MongoQuery.AggregatePipeline
BuildableCriteria - Interface in org.grails.datastore.mapping.query.api
Authors:
Jeff Brown
buildAggregatePipeline(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document, List<Projection>) - Method in MongoQuery
buildArgs(org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in FindAllByImplementer
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 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
buildIndex() - Method in MongoDatastore
Builds the MongoDB index for this datastore
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
buildInternal(java.lang.Object, java.lang.String, boolean) - Method in MongoClientOptionsBuilder
buildLazy(groovy.lang.Closure) - Method in AbstractDetachedCriteria
Enable the builder syntax for constructing Criteria
buildLazy(groovy.lang.Closure) - Method in DetachedCriteria
Enable the builder syntax for constructing Criteria
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
buildNativeDocumentQueryFromCriteria(org.grails.datastore.mapping.query.api.QueryableCriteria, org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecSession
buildNativeDocumentQueryFromCriteria(org.grails.datastore.mapping.query.api.QueryableCriteria, org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoSession
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
buildRuntimeSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F) - Method in MongoConnectionSourceFactory
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 MongoConnectionSourceFactory
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(org.springframework.context.annotation.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(java.io.Serializable, java.lang.Object, Map<Serializable,Object>, boolean) - Method in MongoSession
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) - Method in InstanceMethodInvokingClosure
call(java.lang.Object) - Method in MethodInvokingClosure
call(java.lang.Object) - Method in NamedCriteriaProxy
call(java.lang.Object) - Method in StaticMethodInvokingClosure
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
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
canLoadFileExtension(org.springframework.boot.env.PropertySourceLoader, java.lang.String) - Method in MongoSpec
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 AbstractMongoObectEntityPersister
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
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
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
center - Property in Circle
The center of the circle
CENTER_OPERATOR - Field in MongoQuery
center - Property in Sphere
The center of there sphere
CENTER_SPHERE_OPERATOR - Field in MongoQuery
childType - Field in AbstractPersistentCollection
Circle - Class in grails.mongodb.geo
Represents a circle with the radius specified in the unit of the coordinate system
Circle(grails.mongodb.geo.Point, double) - Constructor in Circle
Construct a circle for the given center Point and radius
CircleType - Class in org.grails.datastore.gorm.mongo.geo
A custom type for persisting Circle instances
CircleType() - Constructor in CircleType
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 MongoMappingContext.DocumentEmbeddedPersistentEntity
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
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.
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
cleanup() - Method in MongoSpec
clear() - Method in AbstractDatastorePersistenceContextInterceptor
clear() - Method in AbstractPersistentCollection
clear(java.lang.Object) - Method in AbstractSession
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
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.
clientOptionsBuilder - Property in MongoConnectionSourceFactory
The client options builder
clientOptionsBuilder - Property in MongoConnectionSourceSettingsBuilder
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
cloneGlobalConstraint() - Method in Entity
close() - Method in AbstractConnectionSources
CLOSE_BRACE - Field in JsonToken
CLOSE_BRACKET - Field in JpaQueryBuilder
CLOSE_BRACKET - Field in JsonToken
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 MongoDatastore
close() - Method in MongoQuery.AggregatedResultList
close() - Method in MongoQuery.MongoResultList
close() - Method in MultiTenantConnection
CLOSE_PARENS - Field in JsonToken
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
ClosureNodeMappingDefinition(groovy.lang.Closure) - Constructor in MappingBuilder.ClosureNodeMappingDefinition
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
codec - Property in CodecCustomTypeMarshaller
CODEC_ENGINE - Field in MongoConstants
CODEC_ENGINE - Field in MongoDatastore
CodecCustomTypeMarshaller - Class in org.grails.datastore.bson.codecs
Custom type handler for types that have codecs
CodecCustomTypeMarshaller(org.bson.codecs.Codec, org.grails.datastore.mapping.model.MappingContext) - Constructor in CodecCustomTypeMarshaller
codecEngine - Field in MongoDatastore
CodecExtensions - Class in org.grails.datastore.bson.codecs
Additional org.bson.codecs.Codec extensions.
CodecExtensions.1 - Class in org.grails.datastore.bson.codecs
CodecExtensions.10 - Class in org.grails.datastore.bson.codecs
CodecExtensions.10() - Constructor in CodecExtensions.10
CodecExtensions.11 - Class in org.grails.datastore.bson.codecs
CodecExtensions.11() - Constructor in CodecExtensions.11
CodecExtensions.12 - Class in org.grails.datastore.bson.codecs
CodecExtensions.12() - Constructor in CodecExtensions.12
CodecExtensions.13 - Class in org.grails.datastore.bson.codecs
CodecExtensions.13() - Constructor in CodecExtensions.13
CodecExtensions.14 - Class in org.grails.datastore.bson.codecs
CodecExtensions.14() - Constructor in CodecExtensions.14
CodecExtensions.15 - Class in org.grails.datastore.bson.codecs
CodecExtensions.15() - Constructor in CodecExtensions.15
CodecExtensions.16 - Class in org.grails.datastore.bson.codecs
CodecExtensions.16() - Constructor in CodecExtensions.16
CodecExtensions.17 - Class in org.grails.datastore.bson.codecs
CodecExtensions.17() - Constructor in CodecExtensions.17
CodecExtensions.18 - Class in org.grails.datastore.bson.codecs
CodecExtensions.18() - Constructor in CodecExtensions.18
CodecExtensions.1() - Constructor in CodecExtensions.1
CodecExtensions.2 - Class in org.grails.datastore.bson.codecs
CodecExtensions.2() - Constructor in CodecExtensions.2
CodecExtensions.3 - Class in org.grails.datastore.bson.codecs
CodecExtensions.3() - Constructor in CodecExtensions.3
CodecExtensions.4 - Class in org.grails.datastore.bson.codecs
CodecExtensions.4() - Constructor in CodecExtensions.4
CodecExtensions.5 - Class in org.grails.datastore.bson.codecs
CodecExtensions.5() - Constructor in CodecExtensions.5
CodecExtensions.6 - Class in org.grails.datastore.bson.codecs
CodecExtensions.6() - Constructor in CodecExtensions.6
CodecExtensions.7 - Class in org.grails.datastore.bson.codecs
CodecExtensions.7() - Constructor in CodecExtensions.7
CodecExtensions.8 - Class in org.grails.datastore.bson.codecs
CodecExtensions.8() - Constructor in CodecExtensions.8
CodecExtensions.9 - Class in org.grails.datastore.bson.codecs
CodecExtensions.9() - Constructor in CodecExtensions.9
CodecExtensions.CurrencyCodec - Class in org.grails.datastore.bson.codecs
CodecExtensions.CurrencyCodec() - Constructor in CodecExtensions.CurrencyCodec
CodecExtensions.GStringCodec - Class in org.grails.datastore.bson.codecs
CodecExtensions.GStringCodec() - Constructor in CodecExtensions.GStringCodec
CodecExtensions.IntRangeCodec - Class in org.grails.datastore.bson.codecs
CodecExtensions.IntRangeCodec() - Constructor in CodecExtensions.IntRangeCodec
CodecExtensions.ListCodec - Class in org.grails.datastore.bson.codecs
CodecExtensions.ListCodec() - Constructor in CodecExtensions.ListCodec
CodecExtensions.LocaleCodec - Class in org.grails.datastore.bson.codecs
CodecExtensions.LocaleCodec() - Constructor in CodecExtensions.LocaleCodec
CodecExtensions.MapCodec - Class in org.grails.datastore.bson.codecs
CodecExtensions.MapCodec() - Constructor in CodecExtensions.MapCodec
CodecExtensions() - Constructor in CodecExtensions
codecRegistry - Property in AbstractMongoConnectionSourceSettings
An additional codec registry
codecRegistry - Property in BsonPersistentEntityCodec
codecRegistry - Property in CodecExtensions.ListCodec
codecRegistry - Property in CodecExtensions.MapCodec
codecRegistry - Property in CodecRegistryEmbeddedQueryEncoder
codecRegistry - Property in MongoConnectionSourceFactory
An optional additional registry
codecRegistry - Field in MongoDatastore
codecRegistry - Field in MongoMappingContext
CodecRegistryAware - Interface in org.grails.datastore.bson.codecs
Can be implemented by codecs to be made aware of the registry
CodecRegistryEmbeddedQueryEncoder - Class in org.grails.datastore.bson.query
Default embedded encoder that uses the codec registry
CodecRegistryEmbeddedQueryEncoder(org.bson.codecs.configuration.CodecRegistry) - Constructor in CodecRegistryEmbeddedQueryEncoder
CodecRegistryProvider - Interface in org.grails.datastore.bson.codecs
An interface for objects that provide a codec registry
codecs - Property in AbstractMongoConnectionSourceSettings
Custom MongoDB codecs
codecs - Property in MongoConnectionSourceFactory
Optional additional codecs
codecs - Field in MongoDatastore.PersistentEntityCodeRegistry
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
COLON - Field in JsonToken
COLON - Enum Constant in JsonTokenType
A colon token (a ':').
ColumnDatastore - Interface in org.grails.datastore.mapping.column
Authors:
Guillaume Laforge
COMMA - Field in JpaQueryBuilder
COMMA - Field in JsonToken
COMMA - Enum Constant in JsonTokenType
A comma token (a ',').
commit() - Method in SessionOnlyTransaction
commit() - Method in Transaction
Commit the transaction.
comparator() - Method in PersistentSortedSet
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
compoundIndex(java.util.Map) - Method in MongoCollection
Sets a compound index definition
compoundIndices - Field in MongoCollection
condition - Field in SoftServiceLoader
ConfigObjectPropertySource(java.lang.String, java.util.Map) - Constructor in DatastoreUtils.ConfigObjectPropertySource
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(org.grails.datastore.mapping.mongo.config.MongoCollection) - Method in MappingBuilder.ClosureNodeMappingDefinition
configure(E) - Method in MappingDefinition
Configures an existing mapping
configure() - Method in MongoDbDataStoreSpringInitializer
Configures for an existing Mongo instance
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
configureValidationRegistry(org.grails.datastore.mapping.mongo.connections.MongoConnectionSourceSettings, org.grails.datastore.mapping.mongo.config.MongoMappingContext) - Method in MongoDatastore
configureValidatorRegistry(org.grails.datastore.mapping.mongo.connections.MongoConnectionSourceSettings, org.grails.datastore.mapping.mongo.config.MongoMappingContext, org.springframework.context.MessageSource) - Method in MongoDatastore
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_NAME - Field in MongoConnectionSources
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
connectionsCollection - Property in AbstractMongoConnectionSourceSettings
The collection name to use to resolve connections when using MongoConnectionSources
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 - Field in GormStaticApi
connectionSources - Field in MongoDatastore
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
connectionString - Field in AbstractMongoConnectionSourceSettings
The connection string
connectionString - Field in MongoClientOptionsBuilder
connectStateless() - Method in AbstractDatastore
connectStateless() - Method in StatelessDatastore
Connect and return a stateless session
CONSTANT_NULL - Field in DirtyCheckingTransformer
constraints - Property in ConnectionSourceSettings.DefaultSettings
The default constraints
CONSTRAINTS - Field in GormProperties
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
containsAssociations - Field in MongoQuery.AggregatedResultList
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
Context(org.bson.AbstractBsonReader$Context, org.bson.BsonContextType) - Constructor in JsonReader.Context
Context(org.grails.datastore.bson.json.JsonWriter.Context, org.bson.BsonContextType, java.lang.String) - Constructor in JsonWriter.Context
Creates a new context.
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(org.bson.BsonBinary) - Method in CodecExtensions.1
convert(org.bson.BsonDouble) - Method in CodecExtensions.10
convert(org.bson.BsonDouble) - Method in CodecExtensions.11
convert(org.bson.BsonInt32) - Method in CodecExtensions.12
convert(org.bson.BsonInt32) - Method in CodecExtensions.13
convert(org.bson.BsonInt64) - Method in CodecExtensions.14
convert(org.bson.BsonArray) - Method in CodecExtensions.15
convert(org.bson.BsonArray) - Method in CodecExtensions.16
convert(org.bson.BsonDocument) - Method in CodecExtensions.17
convert(org.bson.BsonDecimal128) - Method in CodecExtensions.18
convert(org.bson.BsonObjectId) - Method in CodecExtensions.2
convert(org.bson.BsonTimestamp) - Method in CodecExtensions.3
convert(org.bson.BsonDateTime) - Method in CodecExtensions.4
convert(org.bson.BsonString) - Method in CodecExtensions.5
convert(org.bson.BsonString) - Method in CodecExtensions.6
convert(org.bson.BsonRegularExpression) - Method in CodecExtensions.7
convert(org.bson.BsonBoolean) - Method in CodecExtensions.8
convert(org.bson.BsonNull) - Method in CodecExtensions.9
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(BigInteger) - Method in MongoMappingContext
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
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
convertDBObject(java.lang.Object) - Method in MongoQuery.MongoResultList
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
convertObject(java.lang.Object) - Method in MongoQuery.MongoResultList
convertPrimitiveToNative(java.lang.Object, org.grails.datastore.mapping.model.MappingContext) - Method in MongoEntityPersister
convertToGeoDocument(grails.mongodb.geo.Shape) - Method in GeoJSONType
convertToNativeKey(java.io.Serializable) - Method in NativeEntryEntityPersister
Subclasses should override to provide any conversion necessary to convert to a nativeKey
COORDINATES - Field in GeoJSONType
coordinates - Property in LineString
The points that constitute the LineString
coordinates - Property in MultiLineString
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
Defines and executes a count query in a single call.
count(groovy.lang.Closure) - Method in DetachedCriteria
Counts the number of records returned by the query
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(org.bson.conversions.Bson) - Method in MongoEntity
Counts the number of the entities in the collection.
count(MongoCollection<Document>, java.util.Map, Map<String, Object>) - Method in MongoExtensions
count(org.bson.conversions.Bson) - Method in MongoStaticApi
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 TenantDelegatingGormOperations
CountByFinder - Class in org.grails.datastore.gorm.finders
Supports counting objects.
CountByFinder(org.grails.datastore.mapping.model.MappingContext) - 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
countHits(java.lang.String) - Method in MongoEntity
Counts the number of hits
countHits(java.lang.String) - Method in MongoStaticApi
countHits(java.lang.String) - Method in MongoStaticOperations
Counts the number of hits
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(java.lang.String, org.grails.datastore.mapping.mongo.connections.MongoConnectionSourceSettings) - Method in MongoConnectionSourceFactory
CREATE_NAMED_QUERY - Field in GormEntityTransformation
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
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
createAndGetCollection(com.mongodb.client.MongoDatabase, java.lang.String, Map<String, Object>) - Method in MongoExtensions
createAssociationMap() - Method in MongoQuery.AggregatedResultList
createBasicCollection(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
createBsonQuery(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity, Junction) - Method in BsonQuery
Creates a new query for the given registry, entity and criteria
createBuilder() - Method in ConfigurationBuilder
Creates the native builder
createBuilder() - Method in ConnectionSourceSettingsBuilder
createBuilder() - Method in DataSourceSettingsBuilder
createBuilder() - Method in MongoConnectionSourceSettingsBuilder
createChildDatastore(org.grails.datastore.mapping.mongo.config.MongoMappingContext, org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher, org.grails.datastore.mapping.mongo.MongoDatastore, SingletonConnectionSources<MongoClient,MongoConnectionSourceSettings>) - Method in MongoDatastore
createCollection() - Method in PersistentSet
createConcreteCollection(java.lang.Class) - Method in MappingUtils
Creates a concrete collection for the supplied interface
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 MongoEntity
Returns:
Custom MongoDB criteria builder
createCriteria() - Method in MongoStaticApi
createCriteria() - Method in MongoStaticOperations
Returns:
Custom MongoDB criteria builder
createCriteria() - Method in TenantDelegatingGormOperations
createCriterion() - Method in DynamicFinder
createCriterion() - Method in GeoIntersects
createCriterion() - Method in GeoWithin
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
createCriterion() - Method in Near
createCriterion() - Method in NearSphere
createCriterion() - Method in WithinBox
createCriterion() - Method in WithinCircle
createCriterion() - Method in WithinPolygon
createCustom(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a custom prpoerty type
createCustom(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MongoMappingContext.MongoDocumentMappingFactory
createDBObjectWithKey(java.lang.Object) - Method in MongoEntityPersister
createDefaultConnectionSources(com.mongodb.client.MongoClient, org.springframework.core.env.PropertyResolver, org.grails.datastore.mapping.mongo.config.MongoMappingContext) - Method in MongoDatastore
Creates the connection sources for an existing com.mongodb.client.MongoClient
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
createDocumentMappingFactory(groovy.lang.Closure) - Method in MongoMappingContext
createDynamicFinders(org.grails.datastore.mapping.core.Datastore) - Method in GormEnhancer
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
createEmbeddedEntity(java.lang.Class) - Method in MongoMappingContext
createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in EmbeddedCollectionDecoder
createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in EmbeddedCollectionEncoder
createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in EmbeddedDecoder
createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in EmbeddedEncoder
createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in PersistentEntityCodec.2
createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in PersistentEntityCodec.3
createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in PersistentEntityCodec.4
createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in PersistentEntityCodec.5
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 BsonPersistentEntityCodec
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) - Method in MongoCodecEntityPersister
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
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
createFromCoords(List<List<Double>>) - Method in GeoJSONType
createFromCoords(List<List<Double>>) - Method in LineStringType
createFromCoords(java.util.List) - Method in MultiLineStringType
createFromCoords(java.util.List) - Method in MultiPointType
createFromCoords(java.util.List) - Method in MultiPolygonType
createFromCoords(java.util.List) - Method in PointType
createFromCoords(java.util.List) - Method in PolygonType
createFromCoords(java.util.List) - Method in ShapeType
createIdentity(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates an identifier property
createIdentity(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MongoMappingContext.MongoDocumentMappingFactory
createIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in AbstractGormMappingFactory
createIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in MappingFactory
createIdQuery(java.lang.Object) - Method in MongoCodecEntityPersister
createIndex(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
createInstanceCacheEntryKey(java.lang.Object) - Method in AbstractMongoObectEntityPersister
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(org.springframework.core.env.PropertyResolver, java.lang.Class) - Method in MongoDatastore
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
createMongoClient(org.springframework.core.env.PropertyResolver, com.mongodb.MongoClientSettings$Builder, org.grails.datastore.mapping.mongo.config.MongoMappingContext) - Method in MongoDatastore
createMongoClient() - Method in MongoSpec
Returns:
The default mongo client
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) - Method in MongoEntityPersister
createNewEntry(java.lang.String, java.lang.Object) - Method in NativeEntryEntityPersister
Creates a new entry for the given family.
createObjectFromDBObject(org.bson.Document) - Method in MongoQuery
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 MongoCodecSession
createPersister(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in MongoSession
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 GroovyProxyFactory
createProxy(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K,T>, K) - Method in JavassistProxyFactory
createProxy(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K,T>, K) - Method in ProxyFactory
Creates a proxy
createQuery(java.lang.Class) - Method in AbstractSession
createQuery() - Method in MongoCodecEntityPersister
createQuery() - Method in MongoEntityPersister
createQuery(java.lang.Class) - Method in MongoSession
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) - Method in Session
Creates a query instance for the give type
createQueryMapForExample(org.grails.datastore.mapping.model.PersistentEntity, D) - Method in GormStaticApi
createQueryObject(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoQuery
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 MongoDatastore
createSetAndUnsetDoc(org.bson.Document) - Method in MongoSession
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.
createStatelessSession(org.springframework.core.env.PropertyResolver) - Method in AbstractDatastore
Creates the native stateless session
createStatelessSession(org.springframework.core.env.PropertyResolver) - Method in MongoDatastore
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
createValidationEvent(java.lang.Object) - Method in GormValidationApi
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
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
Criteria builder implementation that operates against DataStore abstraction.
CriteriaBuilder(java.lang.Class, org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.query.Query) - 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 Datastore>) - 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
currentMongoStaticApi() - Method in MongoEntity
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
currentValue - Field in JsonReader
currentValue - Field in JsonReader.Mark
currentVersion - Field in GrailsVersion
The current version
cursor - Field in AbstractResultList
cursor - Field in MongoQuery.AggregatedResultList
cursor - Field in MongoQuery.MongoResultList
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
CustomTypeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding {@Custom} types
CustomTypeDecoder() - Constructor in CustomTypeDecoder
CustomTypeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding {@Custom} types
CustomTypeEncoder() - Constructor in CustomTypeEncoder
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 - Property in MongoCollection
The database to use
DATABASE - Enum Constant 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
databaseName - Property in AbstractMongoConnectionSourceSettings
The default database name
databaseName - Property in MongoClientOptionsBuilder
databaseName - Field in MongoDbDataStoreSpringInitializer
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
dataSourcesToExclude - Field in TenantDataSourceConfig
Default:
""
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_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_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 - 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_TYPE - Field in MongoDbDataStoreSpringInitializer
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
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
DATASTORES_BY_TYPE - Field in GormEnhancer
DATASTORES - Field in GormEnhancer
datastoresByConnectionSource - Field in MongoDatastore
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.
DB_REF_ID_FIELD - Field in PersistentEntityCodec
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
DECIMAL_TYPE_CLASS_NAME - Field in MongoMappingContext
decimalType - Property in AbstractMongoConnectionSourceSettings
Whether to use the decimal128 type for BigDecimal values
declaredQueryTargets - Property in QueryStringTransformer
declaredWriteConcerns - Field in AbstractMongoSession
decode(Class<T>, java.lang.Object) - Method in AbstractMongoSession
Decodes the given entity type from the given native object type
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Basic, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in BasicCollectionTypeDecoder
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in BigDecimalCodec
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in BigIntegerCodec
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in BsonPersistentEntityCodec
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.CurrencyCodec
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.GStringCodec
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.IntRangeCodec
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.ListCodec
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.LocaleCodec
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.MapCodec
decode(org.bson.codecs.configuration.CodecRegistry, org.bson.BsonReader, org.bson.codecs.DecoderContext, org.grails.datastore.mapping.engine.types.CustomTypeMarshaller, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in CustomTypeDecoder
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.EmbeddedCollection, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in EmbeddedCollectionDecoder
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Embedded, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in EmbeddedDecoder
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in IdentityDecoder
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.1
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.2
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.3
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.4
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.5
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.6
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.7
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.8
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.IdentityTypeDecoder
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in InstantCodec
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in InstantDecoder
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in LocalDateCodec
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in LocalDateDecoder
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in LocalDateTimeCodec
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in LocalDateTimeDecoder
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in LocalTimeCodec
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in LocalTimeDecoder
decode(java.lang.Class, java.lang.Object) - Method in MongoCodecSession
decode(java.lang.Class, java.lang.Object) - Method in MongoSession
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in OffsetDateTimeCodec
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in OffsetDateTimeDecoder
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in OffsetTimeCodec
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in OffsetTimeDecoder
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in PeriodCodec
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in PeriodDecoder
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PersistentEntityCodec.OneToManyDecoder
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.ToOne, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PersistentEntityCodec.ToOneDecoder
decode(org.bson.BsonReader, T, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PropertyDecoder
Decodes a persistent property using the given reader
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Simple, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in SimpleDecoder
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.1
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.10
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.11
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.12
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.13
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.14
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.15
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.16
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.2
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.3
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.4
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.5
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.6
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.7
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.8
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.9
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.TypeDecoder
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.TenantId, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in TenantIdDecoder
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in ZonedDateTimeCodec
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in ZonedDateTimeDecoder
decodeAssociations(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.EntityAccess) - Method in PersistentEntityCodec
DECODERS - Field in BsonPersistentEntityCodec
DECORATED_METHODS - Field in AbstractMethodDecoratingTransformation
Key used to store within the original method node metadata, all previous decorated methods
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_DATA_SOURCE - Field in Entity
deprecated:
Use ConnectionSource.ALL instead
DEFAULT_DATABASE_NAME - Field in MongoDbDataStoreSpringInitializer
DEFAULT_DATABASE_NAME - Field in MongoSettings
The default database name if none is specified
DEFAULT_DECODER_CONTEXT - Field in BsonPersistentEntityCodec
DEFAULT_DECODER - Field in SimpleDecoder
DEFAULT_DECODERS - Field in IdentityDecoder
DEFAULT_DECODERS - Field in SimpleDecoder
DEFAULT_ENCODER_CONTEXT - Field in BsonPersistentEntityCodec
DEFAULT_ENCODER - Field in SimpleEncoder
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
defaultConstraints - Field in AbstractGormMappingFactory
DefaultConversionService - Class in org.grails.datastore.mapping.model.types.conversion
Default conversion service th
DefaultConversionService() - Constructor in DefaultConversionService
defaultDatabase - Field in AbstractMongoSession
defaultDatabase - Field in MongoDatastore
defaultDatabaseName - Field in DocumentMappingContext
defaultFlushMode - Field in MongoDatastore
defaultMapping - Field in AbstractGormMappingFactory
defaultMapping - Field in DocumentMappingContext
defaultMapping - Field in MongoDbDataStoreSpringInitializer
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
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
deferredCloseHolder - Field in DatastoreUtils
definition - Property in MappingBuilder.ClosureNodeMappingDefinition
definition - Property in MongoCollection.Index
deindex(java.lang.Object, K) - Method in PropertyValueIndexer
Removes the index for the given value and key
delegate - Property in GormValidatorFactoryAdapter.GormValidatorContext
DelegatingGormEntityApi - Class in org.grails.datastore.gorm
A delegating implementation of GormEntityApi
DelegatingGormEntityApi(GormInstanceApi<D>, D) - Constructor in DelegatingGormEntityApi
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.Iterable) - Method in MongoSession
delete(java.lang.Object) - Method in Persister
Deletes a single object
delete(java.lang.Object) - Method in Session
Deletes a single object
delete(D, java.util.Map) - Method in TenantDelegatingGormOperations
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(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in MongoCodecSession
deleteAll(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in MongoSession
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
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 MongoCodecEntityPersister
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 MongoCodecEntityPersister
deleteEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in NativeEntryEntityPersister
deleteEntries(java.lang.String, List<Object>) - Method in MongoEntityPersister
deleteEntries(java.lang.String, List<K>) - Method in NativeEntryEntityPersister
Deletes one or many entries for the given list of Keys
deleteEntry(java.lang.String, java.lang.Object, java.lang.Object) - Method in MongoEntityPersister
deleteEntry(java.lang.String, K, java.lang.Object) - Method in NativeEntryEntityPersister
Deletes a single entry
DeleteImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements "void delete(..)"
DeleteImplementer() - Constructor in DeleteImplementer
deleteMany(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
deleteOne(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
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
description - Property in MongodbGrailsPlugin
destroy() - Method in AbstractDatastore
destroy() - Method in AbstractDatastorePersistenceContextInterceptor
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
Represents criteria that is not bound to the current connection and can be built up and re-used at a later date.
DetachedCriteria(Class<T>, java.lang.String) - Constructor in DetachedCriteria
Constructs a DetachedCriteria instance target the given class and alias for the name
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
developers - Property in MongodbGrailsPlugin
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 MongoSession
disconnect() - Method in Session
Disconnects from the datastore.
discriminatePersistentEntity(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in AbstractMongoObectEntityPersister
discriminatePersistentEntity(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in NativeEntryEntityPersister
Subclasses should override to customize how entities in hierarchies are discriminated
DISCRIMINATOR - Enum Constant 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
Distance - Class in grails.mongodb.geo
Represents the distance from one Point to another
Distance(double, grails.mongodb.geo.Metric) - Constructor in Distance
Constructs a distance for the given value and optional metric
distance - Property in Sphere
The distance used to calculate the radius in radians
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
Adds a distinct property projection
distinct(java.util.Collection, java.lang.String) - Method in ManualProjections
distinct(MongoCollection<Document>, java.lang.String, Map<String, Object>, com.mongodb.ReadPreference) - Method in MongoExtensions
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
doBuild(java.lang.Object) - Method in MongoClientOptionsBuilder
doCall(java.lang.Object) - Method in MethodInvokingClosure
doCall(java.lang.Object) - Method in MongoQuery.AggregatedResultList
doCleanupAfterCompletion(java.lang.Object) - Method in DatastoreTransactionManager
doCommit(org.springframework.transaction.support.DefaultTransactionStatus) - Method in DatastoreTransactionManager
document(groovy.lang.Closure) - Method in MappingBuilder
Build a MongoDB document mapping
documentation - Property in MongodbGrailsPlugin
DocumentCollectionMapping(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext) - Constructor in DocumentPersistentEntity.DocumentCollectionMapping
DocumentCollectionMapping(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext) - Constructor in MongoMappingContext.DocumentEmbeddedPersistentEntity.DocumentCollectionMapping
DocumentDatastore - Interface in org.grails.datastore.mapping.document
Authors:
Guillaume Laforge
DocumentEmbeddedPersistentEntity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Constructor in MongoMappingContext.DocumentEmbeddedPersistentEntity
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 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 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 AbstractMongoObectEntityPersister
doesRequirePropertyIndexing() - Method in NativeEntryEntityPersister
Subclasses should override to optimize away manual property indexing if it is not required
doesReturnKeys() - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
doesReturnKeys() - Method in AbstractPersistentCollection
doesReturnKeys() - Method in AssociationQueryExecutor
Returns:
Whether the query returns the keys for the entities or the enities themselves
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 FindOrCreateByFinder
doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in FindOrSaveByFinder
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.datastore.gorm.events
An event listener that provides support for GORM domain events.
DomainEventListener(org.grails.datastore.mapping.core.connections.ConnectionSourcesProvider, org.grails.datastore.mapping.model.MappingContext) - Constructor in DomainEventListener
doManualDirtyCheck(java.lang.Object, java.lang.Object) - Method in NativeEntryEntityPersister
DONE - Enum Constant in JsonScanner.NumberState
DONE - Enum Constant in JsonScanner.RegularExpressionState
doPeekBinarySize() - Method in JsonReader
doPeekBinarySubType() - Method in JsonReader
doReadBinaryData() - Method in JsonReader
doReadBoolean() - Method in JsonReader
doReadDateTime() - Method in JsonReader
doReadDBPointer() - Method in JsonReader
doReadDecimal128() - Method in JsonReader
doReadDouble() - Method in JsonReader
doReadEndArray() - Method in JsonReader
doReadEndDocument() - Method in JsonReader
doReadInt32() - Method in JsonReader
doReadInt64() - Method in JsonReader
doReadJavaScript() - Method in JsonReader
doReadJavaScriptWithScope() - Method in JsonReader
doReadMaxKey() - Method in JsonReader
doReadMinKey() - Method in JsonReader
doReadNull() - Method in JsonReader
doReadObjectId() - Method in JsonReader
doReadRegularExpression() - Method in JsonReader
doReadStartArray() - Method in JsonReader
doReadStartDocument() - Method in JsonReader
doReadString() - Method in JsonReader
doReadSymbol() - Method in JsonReader
doReadTimestamp() - Method in JsonReader
doReadUndefined() - Method in JsonReader
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
doSetRollbackOnly(org.springframework.transaction.support.DefaultTransactionStatus) - Method in DatastoreTransactionManager
doSkipName() - Method in JsonReader
doSkipValue() - Method in JsonReader
doSuspend(java.lang.Object) - Method in DatastoreTransactionManager
DOT - Field in JpaQueryBuilder
DOUBLE - Field in ClassReader
The type of CONSTANT_Double constant pool items.
DOUBLE - Enum Constant in JsonTokenType
A Double token.
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.
doWithSpring() - Method in MongodbGrailsPlugin
doWriteBinaryData(org.bson.BsonBinary) - Method in JsonWriter
doWriteBoolean(boolean) - Method in JsonWriter
doWriteDateTime(long) - Method in JsonWriter
doWriteDBPointer(org.bson.BsonDbPointer) - Method in JsonWriter
doWriteDecimal128(org.bson.types.Decimal128) - Method in JsonWriter
doWriteDouble(double) - Method in JsonWriter
doWriteEndArray() - Method in JsonWriter
doWriteEndDocument() - Method in JsonWriter
doWriteInt32(int) - Method in JsonWriter
doWriteInt64(long) - Method in JsonWriter
doWriteJavaScript(java.lang.String) - Method in JsonWriter
doWriteJavaScriptWithScope(java.lang.String) - Method in JsonWriter
doWriteMaxKey() - Method in JsonWriter
doWriteMinKey() - Method in JsonWriter
doWriteNull() - Method in JsonWriter
doWriteObjectId(org.bson.types.ObjectId) - Method in JsonWriter
doWriteRegularExpression(org.bson.BsonRegularExpression) - Method in JsonWriter
doWriteStartArray() - Method in JsonWriter
doWriteStartDocument() - Method in JsonWriter
doWriteString(java.lang.String) - Method in JsonWriter
doWriteSymbol(java.lang.String) - Method in JsonWriter
doWriteTimestamp(org.bson.BsonTimestamp) - Method in JsonWriter
doWriteUndefined() - Method in JsonWriter
driverClassName - Field in DatabaseDriver
driverClassName(java.lang.String) - Method in DataSourceBuilder
driverClassName - Property in DataSourceSettings
The driver class name
dropIndex(MongoCollection<Document>, Map<String, Object>, com.mongodb.client.model.DropIndexOptions) - Method in MongoExtensions
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 TenantDelegatingGormOperations
eachTenant(org.grails.datastore.mapping.multitenancy.MultiTenantCapableDatastore, groovy.lang.Closure) - Method in Tenants
Execute the given closure for each tenant for the given datastore.
eachTenant(groovy.lang.Closure) - Method in TenantService
Execute the given closure for each tenant.
eachTenantInternal(org.grails.datastore.mapping.core.Datastore, groovy.lang.Closure) - Method in Tenants
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 - 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
EmbeddedCollectionDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding {@EmbeddedCollection} collection types
EmbeddedCollectionDecoder() - Constructor in EmbeddedCollectionDecoder
EmbeddedCollectionEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding {@EmbeddedCollection} collection types
EmbeddedCollectionEncoder() - Constructor in EmbeddedCollectionEncoder
EmbeddedDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding {@Embedded} association types
EmbeddedDecoder() - Constructor in EmbeddedDecoder
EmbeddedEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding {@Embedded} association types
EmbeddedEncoder() - Constructor in EmbeddedEncoder
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
EmbeddedQueryEncoder - Interface in org.grails.datastore.bson.query
Encodes an embedded object as a query
EMPTY_CLASS_ARRAY - Field in AstUtils
EMPTY_CLASS_ARRAY - Field in JavassistProxyFactory
EMPTY_CLASS_ARRAY - Field in ReflectionUtils
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
enableBigDecimalEncoding() - Method in SimpleEncoder
Enables Decimal128 encoding for simple types
ENABLED - Field in GlobalTraitRepairTransformation
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.types.Basic, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in BasicCollectionTypeEncoder
encode(org.bson.BsonWriter, BigDecimal, org.bson.codecs.EncoderContext) - Method in BigDecimalCodec
encode(org.bson.BsonWriter, BigInteger, org.bson.codecs.EncoderContext) - Method in BigIntegerCodec
encode(org.bson.BsonWriter, java.lang.Object, org.bson.codecs.EncoderContext, boolean) - Method in BsonPersistentEntityCodec
encode(org.bson.BsonWriter, java.util.Currency, org.bson.codecs.EncoderContext) - Method in CodecExtensions.CurrencyCodec
encode(org.bson.BsonWriter, groovy.lang.GString, org.bson.codecs.EncoderContext) - Method in CodecExtensions.GStringCodec
encode(org.bson.BsonWriter, groovy.lang.IntRange, org.bson.codecs.EncoderContext) - Method in CodecExtensions.IntRangeCodec
encode(org.bson.BsonWriter, java.util.List, org.bson.codecs.EncoderContext) - Method in CodecExtensions.ListCodec
encode(org.bson.BsonWriter, java.util.Locale, org.bson.codecs.EncoderContext) - Method in CodecExtensions.LocaleCodec
encode(org.bson.BsonWriter, Map<String, Object>, org.bson.codecs.EncoderContext) - Method in CodecExtensions.MapCodec
encode(org.grails.datastore.mapping.model.types.Embedded, java.lang.Object) - Method in CodecRegistryEmbeddedQueryEncoder
encode(org.bson.codecs.configuration.CodecRegistry, org.bson.codecs.EncoderContext, org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.types.CustomTypeMarshaller, java.lang.Object) - Method in CustomTypeEncoder
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.types.EmbeddedCollection, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in EmbeddedCollectionEncoder
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.types.Embedded, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in EmbeddedEncoder
encode(org.grails.datastore.mapping.model.types.Embedded, java.lang.Object) - Method in EmbeddedQueryEncoder
Takes an embedded property and instance and returns the query encoded value
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.types.Identity, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in IdentityEncoder
encode(org.bson.BsonWriter, java.time.Instant, org.bson.codecs.EncoderContext) - Method in InstantCodec
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in InstantEncoder
encode(org.bson.BsonWriter, java.time.LocalDate, org.bson.codecs.EncoderContext) - Method in LocalDateCodec
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in LocalDateEncoder
encode(org.bson.BsonWriter, java.time.LocalDateTime, org.bson.codecs.EncoderContext) - Method in LocalDateTimeCodec
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in LocalDateTimeEncoder
encode(org.bson.BsonWriter, java.time.LocalTime, org.bson.codecs.EncoderContext) - Method in LocalTimeCodec
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in LocalTimeEncoder
encode(org.grails.datastore.mapping.model.types.Embedded, java.lang.Object) - Method in MongoQuery
encode(org.bson.BsonWriter, java.time.OffsetDateTime, org.bson.codecs.EncoderContext) - Method in OffsetDateTimeCodec
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in OffsetDateTimeEncoder
encode(org.bson.BsonWriter, java.time.OffsetTime, org.bson.codecs.EncoderContext) - Method in OffsetTimeCodec
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in OffsetTimeEncoder
encode(org.bson.BsonWriter, java.time.Period, org.bson.codecs.EncoderContext) - Method in PeriodCodec
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in PeriodEncoder
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.types.Association, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PersistentEntityCodec.OneToManyEncoder
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.types.ToOne, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PersistentEntityCodec.ToOneEncoder
encode(org.bson.BsonWriter, T, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PropertyEncoder
Encodes a property to the given writer
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.types.Simple, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in SimpleEncoder
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.1
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.10
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.11
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.12
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.13
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.2
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.3
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.4
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.5
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.6
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.7
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.8
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.9
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.TypeEncoder
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.types.TenantId, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in TenantIdEncoder
encode(org.bson.BsonWriter, java.time.ZonedDateTime, org.bson.codecs.EncoderContext) - Method in ZonedDateTimeCodec
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in ZonedDateTimeEncoder
encodeEmbeddedCollectionUpdate(org.grails.datastore.mapping.engine.EntityAccess, org.bson.BsonDocument, org.bson.Document, org.grails.datastore.mapping.model.types.Association, java.lang.Object) - Method in PersistentEntityCodec
encodeEmbeddedUpdate(org.bson.BsonDocument, org.bson.Document, org.grails.datastore.mapping.model.types.Association, java.lang.Object) - Method in PersistentEntityCodec
ENCODER_CONTEXT - Field in BsonQuery
ENCODERS - Field in BsonPersistentEntityCodec
encodeUpdate(java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, boolean) - Method in BsonPersistentEntityCodec
This method will encode an update for the given object based
encodeUpdate(java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, boolean) - Method in PersistentEntityCodec
This method will encode an update for the given object based
END_ARRAY - Enum Constant in JsonTokenType
An end array token (a ']').
END_OBJECT - Enum Constant in JsonTokenType
An end object token (a '}').
END_OF_FILE - Enum Constant in JsonTokenType
An end of file token.
engine - Property in AbstractMongoConnectionSourceSettings
The engine to use by default
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 - Property in BsonPersistentEntityCodec
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 - Field in MongoQuery.AggregatePipeline
entity - Property in NamedCriteriaProxy
entity - Field in PendingOperationAdapter
entity - Field in Query
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
EntityProxy - Interface in org.grails.datastore.mapping.proxy
Authors:
Graeme Rocher
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
entityToMapping - Field in AbstractGormMappingFactory
entityToPropertyMap - Field in AbstractGormMappingFactory
entityTrait - Property in MongoEntityTraitProvider
entityValidators - Field in AbstractMappingContext
entrySet() - Method in PropertyResolverMap
EnumType - Class in org.grails.datastore.gorm.mongo.simple
A custom type for persisting Enum which have an id field in domain classes.
EnumType() - Constructor in EnumType
enumType - Property in Property
enumType - Field in RelaxedConversionService.StringToEnumIgnoringCaseConverterFactory.StringToEnum
enumValue(org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object, java.lang.Class) - Method in EnumType
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_OPERATOR - Field in BsonQuery
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
errorOccured - Field in AbstractMongoSession
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(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 - Field in GormValidationApi
eventPublisher - Field in MongoDatastore
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
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
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.
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, com.mongodb.client.MongoCollection<Document>, org.bson.Document) - Method in MongoQuery
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, Junction) - Method in Query
Subclasses should implement this to provide the concrete implementation of querying
executeQuery(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in TenantDelegatingGormOperations
executeQueryAndApplyPagination(com.mongodb.client.MongoCollection<Document>, org.bson.Document) - Method in MongoQuery
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_OPERATOR - Field in BsonQuery
Exists(org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.Exists
exists(java.io.Serializable) - Method in TenantDelegatingGormOperations
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
extractIdsFromDbRefs(java.util.List) - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
extractIndexedPaths(java.lang.String, List<PathNode>) - Method in RelaxedDataBinder.BeanPath

F

factory - Property in GormValidatorFactoryAdapter
failOnError - Property in ConnectionSourceSettings
Whether to fail on a validation error
failOnError - Property in GormEnhancer
failOnError - Property in GormInstanceApi
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
fastClass() - Method in EntityReflector
Returns:
The fast class
fastClass - Field in FieldEntityAccess.FieldEntityReflector
fastClassData - Field in MongoCodecEntityPersister
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 FieldEntityAccess.FieldEntityReflector.FieldReader
field - Field in FieldEntityAccess.FieldEntityReflector.FieldWriter
field() - Method in FieldEntityAccess.FieldEntityReflector.ReflectionMethodWriter
field() - Method in FieldEntityAccess.FieldEntityReflector.ReflectMethodReader
field - Property in MongoAttribute
FIELD_TARGET_DATASTORE - Field in AbstractDatastoreMethodDecoratingTransformation
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
filter(DistinctIterable<Document>, Map<String, Object>) - Method in MongoExtensions
********** DistinctIterable Extensions ************
filterErrors(org.grails.datastore.mapping.validation.ValidationErrors, java.util.Set, java.lang.Object) - Method in GormValidationApi
find(groovy.lang.Closure) - Method in DetachedCriteria
Synonym for #get
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(org.bson.conversions.Bson) - Method in MongoEntity
Finds all of the entities in the collection.
find(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
find(org.bson.conversions.Bson) - Method in MongoStaticApi
find(org.bson.conversions.Bson) - Method in MongoStaticOperations
Find an entity for the given filter
find(groovy.lang.Closure) - Method in NamedCriteriaProxy
find() - Method in QueryableCriteria
Returns:
Find a single result
find(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in TenantDelegatingGormOperations
findAbstractMethodsInternal(org.codehaus.groovy.ast.ClassNode, List<MethodNode>, boolean) - Method in AstUtils
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(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in TenantDelegatingGormOperations
findAllAbstractMethods(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
Finds all the abstract methods for the give class node
FindAllByBooleanFinder - Class in org.grails.datastore.gorm.finders
The "findAll<booleanProperty>By*" static persistent method.
FindAllByBooleanFinder(org.grails.datastore.mapping.model.MappingContext) - Constructor in FindAllByBooleanFinder
FindAllByFinder - Class in org.grails.datastore.gorm.finders
Finder used to return multiple results.
FindAllByFinder(org.grails.datastore.mapping.model.MappingContext) - 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 TenantDelegatingGormOperations
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.datastore.gorm.finders
FindByBooleanFinder(org.grails.datastore.mapping.model.MappingContext) - Constructor in FindByBooleanFinder
FindByFinder - Class in org.grails.datastore.gorm.finders
Finder used to return a single result
FindByFinder(org.grails.datastore.mapping.model.MappingContext) - Constructor in FindByFinder
findConnectionId(org.codehaus.groovy.ast.MethodNode) - Method in AbstractServiceImplementer
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
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)
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
findOne(MongoCollection<Document>, Map<String, Object>, Map<String, Object>, Map<String, Object>, com.mongodb.ReadPreference) - Method in MongoExtensions
findOneAndDelete(org.bson.conversions.Bson, com.mongodb.client.model.FindOneAndDeleteOptions) - Method in MongoEntity
Atomically find a document and remove it.
findOneAndDelete(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
findOneAndDelete(org.bson.conversions.Bson, com.mongodb.client.model.FindOneAndDeleteOptions) - Method in MongoStaticApi
findOneAndDelete(org.bson.conversions.Bson, com.mongodb.client.model.FindOneAndDeleteOptions) - Method in MongoStaticOperations
Atomically find a document and remove it.
findOneAndReplace(MongoCollection<Document>, Map<String, Object>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
findOneAndUpdate(MongoCollection<Document>, Map<String, Object>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
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.datastore.gorm.finders
Finder used to return a single result
FindOrCreateByFinder(java.lang.String, org.grails.datastore.mapping.model.MappingContext) - 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 TenantDelegatingGormOperations
findOrder(java.lang.Object) - Method in OrderedComparator
Find an order value indicated by the given object.
FindOrSaveByFinder - Class in org.grails.datastore.gorm.finders
FindOrSaveByFinder(org.grails.datastore.mapping.model.MappingContext) - 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 TenantDelegatingGormOperations
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
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)
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
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)
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 TenantDelegatingGormOperations
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() - Method in SoftServiceLoader
Returns:
Return the first such instance
first(java.util.Map) - Method in TenantDelegatingGormOperations
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(com.mongodb.WriteConcern) - Method in AbstractMongoSession
flush() - Method in AbstractSession
flush() - Method in JsonWriter
flush(com.mongodb.WriteConcern) - Method in MongoCodecSession
flush(com.mongodb.WriteConcern) - Method in MongoSession
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 MongoQuery
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
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.
flushPendingUpdates(Map<PersistentEntity,Collection<PendingUpdate>>) - Method in MongoSession
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
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 AbstractMongoObectEntityPersister
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
FORWARD_SLASH - Field in JsonToken
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.
fromSingleCoordsList(java.util.List) - Method in Polygon
A single ring.
fullMessage - Field in ValidationException
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
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) - Method in MongoCodecEntityPersister
generateIdentifier(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document) - Method in MongoEntityPersister
generateIdentifier(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in NativeEntryEntityPersister
Subclasses should override to provide id generation.
generateServiceDescriptor(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode) - Method in ServiceTransformation
generator - Property in Property
Set the id generator name or class.
GEO_INTERSECTS_OPERATOR - Field in MongoQuery
GEO_TYPE - Field in GeoJSONType
GEO_WITHIN_OPERATOR - Field in MongoQuery
GeoCriterion(java.lang.String, java.lang.Object) - Constructor in MongoQuery.GeoCriterion
geoIndex(java.lang.String) - Method in MongoAttribute
Sets the geo index type
GeoIntersects - Class in org.grails.datastore.gorm.mongo
Dynamic finder extension for GeoIntersects style queries
GeoIntersects(Class<?>, java.lang.String) - Constructor in GeoIntersects
geoIntersects(java.lang.String, grails.mongodb.geo.GeoJSON) - Method in MongoCriteriaBuilder
Geospacial query for the given shape returning records that are found to intersect the given shape
geoIntersects(java.lang.String, grails.mongodb.geo.GeoJSON) - Method in MongoQuery
Geospacial query for values within the given shape
GeoIntersects(java.lang.String, java.lang.Object) - Constructor in MongoQuery.GeoIntersects
GeoJSON - Interface in grails.mongodb.geo
Marker interface for shapes that are GeoJSON shapes
GeoJSONType - Class in org.grails.datastore.gorm.mongo.geo
Abstract class for persisting Shape instances in GeoJSON format.
GeoJSONType(Class<T>) - Constructor in GeoJSONType
geoJsonTypeMap - Property in ShapeType
GEOMETRIES - Field in GeometryCollectionType
GEOMETRY_OPERATOR - Field in MongoQuery
GeometryCollection - Class in grails.mongodb.geo
Represents a GeoJSON GeometryCollection.
GeometryCollection() - Constructor in GeometryCollection
GeometryCollectionType - Class in org.grails.datastore.gorm.mongo.geo
Custom type implementation for persisting GeometryCollection instances
GeometryCollectionType() - Constructor in GeometryCollectionType
GeoWithin - Class in org.grails.datastore.gorm.mongo
Dynamic finder extension for GeoWithin style queries
GeoWithin(Class<?>, java.lang.String) - Constructor in GeoWithin
geoWithin(java.lang.String, grails.mongodb.geo.Shape) - Method in MongoCriteriaBuilder
Geospacial query for the given shape returning records that are found within the given shape
geoWithin(java.lang.String, grails.mongodb.geo.Shape) - Method in MongoQuery
Geospacial query for values within the given shape
GeoWithin(java.lang.String, java.lang.Object) - Constructor in MongoQuery.GeoWithin
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_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(Class<T>, org.bson.codecs.configuration.CodecRegistry) - Method in CodecExtensions
get(groovy.lang.Closure) - Method in CriteriaBuilder
Defines and executes a get query (a single result) in a single call.
get() - Method in CurrentTenant
Returns:
Obtain the current tenant
get(groovy.lang.Closure) - Method in DetachedCriteria
Returns a single result matching the criterion contained within this DetachedCriteria instance
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(Class<T>, org.bson.codecs.configuration.CodecRegistry) - Method in MongoDatastore.PersistentEntityCodeRegistry
get(int) - Method in MongoQuery.AggregatedResultList
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_TARGET_METHOD - Field in EntityProxyMethodHandler
get(java.io.Serializable) - Method in TenantDelegatingGormOperations
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.
getAggregationPipeline() - Method in MongoQuery.AggregatePipeline
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 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 MongoDatastore
Returns:
The ConfigurableApplicationEventPublisher instance used by this datastore
getAppliedMarker() - Method in AbstractGormASTTransformation
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
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
getAssociationIndexer(T, org.grails.datastore.mapping.model.types.Association) - Method in AbstractMongoObectEntityPersister
getAssociationIndexer(T, org.grails.datastore.mapping.model.types.Association) - Method in NativeEntryEntityPersister
Obtains an indexer for the given association
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
getAt(java.lang.String) - Method in DynamicAttributes
Obtains a dynamic attribute
getAt(java.lang.String) - Method in InstanceProxy
getAt(com.mongodb.client.MongoDatabase, java.lang.String) - Method in MongoExtensions
Adds a method to return a collection using the dot syntax
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.
getAutoTimestampEventListener() - Method in MongoDatastore
getBaseConfiguration() - Method in AbstractConnectionSources
getBaseConfiguration() - Method in ConnectionSources
Returns:
Obtains the base configuration
getBeanDefinitions(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in AbstractDatastoreInitializer
getBeanDefinitions(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in MongoDbDataStoreSpringInitializer
getBooleanFromMap(java.lang.String, Map<?,?>) - Method in ClassUtils
Retrieves a boolean value from a Map for the given key
getBsonConverter(Class<? extends BsonValue>) - Method in CodecExtensions
getBsonConverters() - Method in CodecExtensions
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
getClassFieldDocument(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoQuery
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
getCodecForBsonType(org.bson.BsonType, org.bson.codecs.configuration.CodecRegistry) - Method in CodecExtensions
getCodecRegistry() - Method in CodecRegistryProvider
getCodecRegistry() - Method in MongoDatastore
Returns:
The org.bson.codecs.configuration.CodecRegistry
getCodecRegistry() - Method in MongoMappingContext
Returns:
The codec registry for this mapping context
getCollection(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
getCollection(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
Obtain the raw com.mongodb.client.MongoCollection for the given entity
getCollection() - Method in MongoEntity
The actual collection that this entity maps to.
getCollection() - Method in MongoStaticApi
getCollection() - Method in MongoStaticOperations
The actual collection that this entity maps to.
getCollectionName(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in AbstractMongoObectEntityPersister
getCollectionName(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
getCollectionName(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
getCollectionName(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
Gets the default collection name for the given entity
getCollectionName() - Method in MongoEntity
Returns:
The name of the Mongo collection that entity maps to
getCollectionName(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document) - Method in MongoEntityPersister
getCollectionName() - Method in MongoStaticApi
getCollectionName() - Method in MongoStaticOperations
Returns:
The name of the Mongo collection that entity maps to
getCollectionNames(com.mongodb.client.MongoDatabase) - Method in MongoExtensions
********** MongoDatabase Extensions ************
getCollectionStaticProperty(org.grails.datastore.mapping.reflect.ClassPropertyFetcher, java.lang.String) - Method in GormMappingConfigurationStrategy
getCollectionType(org.grails.datastore.mapping.model.PersistentProperty) - Method in EnumType
Get type of collection by looking at hasMany static field in the domain class.
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
getCompoundIndices() - Method in MongoCollection
Return all defined compound indices
getConnection() - Method in CustomizableRollbackTransactionAttribute
Returns:
The connection being used
getConnectionFromDriverManager(java.lang.String, java.util.Properties) - Method in DataSourceBuilder.ReadOnlyDriverManagerDataSource
getConnectionsCollection(ConnectionSource<MongoClient, MongoConnectionSourceSettings>) - Method in MongoConnectionSources
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<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 MongoDatastore
Returns:
The ConnectionSources for this datastore
getConnectionSourcesConfigurationKey() - Method in ConnectionSourceFactory
Returns:
Obtain the prefix used to obtain the default configuration.
getConnectionSourcesConfigurationKey() - Method in DataSourceConnectionSourceFactory
getConnectionSourcesConfigurationKey() - Method in MongoConnectionSourceFactory
getConnectionSourcesConfigurationKey() - Method in SingletonConnectionSources.NullConnectionFactory
getConstraintValidatorFactory() - Method in GormValidatorFactoryAdapter
getConstraintValidatorFactory() - Method in JavaxValidatorRegistry
getContext() - Method in JsonReader
getContext() - Method in JsonWriter
getContextType() - Method in JsonReader.Context
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() - 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(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
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
getCursor() - Method in MongoQuery.MongoResultList
Returns:
The underlying MongoDB cursor instance
getCustomTypeMarshaller() - Method in Basic
Returns:
The type converter for this custom type
getCustomTypeMarshaller() - Method in Custom
Returns:
The type converter for this custom type
getDatabase() - Method in AbstractMongoConnectionSourceSettings
Returns:
Obtain the database name
getDatabase(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
Returns:
The name of the default database
getDatabaseName(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
getDatastore() - Method in AbstractDatastoreApi
getDatastore() - Method in AbstractMongoSession
getDatastore() - Method in AbstractSession
getDatastore() - Method in DatastoreTransactionManager
getDatastore() - Method in MongoCodecSession
getDatastore() - Method in Session
The Datastore that created this Session
getDatastoreForConnection(java.lang.String) - Method in MongoDatastore
getDatastoreForConnection(java.lang.String) - Method in MultipleConnectionSourceCapableDatastore
Lookup a Datastore by ConnectionSource name
getDatastoreForQualifier(Class<D>, java.lang.String) - Method in MongoDatastore
getDatastoreForTenantId(java.io.Serializable) - Method in MongoDatastore
getDatastoreForTenantId(java.io.Serializable) - Method in MultiTenantCapableDatastore
Obtains the datastore for the given tenant id.
getDB() - Method in MongoEntity
Returns:
The database for this domain class
getDB() - Method in MongoStaticApi
getDB() - Method in MongoStaticOperations
Returns:
The database for this domain class
getDbo() - Method in MongoEntity
Return the DBObject instance for the entity
getDbo(D) - Method in MongoInstanceOperations
Return the DBObject instance for the entity
getDbo(D) - Method in MongoStaticApi
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.
getDeclaredWriteConcern(com.mongodb.WriteConcern, org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
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.
getDefaultDatabase() - Method in AbstractMongoSession
Returns:
The name of the default database
getDefaultDatabase() - Method in MongoDatastore
Returns:
The default database name
getDefaultDatabaseName() - Method in DocumentMappingContext
getDefaultDatabaseName(org.springframework.core.env.PropertyResolver) - Method in MongoMappingContext
getDefaultFlushMode() - Method in MongoDatastore
Returns:
The default flush mode
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
getDefinition() - Method in MongoCollection.Index
getDeleteMap(java.lang.Iterable) - Method in MongoSession
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
getDiscriminatorAttributeName() - Method in BsonPersistentEntityCodec
Returns:
The name of the discriminator
getDiscriminatorAttributeName() - Method in PersistentEntityCodec
getDocumentMappingContext() - Method in AbstractMongoSession
getDocumentMappingContext() - Method in MongoCodecSession
getDomainClasses() - Method in MongoSpec
Returns:
The domain classes
getDriverClassName() - Method in DatabaseDriver
Return the driver class name.
getDynamicFinderPrefix() - Method in CountByImplementer
getDynamicFinderPrefix() - Method in FindAllByImplementer
getDynamicFinderPrefix() - Method in FindOneByImplementer
getEmbedded(T, java.lang.String) - Method in AbstractMongoObectEntityPersister
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.
getEncoderClass() - Method in BigDecimalCodec
getEncoderClass() - Method in BigIntegerCodec
getEncoderClass() - Method in BsonPersistentEntityCodec
getEncoderClass() - Method in CodecExtensions.CurrencyCodec
getEncoderClass() - Method in CodecExtensions.GStringCodec
getEncoderClass() - Method in CodecExtensions.IntRangeCodec
getEncoderClass() - Method in CodecExtensions.ListCodec
getEncoderClass() - Method in CodecExtensions.LocaleCodec
getEncoderClass() - Method in CodecExtensions.MapCodec
getEncoderClass() - Method in InstantCodec
getEncoderClass() - Method in LocalDateCodec
getEncoderClass() - Method in LocalDateTimeCodec
getEncoderClass() - Method in LocalTimeCodec
getEncoderClass() - Method in OffsetDateTimeCodec
getEncoderClass() - Method in OffsetTimeCodec
getEncoderClass() - Method in PeriodCodec
getEncoderClass() - Method in ZonedDateTimeCodec
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 AbstractMongoObectEntityPersister
getEntityFamily() - Method in NativeEntryEntityPersister
getEntityMappedFormType() - Method in AbstractGormMappingFactory
getEntityMappedFormType() - Method in GormDocumentMappingFactory
getEntityMappedFormType() - Method in GormKeyValueMappingFactory
getEntityMappedFormType() - Method in MongoMappingContext.MongoDocumentMappingFactory
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 AbstractMongoObectEntityPersister
getEntryValue(T, java.lang.String) - Method in NativeEntryEntityPersister
Reads a value for the given key from the native entry
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
getEnumValueForOrdinal(java.lang.Number, java.lang.Class) - Method in EnumType
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
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
Returns:
The type of event.
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
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
getField() - Method in MongoAttribute
Returns:
The field name to map to
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
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 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 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
getId(java.lang.Enum) - Method in EnumType
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 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
getIdentifierForKey(java.lang.Object) - Method in AbstractMongoObectEntityPersister
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(org.grails.datastore.mapping.model.types.Identity) - Method in IdentityEncoder
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 MongoCodecEntityPersister
getIdentifierName(org.grails.datastore.mapping.model.ClassMapping) - Method in NativeEntryEntityPersister
Obtains the identifier name to use.
getIdentifierName(org.grails.datastore.mapping.model.types.Identity) - Method in PersistentEntityCodec.1
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
getIdObjectForGroupBy(org.bson.Document) - Method in MongoQuery
getIndexAttributes() - Method in MongoAttribute
Returns:
The attributes for the index
getIndexedAssociationsAsList(java.lang.Object) - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
getIndexedEntity() - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
getIndexedEntity() - Method in AbstractPersistentCollection
getIndexedEntity() - Method in AssociationQueryExecutor
Returns:
The entity to be queried
getIndexName(java.lang.Object) - Method in PropertyValueIndexer
Parameters:
value - The indexed value
getIndices() - Method in MongoCollection
getInitializedExpression(org.grails.datastore.gorm.finders.MethodExpression, java.lang.Object) - Method in DynamicFinder
Initializes the arguments of the specified expression with the specified arguments.
getInListQueryValues(org.grails.datastore.mapping.model.PersistentEntity, In) - Method in BsonQuery
Get the list of native values to use in the query.
getInstanceApi(Class<D>, java.lang.String) - Method in GormEnhancer
getInstanceApi(Class<D>, java.lang.String) - Method in MongoDatastore
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
getLazy() - Method in Property
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 AbstractMongoObectEntityPersister
getManyToManyKeys(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.io.Serializable, T, org.grails.datastore.mapping.model.types.ManyToMany) - Method in NativeEntryEntityPersister
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 MongoMappingContext.DocumentEmbeddedPersistentEntity.DocumentCollectionMapping
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 MongoMappingContext.DocumentEmbeddedPersistentEntity
getMapping() - Method in MongoMappingContext.MongoDocumentMappingFactory
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 AbstractMongoSession
getMappingContext() - Method in AbstractPersistentEntity
getMappingContext() - Method in AbstractSession
getMappingContext() - Method in Datastore
Obtains the MappingContext object
getMappingContext() - Method in EntityPersister
Returns:
The MappingContext instance
getMappingContext() - Method in MongoDatastore
Returns:
The mapping context
getMappingContext() - Method in MongoSpec
Returns:
Obtains the mapping context
getMappingContext() - Method in PersistentEntity
Obtains the MappingContext where this PersistentEntity is defined
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
getMark() - Method in JsonReader
getMaximumNumberOfParameters() - Method in MethodInvokingClosure
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
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
getModifiers() - Method in GormEnhancer.1
getMongoClient() - Method in MongoDatastore
Returns:
The com.mongodb.client.MongoClient instance
getMongoClient() - Method in MongoSpec
Returns:
Obtain the mongo client
getMongoCollection(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
getMongoFieldNameForProperty(PersistentProperty<MongoAttribute>) - Method in MongoDatastore
getMongoQuery() - Method in MongoQuery
Gets the Mongo query for this query instance
getMongoSession() - Method in AbstractMongoObectEntityPersister
getMultiTenancyMode() - Method in AbstractMappingContext
getMultiTenancyMode() - Method in MappingContext
Returns:
The multi tenancy mode
getMultiTenancyMode() - Method in MongoDatastore
getMultiTenancyMode() - Method in MultiTenantCapableDatastore
Returns:
The multi tenancy mode
getName() - Method in AbstractPersistentEntity
getName() - Method in AbstractPersistentProperty
getName() - Method in ConnectionSource
Returns:
The name of the connection source
getName() - Method in DefaultConnectionSource
getName() - Method in DefaultServiceDefinition
getName(MongoCollection<Document>) - Method in MongoExtensions
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 ServiceDefinition
Returns:
The full class name of the service
getName() - Method in UniqueConstraint
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 AbstractMongoSession
getNativeInterface() - Method in MongoCodecSession
getNativeInterface() - Method in Session
Returns:
The native interface to the datastore
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 Transaction
Returns:
the native transaction object.
getNumber(PropertyCriterion) - Method in BsonQuery
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
getOptions() - Method in MongoCollection.Index
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
getOrCreatePropertyQuery(org.bson.Document, java.lang.String) - Method in BsonQuery
getOrder() - Method in AbstractPersistenceEventListener
getOrder() - Method in AbstractProjectionImplementer
getOrder() - Method in AbstractServiceImplementer
getOrder() - Method in AbstractStringQueryImplementer
getOrder() - Method in AbstractWhereImplementer
getOrder() - Method in DeleteWhereImplementer
getOrder() - Method in FindAllByImplementer
getOrder() - Method in MultiTenantEventListener
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 TenantTransform
getOrder() - Method in TransactionalTransform
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 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.
getPackageToScan(grails.config.Config) - Method in MongoSpec
Obtains the default package to scan
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
getParentContext() - Method in JsonReader.Context
getParentContext() - Method in JsonWriter.Context
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
getPersistenceInterceptorClass() - Method in MongoDbDataStoreSpringInitializer
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
getPersistentEntityCodec(java.lang.Class) - Method in MongoDatastore
Obtains a PersistentEntityCodec for the given 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
getPointAtIndex(java.util.List, int) - Method in Point
Gets a point from the given list of coordinate lists
getPreOperations() - Method in PendingOperation
Operations to be executed directly prior to this operation
getPreOperations() - Method in PendingOperationAdapter
getPreparedCriteriaClosure(java.lang.Object) - Method in NamedCriteriaProxy
getProjectedKeys() - Method in MongoQuery.AggregatePipeline
getProjectedValue(org.bson.Document, java.lang.String) - Method in MongoQuery.AggregatedResultList
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 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
getPropertyDecoder(Class<T>) - Method in BsonPersistentEntityCodec
Obtains the property encoder for the given property type
getPropertyDescriptor(java.lang.String) - Method in ClassPropertyFetcher
getPropertyDescriptors() - Method in ClassPropertyFetcher
deprecated:
Use getMetaProperties instead
getPropertyEncoder(Class<T>) - Method in BsonPersistentEntityCodec
Obtains the property encoder for the given property type
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 AbstractMongoObectEntityPersister
getPropertyIndexer(org.grails.datastore.mapping.model.PersistentProperty) - Method in NativeEntryEntityPersister
Obtains an indexer for a particular property
getPropertyKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractMongoObectEntityPersister
getPropertyKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in NativeEntryEntityPersister
getPropertyMappedFormType() - Method in AbstractGormMappingFactory
getPropertyMappedFormType() - Method in GormDocumentMappingFactory
getPropertyMappedFormType() - Method in GormKeyValueMappingFactory
getPropertyMappedFormType() - Method in MongoMappingContext.MongoDocumentMappingFactory
getPropertyName(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in BsonQuery
getPropertyName() - Method in MethodExpression
getPropertyName() - Method in Query.PropertyProjection
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(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 GroovyProxyFactory
getProxiedClass(java.lang.Object) - Method in JavassistProxyFactory
getProxiedClass(java.lang.Object) - Method in ProxyHandler
Get the class being proxied
getProxyClass(java.lang.Class) - Method in JavassistProxyFactory
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
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
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 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
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
getReleaseCandidateVersion() - Method in Snapshot
getRenamedMethodPrefix() - Method in AbstractMethodDecoratingTransformation
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
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 MongoCodecEntityPersister
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
getSimpleNativePropertyValue(java.lang.Object, org.grails.datastore.mapping.model.MappingContext) - Method in MongoEntityPersister
Convert a value into a type suitable for use in Mongo.
getSort() - Method in Entity
getSort() - Method in MongoCollection
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 MongoDatastore
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 CodecCustomTypeMarshaller
getTargetType() - Method in CustomTypeMarshaller
Returns:
The target Java type
getTenantId() - Method in AbstractPersistentEntity
getTenantId() - Method in PersistentEntity
Returns:
The tenant id
getTenantResolver() - Method in MongoDatastore
getTenantResolver() - Method in MultiTenancySettings
Returns:
The tenant resolver
getTenantResolver() - Method in MultiTenantCapableDatastore
Returns:
Obtain the tenant resolver
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
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 MongoDatastore
Returns:
The transaction manager
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 DataSourceBuilder
getType() - Method in DefaultServiceDefinition
getType() - Method in EntityPersister
getType() - Method in JsonToken
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
getUrl() - Method in AbstractMongoConnectionSourceSettings
Returns:
Obtain the final URL whether from the connection string or the host/port setting
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 MongoDatastore
getValidationQuery() - Method in DatabaseDriver
Return the validation query.
getValidator(org.grails.datastore.mapping.model.PersistentEntity) - Method in BeanFactoryValidatorRegistry
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
getValue(T, java.lang.String) - Method in AbstractMongoObectEntityPersister.ValueRetrievalStrategy
getValue(Class<T>) - Method in JsonToken
getValue(org.bson.Document, java.lang.String) - Method in MongoEntityPersister
getValue() - Method in Query.PropertyCriterion
getValue() - Method in Query.SubqueryCriterion
getValueRetrievalStrategy() - Method in AbstractMongoObectEntityPersister
Returns:
The value retrieval strategy for this implementation
getValueRetrievalStrategy() - Method in MongoEntityPersister
getValues() - Method in MongoQuery.WithinBox
getValues() - Method in MongoQuery.WithinCircle
getValues() - Method in MongoQuery.WithinPolygon
getValues() - Method in Query.In
getVersion() - Method in AbstractPersistentEntity
getVersion() - Method in PersistentEntity
Returns the version property.
getWriteConcern() - Method in AbstractMongoSession
Obtains the WriteConcern to use for the session
getWriteModelsForEntity(org.grails.datastore.mapping.model.PersistentEntity, Map<PersistentEntity, List<WriteModel<?>>>) - Method in MongoCodecSession
getWriteModelsForEntity(org.grails.datastore.mapping.model.PersistentEntity, Map<PersistentEntity,List<WriteModel<Document>>>) - Method in MongoSession
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
GormDocumentMappingFactory - Class in org.grails.datastore.mapping.document.config
gormDynamicFinders - Field in GormStaticApi
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 MongoDatastore
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
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
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
grailsVersion - Property in MongodbGrailsPlugin
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_OPERATOR - Field in BsonQuery
group - Field in UniqueConstraint
groupByProjectionHandlers - Field in BsonQuery
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_OPERATOR - Field in BsonQuery
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_OPERATOR - Field in BsonQuery
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(Junction, java.lang.String, org.bson.BsonReader) - Method in BsonQuery
handle(Junction, java.lang.String, org.bson.BsonReader) - Method in BsonQuery.OperatorHandler
handle(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document, org.bson.Document, T) - Method in BsonQuery.ProjectionHandler
Handles a projection modifying the aggregation pipeline appropriately
handle(org.grails.datastore.bson.query.EmbeddedQueryEncoder, T, org.bson.Document, org.grails.datastore.mapping.model.PersistentEntity) - Method in BsonQuery.QueryHandler
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
handle(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document, org.bson.Document, IdProjection) - Method in MongoQuery
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
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 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
handleLike(org.grails.datastore.mapping.model.PersistentEntity, Like, org.bson.Document, boolean) - Method in BsonQuery
handleNegation(List<String>, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.NotExpression, org.codehaus.groovy.ast.VariableScope) - Method in DetachedCriteriaTransformer
handleNoResults() - Method in MongoQuery.AggregatedResultList
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
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
hasCodecCache - Field in MongoMappingContext
hasCodecForType(java.lang.Class) - Method in MongoMappingContext
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
hasElements - Field in JsonWriter.Context
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
hasHibernatePlugin() - Method in MongodbGrailsPlugin
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 MongoQuery.AggregatedResultList
hasNext() - Method in PersistentList.PersistentListIterator
hasNext() - Method in SoftServiceLoader
hasNext() - Method in SoftServiceLoader.ServiceLoaderIterator
hasNumericalIdentifier - Field in AbstractMongoObectEntityPersister
hasNumericalIdentifier - Field in MongoCodecEntityPersister
hasOrInheritsProperty(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
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
hasShrunk() - Method in AbstractPersistentCollection
hasShrunk() - Method in DirtyCheckableCollection
Returns:
True if the collection has shrunk
hasShrunk() - Method in DirtyCheckingCollection
hasShrunk() - Method in DirtyCheckingMap
hasStringIdentifier - Field in AbstractMongoObectEntityPersister
hasStringIdentifier - Field in MongoCodecEntityPersister
hasTenantAnnotation(org.codehaus.groovy.ast.AnnotatedNode) - Method in TenantTransform
Whether the given node is Multi Tenant
hasTransaction() - Method in AbstractMongoSession
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.
headSet(java.lang.Object) - Method in PersistentSortedSet
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
HINT_ARGUMENT - Field in MongoQuery
hint(FindIterable<Document>, Map<String, Object>) - Method in MongoExtensions
holderActive - Field in SpringSessionSynchronization
host - Property in AbstractMongoConnectionSourceSettings
The host name to use
host - Field in MongoClientOptionsBuilder
HSQLDB - Enum Constant in DatabaseDriver
HyperSQL DataBase.
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
Adds an id projection
id(groovy.lang.Closure) - Method in Entity
Define the identity config
id(groovy.lang.Closure) - Method in MongoCollection
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_REFERENCE_SUFFIX - Field in BsonQuery
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(D) - Method in TenantDelegatingGormOperations
identifierMapping - Field in AbstractClassMapping
identifierName - Field in FieldEntityAccess.FieldEntityReflector
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_DECODERS - Field in IdentityDecoder
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
IdentityDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding the Identity
IdentityDecoder.1 - Class in org.grails.datastore.bson.codecs.decoders
IdentityDecoder.1() - Constructor in IdentityDecoder.1
IdentityDecoder.2 - Class in org.grails.datastore.bson.codecs.decoders
IdentityDecoder.2() - Constructor in IdentityDecoder.2
IdentityDecoder.3 - Class in org.grails.datastore.bson.codecs.decoders
IdentityDecoder.3() - Constructor in IdentityDecoder.3
IdentityDecoder.4 - Class in org.grails.datastore.bson.codecs.decoders
IdentityDecoder.4() - Constructor in IdentityDecoder.4
IdentityDecoder.5 - Class in org.grails.datastore.bson.codecs.decoders
IdentityDecoder.5() - Constructor in IdentityDecoder.5
IdentityDecoder.6 - Class in org.grails.datastore.bson.codecs.decoders
IdentityDecoder.6() - Constructor in IdentityDecoder.6
IdentityDecoder.7 - Class in org.grails.datastore.bson.codecs.decoders
IdentityDecoder.7() - Constructor in IdentityDecoder.7
IdentityDecoder.8 - Class in org.grails.datastore.bson.codecs.decoders
IdentityDecoder.8() - Constructor in IdentityDecoder.8
IdentityDecoder.IdentityTypeDecoder - Interface in org.grails.datastore.bson.codecs.decoders
IdentityDecoder() - Constructor in IdentityDecoder
IdentityEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding the Identity
IdentityEncoder() - Constructor in IdentityEncoder
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
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 ServiceImplementer
Implement the method
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
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_ESCAPE_SEQUENCE - Enum Constant in JsonScanner.RegularExpressionState
IN_OPERATOR - Field in BsonQuery
IN_OPTIONS - Enum Constant in JsonScanner.RegularExpressionState
IN_PATTERN - Enum Constant in JsonScanner.RegularExpressionState
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
INC_OPERATOR - Field in MongoCodecEntityPersister
INC_OPERATOR - Field in MongoConstants
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
indentation - Field in JsonWriter.Context
index(java.lang.Object, java.lang.Object) - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
index(T, K) - Method in AssociationIndexer
Index a single foreign key
INDEX_ATTRIBUTES - Field in MongoDatastore
index(java.lang.String) - Method in MongoAttribute
Configures the index type
index(Map<String, Object>, Map<String, Object>) - Method in MongoCollection
Defines an index
Index(Map<String, Object>, Map<String, Object>) - Constructor in MongoCollection.Index
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_TYPE_2D - Field in MongoAttribute
INDEX_TYPE_2DSPHERE - Field in MongoAttribute
INDEX_TYPE - Field in MongoAttribute
indexAttributes - Property in MongoAttribute
indexer - Field in AbstractPersistentCollection
indexOf(java.lang.Object) - Method in PagedResultList
indexOf(java.lang.Object) - Method in PersistentList
indices - Field in MongoCollection
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
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 GroovyProxyFactory
initialize() - Method in Initializable
Call to initialize the object
initialize(java.lang.Object) - Method in JavassistProxyFactory
INITIALIZE_METHOD - Field in EntityProxyMethodHandler
initialize(ConnectionSource<MongoClient, MongoConnectionSourceSettings>) - Method in MongoConnectionSources
initialize(org.grails.datastore.mapping.mongo.connections.MongoConnectionSourceSettings) - Method in MongoDatastore
Runs the initialization sequence
initialize(java.lang.Class) - Method in MongoMappingContext
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.String, Set<String>) - Method in RelaxedNames
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 MongoQuery.AggregatedResultList
initialized - Field in NamedQueriesBuilder
INITIALIZED_PROPERTY - Field in EntityProxyMethodHandler
initializeDefaultMappingFactory(java.lang.String) - Method in KeyValueMappingContext
initializedObjects - Field in AbstractResultList
initializedObjects - Field in MongoQuery.AggregatedResultList
initializeFully() - Method in AbstractResultList
initializeFully() - Method in MongoQuery.AggregatedResultList
initializeIfNecessary(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in AutoTimestampEventListener
initializeIndices(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
Indexes any properties that are mapped with index:true
initializeMethods(java.lang.Object) - Method in AbstractGormApi
initializePath(org.springframework.beans.BeanWrapper, org.grails.datastore.gorm.jdbc.RelaxedDataBinder.BeanPath, int) - Method in RelaxedDataBinder
initializePersistentCollection(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.Association) - Method in PersistentEntityCodec.OneToManyDecoder
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.
initIndexAttributes() - Method in MongoAttribute
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(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
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
inRadians() - Method in Distance
Returns:
The value of the distance in Radians
InRange(java.lang.String) - Constructor in MethodExpression.InRange
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(MongoCollection<Document>, List<? extends Map>, com.mongodb.client.model.InsertManyOptions) - Method in MongoExtensions
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(java.lang.Object) - Method in Session
Forces an insert
insert(D, java.util.Map) - Method in TenantDelegatingGormOperations
INSTANCE_APIS - Field in GormEnhancer
instance - Property in InstanceProxy
INSTANCE_PREFIX - Field in AbstractMongoObectEntityPersister
INSTANCE_PREFIX - Field in MongoCodecEntityPersister
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
InstantBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.Instant to MongoDB
InstantCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.Instant in MongoDB
InstantCodec() - Constructor in InstantCodec
InstantConverter - Trait in grails.gorm.time
A trait to convert a java.time.Instant to and from a long
InstantDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.Instant
InstantDecoder() - Constructor in InstantDecoder
InstantEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.Instant
InstantEncoder() - Constructor in InstantEncoder
instantiate(Class<T>) - Method in ReflectionUtils
Instantiates an object catching any relevant exceptions and rethrowing as a runtime exception
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
INT32 - Enum Constant in JsonTokenType
An Int32 token.
INT64 - Enum Constant in JsonTokenType
And Int64 token.
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
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
internalIndex - Field in MongoQuery.AggregatedResultList
internalValidator - Field in GormValidationApi
intialized - Field in AbstractPersistentEntity.MappingProperties
INVALID - Enum Constant in JsonScanner.NumberState
INVALID - Enum Constant in JsonScanner.RegularExpressionState
INVALID - Enum Constant in JsonTokenType
An invalid token.
inversePropertyName - Field in ManyToMany
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
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 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
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 Transaction
Whether the transaction is active
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
isAssignedId(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
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
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
isCodecPersister - Field in MongoQuery
isCodecPersister - Field in MongoQuery.MongoResultList
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
isCriteriaConstructionMethod(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
isCustomType(Class<?>) - Method in MappingFactory
isCustomType(Class<?>) - Method in MongoMappingContext.MongoDocumentMappingFactory
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(java.lang.Object, java.lang.Object) - Method in AbstractMongoObectEntityPersister
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(java.lang.Object) - Method in Session
Check if the instance has been modified since loading.
isDiscriminatorProperty(java.lang.String) - Method in BsonPersistentEntityCodec
isDomainClass(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
isEmbedded() - Method in Association
Returns:
Whether this association is embedded
isEmbeddedEntry(java.lang.Object) - Method in MongoEntityPersister
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
isEnumTypeCollection(org.grails.datastore.mapping.model.PersistentProperty) - Method in EnumType
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
isHibernatePresent(java.lang.ClassLoader) - Method in GormEntityTransformation
isIdentifierProperty(java.lang.String) - Method in BsonPersistentEntityCodec
Whether the given document attribute is the identifier
isIdentifierProperty(java.lang.String, java.lang.String) - Method in GormMappingConfigurationStrategy
isIdentifierProperty(java.lang.String) - Method in PersistentEntityCodec
isIdentityName(java.lang.String) - Method in AbstractPersistentEntity
isIdentityName(java.lang.String) - Method in MongoMappingContext.DocumentEmbeddedPersistentEntity
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
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 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
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
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
isLazyAssociation(org.grails.datastore.mapping.mongo.config.MongoAttribute) - Method in PersistentEntityCodec.ToOneDecoder
isList() - Method in Association
Returns:
Whether the association is a List
isListenerExcluded(java.lang.String) - Method in AbstractPersistenceEvent
isLocked(java.lang.Object) - Method in LockableEntityPersister
Return whether an object is locked or not
isLocked(java.lang.Object) - Method in MongoCodecEntityPersister
isLocked(java.lang.Object) - Method in NativeEntryEntityPersister
Subclasses can override to provide locking semantics
isMappedClass(java.lang.String, java.lang.Class) - Method in AbstractDatastoreInitializer
isMappedClass(java.lang.String, java.lang.Class) - Method in MongoDbDataStoreSpringInitializer
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
isMongoNativeType(java.lang.Class) - Method in MongoMappingContext
Check whether a type is a native mongo type that can be stored by the mongo driver without conversion.
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
isMultiTenantExcludedDataSource(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in ConnectionSourcesSupport
Returns whether the given entity should be excluded from given connection source name or not.
isNewSession() - Method in TransactionObject
isNewSessionHolder() - Method in TransactionObject
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 MongoCodecEntityPersister
isNotUpdateForAssignedId(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, boolean, boolean, SessionImplementor<Object>) - Method in NativeEntryEntityPersister
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 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
ISO_8601 - Field in JsonWriter
isObjectExpressionWhereCall(org.codehaus.groovy.ast.expr.Expression) - Method in DetachedCriteriaTransformer
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
isOrdinalTypeEnum(org.grails.datastore.mapping.model.PersistentProperty) - Method in EnumType
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
isPendingAlready(java.lang.Object) - Method in AbstractSession
isPendingAlready(T) - Method in SessionImplementor
Parameters:
obj - Whether the given object is already pending
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
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
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
isReference(org.grails.datastore.mapping.model.types.Association) - Method in AbstractMongoObectEntityPersister
isReference - Field in AbstractMongoObectEntityPersister.MongoAssociationIndexer
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
isSchemaless() - Method in AbstractDatastore
isSchemaless() - Method in AbstractSession
isSchemaless() - Method in Datastore
Whether the datastore is schema-less.
isSchemaless() - Method in MongoDatastore
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
isSimpleType(java.lang.Class) - Method in MongoMappingContext.MongoDocumentMappingFactory
isSingleResult() - Method in MongoQuery.AggregatePipeline
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
issueManagement - Property in MongodbGrailsPlugin
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
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
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 MongoQuery.AggregatedResultList
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, javax.persistence.criteria.JoinType) - 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
JsonReader - Class in org.grails.datastore.bson.json
A simplified fork of org.bson.json.JsonReader that works with readers and removes processing related to MongoDB
JsonReader.Context - Class in org.grails.datastore.bson.json
JsonReader.Mark - Class in org.grails.datastore.bson.json
JsonReader(java.io.Reader) - Constructor in JsonReader
Constructs a new instance with the given JSON reader.
JsonScanner - Class in org.grails.datastore.bson.json
Parses the string representation of a JSON object into a set of JsonToken-derived objects.
JsonScanner.NumberState - Enum in org.grails.datastore.bson.json
JsonScanner.RegularExpressionState - Enum in org.grails.datastore.bson.json
JsonScanner(java.io.Reader) - Constructor in JsonScanner
Constructs a a new JSONScanner that produces values scanned from specified JSONBuffer.
JsonToken - Class in org.grails.datastore.bson.json
A JSON token.
JsonToken(org.grails.datastore.bson.json.JsonTokenType, java.lang.Object) - Constructor in JsonToken
JsonTokenType - Enum in org.grails.datastore.bson.json
Fork of org.bson.json.JsonTokenType
JsonWriter - Class in org.grails.datastore.bson.json
Simplified fork of org.bson.json.JsonWriter that ignores behaviour specific to MongoDB and produces more compat output
JsonWriter.Context - Class in org.grails.datastore.bson.json
JsonWriter(java.io.Writer, org.bson.json.JsonWriterSettings) - Constructor in JsonWriter
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
KILOMETERS - Property in Metric
the radius of the earth in kilometers *

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(java.util.Map) - Method in TenantDelegatingGormOperations
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
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
LEFT_PAREN - Enum Constant in JsonTokenType
A left parenthesis (a '(').
leftShift(MongoCollection<Document>, Map<String, Object>) - Method in MongoExtensions
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
license - Property in MongodbGrailsPlugin
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.
LineString - Class in grails.mongodb.geo
See http://geojson.org/geojson-spec.html#linestring
LineString(grails.mongodb.geo.Point) - Constructor in LineString
Constructs a LineString for the given Point instances
LineStringType - Class in org.grails.datastore.gorm.mongo.geo
Adds support for the LineStringType type to GORM for MongoDB
LineStringType() - Constructor in LineStringType
list(java.util.Map, groovy.lang.Closure) - Method in BuildableCriteria
Defines and executes a list query in a single call.
list(java.util.Map, groovy.lang.Closure) - Method in CriteriaBuilder
list(groovy.lang.Closure) - Method in DetachedCriteria
Lists all records matching the criterion contained within this DetachedCriteria instance
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(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() - Method in TenantDelegatingGormOperations
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
Defines and executes a list distinct query in a single call.
listDistinct(java.util.Map, groovy.lang.Closure) - Method in NamedCriteriaProxy
listeners - Field in AbstractConnectionSources
listIterator(int) - Method in AbstractResultList
listIterator(int) - Method in MongoQuery.AggregatedResultList
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(org.springframework.core.io.ResourceLoader, org.springframework.boot.env.PropertySourceLoader, java.lang.String) - Method in MongoSpec
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
loadAfter - Property in MongodbGrailsPlugin
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
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 MongoEntityPersister
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 AbstractMongoObectEntityPersister
Implementors who want to support one-to-many associations embedded 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
LocalDateBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.LocalDate to MongoDB
LocalDateCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.LocalDate in MongoDB
LocalDateCodec() - Constructor in LocalDateCodec
LocalDateConverter - Trait in grails.gorm.time
A trait to convert a java.time.LocalDate to and from a long
LocalDateDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.LocalDate
LocalDateDecoder() - Constructor in LocalDateDecoder
LocalDateEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.LocalDate
LocalDateEncoder() - Constructor in LocalDateEncoder
LocalDateTimeBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.LocalDateTime to MongoDB
LocalDateTimeCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.LocalDateTime in MongoDB
LocalDateTimeCodec() - Constructor in LocalDateTimeCodec
LocalDateTimeConverter - Trait in grails.gorm.time
A trait to convert a java.time.LocalDateTime to and from a long
LocalDateTimeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.LocalDateTime
LocalDateTimeDecoder() - Constructor in LocalDateTimeDecoder
LocalDateTimeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.LocalDateTime
LocalDateTimeEncoder() - Constructor in LocalDateTimeEncoder
LocalTimeBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.LocalTime to MongoDB
LocalTimeCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.LocalTime in MongoDB
LocalTimeCodec() - Constructor in LocalTimeCodec
LocalTimeConverter - Trait in grails.gorm.time
A trait to convert a java.time.LocalTime to and from a long
LocalTimeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.LocalTime
LocalTimeDecoder() - Constructor in LocalTimeDecoder
LocalTimeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.LocalTime
LocalTimeEncoder() - Constructor in LocalTimeEncoder
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 MongoCodecEntityPersister
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 AbstractMongoObectEntityPersister
log - Field in CustomizableRollbackTransactionAttribute
LOG - Field in DataSourceConnectionSource
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
lowerLeft - Property in Box
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_OPERATOR - Field in BsonQuery
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_OPERATOR - Field in BsonQuery
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
manualProjections - Field in MongoQuery
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
mappedForm - Field in MongoMappingContext.DocumentEmbeddedPersistentEntity.DocumentCollectionMapping
mappedPropertiesByName - Field in AbstractPersistentEntity
mapping - Property in ConnectionSourceSettings.DefaultSettings
The default mapping
MAPPING - Field in GormProperties
mapping - Field in MappingBuilder.ClosureNodeMappingDefinition
MAPPING_STRATEGY - Field in GormProperties
MappingBuilder - Class in grails.mongodb.mapping
Helps to build mapping definitions for Neo4j
MappingBuilder.ClosureNodeMappingDefinition - Class in grails.mongodb.mapping
MappingBuilder() - Constructor in MappingBuilder
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 AbstractSession
mappingContext - Property in BsonPersistentEntityCodec
mappingContext - Property in CodecCustomTypeMarshaller
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 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.
mapToObject(Class<T>, Map<String, Object>) - Method in MongoConstants
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.
mark - Field in JsonReader
Mark() - Constructor in JsonReader.Mark
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.
MATCH_OPERATOR - Field in BsonQuery
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(java.lang.String) - Method in DetachedCriteria
Adds a min projection
MAX_DISTANCE_OPERATOR - Field in MongoQuery
max(java.util.Collection, java.lang.String) - Method in ManualProjections
Calculates the maximum value of a property
max(FindIterable<Document>, Map<String, Object>) - Method in MongoExtensions
MAX_OPERATOR - Field in BsonQuery
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
maxDistance - Field in MongoQuery.Near
MaxProjection(java.lang.String) - Constructor in Query.MaxProjection
maxResults(int) - Method in Query
Defines the maximum number of results to return
maxSize - Property in Property
Returns:
The maximum size
maxStringLength - Field in ClassReader
Maximum length of the strings contained in the constant pool of the class.
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
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
metaMethod - Field in MethodInvokingClosure
metaProperties - Field in ClassPropertyFetcher
METH - Field in ClassReader
The type of CONSTANT_Methodref constant pool items.
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
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 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
Metric - Class in grails.mongodb.geo
Defines a metric for calculating Distance in radians.
metric - Property in Distance
The metric used to calculate radians.
Metric(double) - Constructor in Metric
Constructs a metric for the given multiplier
MILES - Property in Metric
the radius of the earth in miles *
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(java.lang.String) - Method in DetachedCriteria
Adds a sum projection
min(java.util.Collection, java.lang.String) - Method in ManualProjections
Calculates the minimum value of a property
min(FindIterable<Document>, Map<String, Object>) - Method in MongoExtensions
MIN_OPERATOR - Field in BsonQuery
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
minor - Property in GrailsVersion
The minor version
MinProjection(java.lang.String) - Constructor in Query.MinProjection
minSize - Property in Property
Returns:
The minimum size
MINUS - Field in JsonToken
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
modifyNullsToUnsets(org.bson.Document) - Method in MongoEntityPersister
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
MONGO_AND_OPERATOR - Field in MongoQuery
MONGO_CLASS_FIELD - Field in AbstractMongoObectEntityPersister
MONGO_CLASS_FIELD - Field in MongoCodecEntityPersister
MONGO_CLASS_FIELD - Field in MongoConstants
MONGO_GT_OPERATOR - Field in MongoQuery
MONGO_GTE_OPERATOR - Field in MongoQuery
MONGO_ID_FIELD - Field in AbstractMongoObectEntityPersister
MONGO_ID_FIELD - Field in MongoCodecEntityPersister
MONGO_ID_FIELD - Field in MongoConstants
MONGO_IN_OPERATOR - Field in MongoQuery
MONGO_LT_OPERATOR - Field in MongoQuery
MONGO_LTE_OPERATOR - Field in MongoQuery
mongo - Field in MongoDatastore
mongo - Field in MongoDbDataStoreSpringInitializer
mongo - Property in MongoDbGormAutoConfiguration
MONGO_NATIVE_TYPES - Field in MongoMappingContext
Java types supported as mongo property types.
MONGO_NE_OPERATOR - Field in MongoQuery
MONGO_NIN_OPERATOR - Field in MongoQuery
MONGO_OR_OPERATOR - Field in MongoQuery
MONGO_REGEX_OPERATOR - Field in MongoQuery
MONGO_SET_OPERATOR - Field in AbstractMongoSession
MONGO_SET_OPERATOR - Field in PersistentEntityCodec
MONGO_UNSET_OPERATOR - Field in AbstractMongoSession
MONGO_UNSET_OPERATOR - Field in PersistentEntityCodec
MONGO_WHERE_OPERATOR - Field in MongoQuery
MongoAllOperations - Interface in grails.mongodb.api
All MongoDB operations
MongoAssociationIndexer(T, org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.mongo.MongoSession) - Constructor in AbstractMongoObectEntityPersister.MongoAssociationIndexer
MongoAttribute - Class in org.grails.datastore.mapping.mongo.config
Extends Attribute class with additional Mongo specific configuration
MongoAttribute() - Constructor in MongoAttribute
mongoBeanName - Field in MongoDbDataStoreSpringInitializer
MongoClientOptionsBuilder - Class in org.grails.datastore.mapping.mongo.config
Helper class for building com.mongodb.MongoClientSettings from a org.springframework.core.env.PropertyResolver
MongoClientOptionsBuilder(org.springframework.core.env.PropertyResolver, java.lang.String) - Constructor in MongoClientOptionsBuilder
MongoCodecEntityPersister - Class in org.grails.datastore.mapping.mongo.engine
An {@org.grails.datastore.mapping.engine.EntityPersister} that uses the MongoDB 3.0 org.bson.codecs.configuration.CodecRegistry infrastructure
MongoCodecEntityPersister.1 - Class in org.grails.datastore.mapping.mongo.engine
MongoCodecEntityPersister.1.1 - Class in org.grails.datastore.mapping.mongo.engine
MongoCodecEntityPersister.1.1() - Constructor in MongoCodecEntityPersister.1.1
MongoCodecEntityPersister.1() - Constructor in MongoCodecEntityPersister.1
MongoCodecEntityPersister.2 - Class in org.grails.datastore.mapping.mongo.engine
MongoCodecEntityPersister.2.1 - Class in org.grails.datastore.mapping.mongo.engine
MongoCodecEntityPersister.2.1() - Constructor in MongoCodecEntityPersister.2.1
MongoCodecEntityPersister.2() - Constructor in MongoCodecEntityPersister.2
MongoCodecEntityPersister.3 - Class in org.grails.datastore.mapping.mongo.engine
MongoCodecEntityPersister.3.1 - Class in org.grails.datastore.mapping.mongo.engine
MongoCodecEntityPersister.3.1() - Constructor in MongoCodecEntityPersister.3.1
MongoCodecEntityPersister.3() - Constructor in MongoCodecEntityPersister.3
MongoCodecEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.mongo.MongoCodecSession, org.springframework.context.ApplicationEventPublisher, TPCacheAdapterRepository<Object>) - Constructor in MongoCodecEntityPersister
mongoCodecEntityPersisterMap - Field in MongoCodecSession
MongoCodecSession - Class in org.grails.datastore.mapping.mongo
A MongoDB session for codec mapping style
MongoCodecSession(org.grails.datastore.mapping.mongo.MongoDatastore, org.grails.datastore.mapping.model.MappingContext, org.springframework.context.ApplicationEventPublisher, boolean) - Constructor in MongoCodecSession
MongoCollection - Class in org.grails.datastore.mapping.mongo.config
Provides configuration options for mapping Mongo DBCollection instances
MongoCollection.Index - Class in org.grails.datastore.mapping.mongo.config
Definition of an index
MongoCollection() - Constructor in MongoCollection
mongoCollections - Field in AbstractMongoSession
mongoCollections - Field in MongoDatastore
MongoConnectionSourceFactory - Class in org.grails.datastore.mapping.mongo.connections
A factory for building com.mongodb.client.MongoClient instances
MongoConnectionSourceFactory() - Constructor in MongoConnectionSourceFactory
MongoConnectionSources - Class in org.grails.datastore.mapping.mongo.connections
A ConnectionSources implementation that reads the connections from MongoDB
MongoConnectionSources(ConnectionSource<MongoClient, MongoConnectionSourceSettings>, ConnectionSourceFactory<MongoClient, MongoConnectionSourceSettings>, org.springframework.core.env.PropertyResolver) - Constructor in MongoConnectionSources
MongoConnectionSourceSettings - Class in org.grails.datastore.mapping.mongo.connections
Settings for MongoDB driver
MongoConnectionSourceSettings() - Constructor in MongoConnectionSourceSettings
MongoConnectionSourceSettingsBuilder - Class in org.grails.datastore.mapping.mongo.connections
Creates MongoDB configuration
MongoConnectionSourceSettingsBuilder(org.springframework.core.env.PropertyResolver, org.grails.datastore.mapping.mongo.connections.MongoConnectionSourceSettings) - Constructor in MongoConnectionSourceSettingsBuilder
MongoConstants - Class in org.grails.datastore.mapping.mongo
Constants for use with GORM for MongoDB
MongoConstants() - Constructor in MongoConstants
mongoCredential - Field in MongoClientOptionsBuilder
MongoCriteriaBuilder - Class in org.grails.datastore.gorm.mongo
Extends the default CriteriaBuilder implementation with Geolocation methods
MongoCriteriaBuilder(Class<?>, org.grails.datastore.mapping.core.Session) - Constructor in MongoCriteriaBuilder
mongoDatabases - Field in AbstractMongoSession
mongoDatabases - Field in MongoDatastore
MongoDatastore - Class in org.grails.datastore.mapping.mongo
A Datastore implementation for the Mongo document store.
MongoDatastore.PersistentEntityCodeRegistry - Class in org.grails.datastore.mapping.mongo
mongoDatastore - Field in AbstractMongoSession
mongoDatastore - Field in MongoCodecEntityPersister
MongoDatastore(org.springframework.core.env.PropertyResolver, org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher, java.lang.Package) - Constructor in MongoDatastore
Construct a Mongo datastore scanning the given packages
mongoDatastore() - Method in MongoDbGormAutoConfiguration
mongoDatastore - Property in MongoSpec
MongoDbDataStoreSpringInitializer - Class in grails.mongodb.bootstrap
Used to initialize GORM for MongoDB outside of Grails
MongoDbDataStoreSpringInitializer() - Constructor in MongoDbDataStoreSpringInitializer
MongoDbGormAutoConfiguration - Class in org.grails.datastore.gorm.mongodb.boot.autoconfigure
Auto configurer that configures GORM for MongoDB for use in Spring Boot
MongoDbGormAutoConfiguration() - Constructor in MongoDbGormAutoConfiguration
MongodbGrailsPlugin - Class in grails.plugins.mongodb
MongodbGrailsPlugin() - Constructor in MongodbGrailsPlugin
MongoEntity - Trait in grails.mongodb
Enhances the default GormEntity class with MongoDB specific methods
MongoEntityPersister - Class in org.grails.datastore.mapping.mongo.engine
A EntityPersister implementation for the Mongo document store
MongoEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.mongo.MongoSession, org.springframework.context.ApplicationEventPublisher) - Constructor in MongoEntityPersister
mongoEntityPersister - Field in MongoQuery
mongoEntityPersister - Field in MongoQuery.MongoResultList
MongoEntityTraitProvider - Class in org.grails.datastore.gorm.mongo
Tells GORM to use the MongoEntity trait for Mongo entities
MongoEntityTraitProvider() - Constructor in MongoEntityTraitProvider
MongoExtensions - Class in org.grails.datastore.gorm.mongo.extensions
Extra methods for MongoDB API
MongoExtensions() - Constructor in MongoExtensions
MongoGormEnhancer - Class in org.grails.datastore.gorm.mongo
GORM enhancer for Mongo.
MongoGormEnhancer(org.grails.datastore.mapping.mongo.MongoDatastore) - Constructor in MongoGormEnhancer
MongoInstanceOperations - Interface in grails.mongodb.api
Instance methods for GORM for MongoDB
MongoMappingContext - Class in org.grails.datastore.mapping.mongo.config
Models a MappingContext for Mongo.
MongoMappingContext.DocumentEmbeddedPersistentEntity - Class in org.grails.datastore.mapping.mongo.config
MongoMappingContext.DocumentEmbeddedPersistentEntity.DocumentCollectionMapping - Class in org.grails.datastore.mapping.mongo.config
MongoMappingContext.MongoDocumentMappingFactory - Class in org.grails.datastore.mapping.mongo.config
MongoMappingContext(org.grails.datastore.mapping.mongo.connections.AbstractMongoConnectionSourceSettings, java.lang.Class) - Constructor in MongoMappingContext
Construct a new context for the given settings and classes
mongoOptions - Field in MongoDbDataStoreSpringInitializer
mongoOptions - Property in MongoDbGormAutoConfiguration
mongoOptionsBeanName - Field in MongoDbDataStoreSpringInitializer
mongoProperties - Field in MongoDbGormAutoConfiguration
MongoQuery - Class in org.grails.datastore.mapping.mongo.query
A Query implementation for the Mongo document store.
MongoQuery.AggregatedResultList - Class in org.grails.datastore.mapping.mongo.query
MongoQuery.AggregatePipeline - Class in org.grails.datastore.mapping.mongo.query
MongoQuery.GeoCriterion - Class in org.grails.datastore.mapping.mongo.query
Used for all GeoSpacial queries using 2dsphere indexes
MongoQuery.GeoIntersects - Class in org.grails.datastore.mapping.mongo.query
MongoQuery.GeoWithin - Class in org.grails.datastore.mapping.mongo.query
MongoQuery.MongoResultList - Class in org.grails.datastore.mapping.mongo.query
MongoQuery.Near - Class in org.grails.datastore.mapping.mongo.query
Used for Geospacial querying
MongoQuery.NearSphere - Class in org.grails.datastore.mapping.mongo.query
Used for Geospacial querying with the $nearSphere operator
MongoQuery.ProjectedProperty - Class in org.grails.datastore.mapping.mongo.query
MongoQuery.WithinBox - Class in org.grails.datastore.mapping.mongo.query
Used for Geospacial querying of boxes
MongoQuery.WithinCircle - Class in org.grails.datastore.mapping.mongo.query
Used for Geospacial querying of circles
MongoQuery.WithinPolygon - Class in org.grails.datastore.mapping.mongo.query
Used for Geospacial querying of polygons
MongoQuery(org.grails.datastore.mapping.mongo.AbstractMongoSession, org.grails.datastore.mapping.model.PersistentEntity) - Constructor in MongoQuery
mongoQuery - Field in MongoQuery.AggregatePipeline
MongoResultList(com.mongodb.client.MongoCursor, int, org.grails.datastore.mapping.engine.EntityPersister) - Constructor in MongoQuery.MongoResultList
MongoSession - Class in org.grails.datastore.mapping.mongo
A Session implementation for the Mongo document store.
mongoSession - Field in MongoCodecEntityPersister
mongoSession - Field in MongoQuery
MongoSession(org.grails.datastore.mapping.mongo.MongoDatastore, org.grails.datastore.mapping.model.MappingContext, org.springframework.context.ApplicationEventPublisher, boolean) - Constructor in MongoSession
mongoSession - Property in MongoSpec
MongoSettings - Interface in org.grails.datastore.mapping.mongo.config
Additional settings for MongoDB
MongoSpec - Class in grails.test.mongodb
Base class for MongoDB tests
MongoSpec() - Constructor in MongoSpec
MongoStaticApi - Class in org.grails.datastore.gorm.mongo.api
MongoDB static API implementation
MongoStaticApi(Class<D>, org.grails.datastore.mapping.core.Datastore, List<FinderMethod>, org.springframework.transaction.PlatformTransactionManager) - Constructor in MongoStaticApi
MongoStaticOperations - Interface in grails.mongodb.api
Static operations for GORM for MongoDB
mongoTransactionManager() - Method in MongoDbGormAutoConfiguration
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.
MultiLineString - Class in grails.mongodb.geo
Represents a GeoJSON MultiLineString.
MultiLineString(List<LineString>) - Constructor in MultiLineString
MultiLineStringType - Class in org.grails.datastore.gorm.mongo.geo
Adds support for the MultiLineString type to GORM for MongoDB
MultiLineStringType() - Constructor in MultiLineStringType
MultipleConnectionSourceCapableDatastore - Interface in org.grails.datastore.mapping.core.connections
A Datastore capable of configuring multiple Datastore with individually named ConnectionSource instances
multiplier - Property in Metric
MultiPoint - Class in grails.mongodb.geo
Represents a GeoJSON MultiPoint.
MultiPoint(grails.mongodb.geo.Point, grails.mongodb.geo.Point) - Constructor in MultiPoint
MultiPointType - Class in org.grails.datastore.gorm.mongo.geo
Adds support for the MultiPoint type to GORM for MongoDB
MultiPointType() - Constructor in MultiPointType
MultiPolygon - Class in grails.mongodb.geo
Represents a GeoJSON MultiPolygon.
MultiPolygon(List<Polygon>) - Constructor in MultiPolygon
MultiPolygonType - Class in org.grails.datastore.gorm.mongo.geo
Adds support for the MultiPolygon type to GORM for MongoDB
MultiPolygonType() - Constructor in MultiPolygonType
multiTenancy - Property in ConnectionSourceSettings
The settings for Multi Tenancy
multiTenancyMode - Field in AbstractMappingContext
multiTenancyMode - Field in GormStaticApi
multiTenancyMode - Field in MongoDatastore
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
A trait for domain classes to implement 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.datastore.gorm.multitenancy
An event listener that hooks into persistence events to enable discriminator based multi tenancy (ie org.grails.datastore.mapping.multitenancy.MultiTenancySettings.MultiTenancyMode#DISCRIMINATOR
MultiTenantEventListener(org.grails.datastore.mapping.core.Datastore) - 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 - 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 AbstractMongoObectEntityPersister.MongoAssociationIndexer
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_OPERATOR - Field in BsonQuery
ne(java.lang.String, java.lang.Object) - Method in Restrictions
Near - Class in org.grails.datastore.gorm.mongo
near(java.lang.String, grails.mongodb.geo.Point, grails.mongodb.geo.Distance) - Method in MongoCriteriaBuilder
Geospacial query for values near the given two dimensional list
near(java.lang.String, grails.mongodb.geo.Point, java.lang.Number) - Method in MongoQuery
Geospacial query for values near the given two dimensional list
Near(java.lang.String, java.lang.Object, java.lang.Number) - Constructor in MongoQuery.Near
Near(Class<?>, java.lang.String) - Constructor in Near
NEAR_OPERATOR - Field in MongoQuery
NEAR_SPHERE_OPERATOR - Field in MongoQuery
NearSphere - Class in org.grails.datastore.gorm.mongo
nearSphere query support
nearSphere(java.lang.String, grails.mongodb.geo.Point, grails.mongodb.geo.Distance) - Method in MongoCriteriaBuilder
Geospacial query for values near the given two dimensional list
nearSphere(java.lang.String, grails.mongodb.geo.Point, java.lang.Number) - Method in MongoQuery
Geospacial query for values near the given two dimensional list
NearSphere(java.lang.String, java.lang.Object, java.lang.Number) - Constructor in MongoQuery.NearSphere
NearSphere(Class<?>, java.lang.String) - Constructor in NearSphere
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
NEUTRAL - Property in Metric
a neutral radius *
NEW_LINE - Field in JsonToken
newChildBuilder(java.lang.Object, java.lang.String) - Method in ConfigurationBuilder
Subclasses can override for when a new child builder is created
newChildBuilder(java.lang.Object, java.lang.String) - Method in MongoConnectionSourceSettingsBuilder
newChildBuilderForFallback(java.lang.Object, java.lang.Object) - Method in ConfigurationBuilder
newChildBuilderForFallback(java.lang.Object, java.lang.Object) - Method in MongoConnectionSourceSettingsBuilder
newConnectionSource(ConnectionSource<T, S>) - Method in ConnectionSourcesListener
Triggered when a new connection source is added at runtime
newConnectionSource(ConnectionSource<MongoClient,MongoConnectionSourceSettings>) - Method in MongoDatastore
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
newProperty() - Method in MongoCollection
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_ID - Field in MongoCodecEntityPersister
NEXT_ID_SUFFIX - Field in AbstractMongoObectEntityPersister
NEXT_ID_SUFFIX - Field in MongoCodecEntityPersister
next() - Method in MongoQuery.AggregatedResultList
next() - Method in MultiTenancySettings.MultiTenancyMode
next() - Method in PersistentList.PersistentListIterator
next() - Method in SoftServiceLoader
next() - Method in SoftServiceLoader.ServiceLoaderIterator
nextDecoded() - Method in AbstractResultList
nextDecoded() - Method in MongoQuery.MongoResultList
nextIndex() - Method in PersistentList.PersistentListIterator
nextToken() - Method in JsonScanner
Finds and returns the next complete token from this scanner.
NFINITY - Field in JsonScanner
NIN_OPERATOR - Field in BsonQuery
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 - Enum Constant 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
NOR_OPERATOR - Field in BsonQuery
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
NOT_OPERATOR - Field in BsonQuery
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(java.lang.String) - Constructor in MethodExpression.NotEqual
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
NULL - Field in JsonToken
nullable - Property in Property
Returns:
Whether the property is nullable

O

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
observe - Property in MongodbGrailsPlugin
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
Sets the default offset to use and returns a new criteria instance.
offset - Field in Query
OffsetDateTimeBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.OffsetDateTime to MongoDB
OffsetDateTimeCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.OffsetDateTime in MongoDB
OffsetDateTimeCodec() - Constructor in OffsetDateTimeCodec
OffsetDateTimeConverter - Trait in grails.gorm.time
A trait to convert a java.time.OffsetDateTime to and from a long
OffsetDateTimeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.OffsetDateTime
OffsetDateTimeDecoder() - Constructor in OffsetDateTimeDecoder
OffsetDateTimeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.OffsetDateTime
OffsetDateTimeEncoder() - Constructor in OffsetDateTimeEncoder
OffsetTimeBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.OffsetTime to MongoDB
OffsetTimeCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.OffsetTime in MongoDB
OffsetTimeCodec() - Constructor in OffsetTimeCodec
OffsetTimeConverter - Trait in grails.gorm.time
A trait to convert a java.time.OffsetTime to and from a long
OffsetTimeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.OffsetTime
OffsetTimeDecoder() - Constructor in OffsetTimeDecoder
OffsetTimeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.OffsetTime
OffsetTimeEncoder() - Constructor in OffsetTimeEncoder
onApplicationEvent(org.springframework.context.ApplicationEvent) - Method in AbstractPersistenceEventListener
{@inheritDoc}
onApplicationEvent(org.springframework.context.ApplicationEvent) - Method in MultiTenantEventListener
onChange(Map<String, Object>) - Method in MongodbGrailsPlugin
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
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_BRACE - Field in JsonToken
OPEN_BRACKET - Field in JpaQueryBuilder
OPEN_BRACKET - Field in JsonToken
OPEN_PARENS - Field in JsonToken
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
operatorHandlers - Field in BsonQuery
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
options - Property in MongoCollection.Index
options - Property in MongoConnectionSourceSettings
The MongoClientOptions object
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 BsonQuery
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(java.lang.String, java.lang.String) - Method in Criteria
Orders by the specified property name and direction
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.
organization - Property in MongodbGrailsPlugin
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
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
parse(Class<T>, org.bson.BsonReader) - Method in BsonQuery
Parse a query from a BsonReader into a DetachedCriteria
parseJunctionDocuments(Junction, java.lang.String, org.bson.BsonReader, org.bson.BsonType) - Method in BsonQuery
parseQueryAttributeValue(org.bson.BsonReader, org.bson.BsonType, java.lang.String, Junction) - Method in BsonQuery
password - Property in AbstractMongoConnectionSourceSettings
The password to use
password(java.lang.String) - Method in DataSourceBuilder
password - Property in DataSourceSettings
The password
password - Field in MongoClientOptionsBuilder
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
performInjectionOnAnnotatedClass(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode, java.lang.Class) - Method in DirtyCheckingTransformer
performInjectionOnAnnotatedEntity(org.codehaus.groovy.ast.ClassNode) - Method in DirtyCheckingTransformer
PERIOD_TO_UNDERSCORE - Enum Constant in RelaxedNames.Manipulation
PeriodBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.Period to MongoDB
PeriodCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.Period in MongoDB
PeriodCodec() - Constructor in PeriodCodec
PeriodConverter - Trait in grails.gorm.time
A trait to convert a java.time.Period to and from a String
PeriodDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.Period
PeriodDecoder() - Constructor in PeriodDecoder
PeriodEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.Period
PeriodEncoder() - Constructor in PeriodEncoder
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(java.lang.Iterable) - Method in Session
Persists several objects returning their identifiers in the order specified by the Iterable
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
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 MongoDatastore
PersistentEntityCodec - Class in org.grails.datastore.mapping.mongo.engine.codecs
A MongoDB codec for persisting PersistentEntity instances
PersistentEntityCodec.1 - Class in org.grails.datastore.mapping.mongo.engine.codecs
PersistentEntityCodec.1() - Constructor in PersistentEntityCodec.1
PersistentEntityCodec.2 - Class in org.grails.datastore.mapping.mongo.engine.codecs
PersistentEntityCodec.2() - Constructor in PersistentEntityCodec.2
PersistentEntityCodec.3 - Class in org.grails.datastore.mapping.mongo.engine.codecs
PersistentEntityCodec.3() - Constructor in PersistentEntityCodec.3
PersistentEntityCodec.4 - Class in org.grails.datastore.mapping.mongo.engine.codecs
PersistentEntityCodec.4() - Constructor in PersistentEntityCodec.4
PersistentEntityCodec.5 - Class in org.grails.datastore.mapping.mongo.engine.codecs
PersistentEntityCodec.5() - Constructor in PersistentEntityCodec.5
PersistentEntityCodec.OneToManyDecoder - Class in org.grails.datastore.mapping.mongo.engine.codecs
PersistentEntityCodec.OneToManyDecoder() - Constructor in PersistentEntityCodec.OneToManyDecoder
PersistentEntityCodec.OneToManyEncoder - Class in org.grails.datastore.mapping.mongo.engine.codecs
PersistentEntityCodec.OneToManyEncoder() - Constructor in PersistentEntityCodec.OneToManyEncoder
PersistentEntityCodec.ToOneDecoder - Class in org.grails.datastore.mapping.mongo.engine.codecs
A {@PropertyEncoder} capable of encoding {@ToOne} association types
PersistentEntityCodec.ToOneDecoder() - Constructor in PersistentEntityCodec.ToOneDecoder
PersistentEntityCodec.ToOneEncoder - Class in org.grails.datastore.mapping.mongo.engine.codecs
A {@PropertyEncoder} capable of encoding {@ToOne} association types
PersistentEntityCodec.ToOneEncoder() - Constructor in PersistentEntityCodec.ToOneEncoder
PersistentEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity, boolean) - Constructor in PersistentEntityCodec
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 MongoCodecEntityPersister
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 MongoCodecEntityPersister
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
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
Point - Class in grails.mongodb.geo
Represents a GeoJSON point for use in GeoJSON data models.
Point(double, double) - Constructor in Point
Construct a point for the given x and y coordinates
points - Property in Polygon
The Point instances that constitute the Polygon
PointType - Class in org.grails.datastore.gorm.mongo.geo
Adds support for the Point type to GORM for MongoDB
PointType() - Constructor in PointType
Polygon - Class in grails.mongodb.geo
Represents a GeoJSON polygon for use in Geo data models.
POLYGON_OPERATOR - Field in MongoQuery
Polygon(List<List<Point>>) - Constructor in Polygon
polygons - Property in MultiPolygon
PolygonType - Class in org.grails.datastore.gorm.mongo.geo
Adds support for the Polygon type to GORM for MongoDB
PolygonType() - Constructor in PolygonType
pooled - Field in DataSourceBuilder
pooled - Property in DataSourceSettings
Whether the data source is pooled
popToken() - Method in JsonReader
populate(groovy.lang.Closure) - Method in ClosureToMapPopulator
populateArgumentsForCriteria(Class<? extends Object>, org.grails.datastore.mapping.query.Query, java.util.Map) - Method in DynamicFinder
populateBsonQuery(org.grails.datastore.bson.query.EmbeddedQueryEncoder, org.bson.Document, Junction, org.grails.datastore.mapping.model.PersistentEntity) - Method in BsonQuery
populateMongoQuery(org.grails.datastore.bson.query.EmbeddedQueryEncoder, org.bson.Document, Junction, org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoQuery
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
port - Property in AbstractMongoConnectionSourceSettings
The port to use
POSITION - Field in AbstractWhereImplementer
POSITION - Field in DeleteWhereImplementer
POSITION - Field in FindAllByImplementer
position - Field in JsonReader.Mark
position - Field in JsonScanner
POSITION - Field in TenantTransform
The position of the transform.
POSITION - Field in TransactionalTransform
The position of the transform in terms ordering
positions - Property in MultiPoint
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.
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.mapping.query.event
Query fired after a query has run.
PostQueryEvent(java.lang.Object, org.grails.datastore.mapping.query.Query, java.util.List) - 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 - Field in MongoClientOptionsBuilder
PREFIX - Field in MongoSettings
The prefix
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
preIndex(java.lang.Object, java.util.List) - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
preIndex(K, List<T>) - Method in AssociationIndexer
Creates an index queryable via the primary key.
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
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
preparePipeline(java.util.List) - Method in MongoStaticApi
preparePropertyResolver(org.springframework.core.env.PropertyResolver, java.lang.String) - Method in DatastoreUtils
Prepares a property resolver and ensures it is suitable for GORM configuration
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.mongo.MongoCodecSession, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, java.lang.Object, org.grails.datastore.mapping.proxy.ProxyFactory, boolean) - Method in MongoCodecEntityPersister
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
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in UniqueConstraint
processVariableScopes(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AstUtils
productName - Field in DatabaseDriver
PROJECT_OPERATOR - Field in BsonQuery
projectedKeys - Field in MongoQuery.AggregatePipeline
projectedProperties - Field in MongoQuery.AggregatedResultList
projection(FindIterable<Document>, Map<String, Object>) - Method in MongoExtensions
projection - Field in MongoQuery.ProjectedProperty
projectionKey - Field in MongoQuery.ProjectedProperty
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
projectionList - Field in MongoQuery.AggregatePipeline
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
Defines projections.
projections - Field in Query
projections - Field in Query.ProjectionList
projectProjectionHandlers - Field in BsonQuery
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
Adds a property projection
property - Property in DirtyCheckingCollection
property - Property in DirtyCheckingMap
property(java.util.Map) - Method in Entity
Configure a new property
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(java.util.Map) - Method in MongoCollection
property - Field in MongoQuery.ProjectedProperty
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
PropertyDecoder - Interface in org.grails.datastore.bson.codecs
An interface for encoding PersistentProperty instances
PropertyEncoder - Interface in org.grails.datastore.bson.codecs
An interface for encoding PersistentProperty instances
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
propertyMapping - Field in MongoMappingContext.MongoDocumentMappingFactory
propertyMissing(java.lang.String) - Method in AbstractDetachedCriteria
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 MongoEntity
Allows setting a dynamic property via the dot operator
propertyMissing(com.mongodb.client.MongoDatabase, java.lang.String) - Method in MongoExtensions
Adds a method to return a collection using the dot syntax
propertyMissing(java.lang.String, java.lang.Object) - Method in NamedCriteriaProxy
propertyMissing(java.lang.String, java.lang.Object) - Method in TenantDelegatingGormOperations
propertyName - Field in FieldEntityAccess.FieldEntityReflector.ReaderAndWriterMaker
propertyName - Field in MethodExpression
propertyName - Field in Property
propertyName - Field in Query.PropertyProjection
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 MongoClientOptionsBuilder
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() - 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(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(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(Class<T>, java.io.Serializable) - Method in Session
Retrieves a proxy for the given key
proxy(java.io.Serializable) - Method in TenantDelegatingGormOperations
proxyClass - Field in GroovyObjectMethodHandler
proxyEntities - Field in AbstractPersistentCollection
ProxyFactory - Interface in org.grails.datastore.mapping.proxy
The factory used to create proxies
proxyFactory - Field in AbstractMappingContext
proxyFactory - Field in EntityPersister
ProxyHandler - Interface in org.grails.datastore.mapping.proxy
Interface for classes that handle proxies
proxyHandler - Property in MappingContextTraversableResolver
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
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
pushedToken - Field in JsonReader
pushedToken - Field in JsonReader.Mark
pushToken(org.grails.datastore.bson.json.JsonToken) - Method in JsonReader
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
putValueToProperPlace(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.grails.datastore.mapping.query.Query.PropertyCriterion, org.bson.Document) - Method in EnumType
For custom user types, GORM return an empty map where our custom value needs to be inserted.

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 AbstractMongoObectEntityPersister.MongoAssociationIndexer
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, org.bson.Document) - Method in CodecCustomTypeMarshaller
query(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.query.Query.PropertyCriterion, Q) - Method in CustomTypeMarshaller
Populates a query
query - Field in JpaQueryInfo
query - Field in MongoQuery.AggregatePipeline
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
QueryableCriteria - Interface in org.grails.datastore.mapping.query.api
Authors:
Graeme Rocher
QueryAliasAwareSession - Interface in org.grails.datastore.mapping.query.api
Authors:
Graeme Rocher
queryArguments - Field in MongoQuery
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
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 BsonQuery
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
queryInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.grails.datastore.mapping.query.Query.PropertyCriterion, org.bson.Document) - Method in AbstractShapeCoordsType
queryInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.grails.datastore.mapping.query.Query.PropertyCriterion, org.bson.Document) - Method in EnumType
queryInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.grails.datastore.mapping.query.Query.PropertyCriterion, org.bson.Document) - Method in GeoJSONType
queryMetaClass - Field in AbstractCriteriaBuilder
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
QUOTE - Field in JsonToken

R

radius - Property in Circle
The radius of the circle
range(int, int) - Method in RelaxedDataBinder.BeanPath
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(org.grails.datastore.mapping.model.PersistentProperty, org.bson.Document) - Method in CodecCustomTypeMarshaller
READ_CONCERN_ARGUMENT - Field in MongoQuery
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(org.bson.BsonReader) - Method in InstantBsonConverter
read(org.bson.BsonReader) - Method in LocalDateBsonConverter
read(org.bson.BsonReader) - Method in LocalDateTimeBsonConverter
read(org.bson.BsonReader) - Method in LocalTimeBsonConverter
read(org.bson.BsonReader) - Method in OffsetDateTimeBsonConverter
read(org.bson.BsonReader) - Method in OffsetTimeBsonConverter
READ_ONLY_TYPE - Field in TransactionalTransform
read(org.bson.BsonReader) - Method in PeriodBsonConverter
read(org.bson.BsonReader) - Method in TemporalBsonConverter
read(java.io.Serializable) - Method in TenantDelegatingGormOperations
read(org.bson.BsonReader) - Method in ZonedDateTimeBsonConverter
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.
readArrayOfValues(org.bson.BsonReader) - Method in BsonQuery
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.
readBsonType() - Method in JsonReader
readBsonValue(org.bson.BsonReader, org.bson.BsonType) - Method in BsonQuery
readByte(int) - Method in ClassReader
Reads a byte value in b.
readCharacter() - Method in JsonScanner
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
reader - Field in JsonScanner
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
readingComplete(org.grails.datastore.mapping.engine.EntityAccess) - Method in BsonPersistentEntityCodec
Called when reading from a org.bson.BsonReader is completed
readingComplete(org.grails.datastore.mapping.engine.EntityAccess) - Method in PersistentEntityCodec
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
readInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.bson.Document) - Method in BoxType
readInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.bson.Document) - Method in CircleType
readInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.bson.Document) - Method in EnumType
readInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.bson.Document) - Method in GeoJSONType
readInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.bson.Document) - Method in GeometryCollectionType
readInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.bson.Document) - Method in ShapeType
readLong(int) - Method in ClassReader
Reads a signed long value in b.
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.
readSchemaless(org.bson.BsonReader, org.grails.datastore.gorm.schemaless.DynamicAttributes, java.lang.String, org.bson.codecs.DecoderContext) - Method in BsonPersistentEntityCodec
Reads an undeclared property
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.
readValue(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.ListCodec
readValue(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.MapCodec
reconnect() - Method in AbstractDatastorePersistenceContextInterceptor
reference - Property in MongoAttribute
Whether this attribute is a database reference
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 MongoCodecEntityPersister
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 AbstractMongoObectEntityPersister
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_OPERATOR - Field in BsonQuery
register(org.springframework.core.convert.converter.ConverterRegistry) - Method in BasicTypeConverterRegistrar
registerAllEntitiesWithEnhancer() - Method in MongoDatastore
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
registerDecoder(Class<? extends PersistentProperty>, org.grails.datastore.bson.codecs.PropertyDecoder) - Method in BsonPersistentEntityCodec
registerEncoder(Class<? extends PersistentProperty>, org.grails.datastore.bson.codecs.PropertyEncoder) - Method in BsonPersistentEntityCodec
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) - Method in MongoDatastore
registerEntityWithContext(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
registerEventListeners(org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher) - Method in MongoDatastore
registerInstanceMethod(java.lang.Class, groovy.lang.ExpandoMetaClass, org.grails.datastore.gorm.AbstractGormApi, java.lang.String, java.lang.Class) - Method in GormEnhancer
registerMongoMethodExpressions() - Method in MongoGormEnhancer
registerMongoTypes() - Method in MongoMappingContext
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
REGULAR_EXPRESSION - Enum Constant in JsonTokenType
A regular expression token.
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(MongoCollection<Document>, Map<String, Object>) - Method in MongoExtensions
remove() - Method in MongoQuery.AggregatedResultList
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
removeNullEntries(org.bson.Document) - Method in MongoEntityPersister
removeSession(org.grails.datastore.mapping.core.Session) - Method in SessionHolder
rename(int, java.lang.String) - Method in RelaxedDataBinder.BeanPath
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
replaceOne(MongoCollection<Document>, Map<String, Object>, org.bson.Document, Map<String, Object>) - Method in MongoExtensions
requiredArguments - Property in MatchSpec
The required arguments
reset() - Method in JsonReader.Mark
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
resolveDelegate(java.lang.Object) - Method in AssociationQueryProxyHandler
resolveDelegate(java.lang.Object) - Method in GroovyObjectMethodHandler
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
resolveIdentifier() - Method in AbstractPersistentEntity
resolveIdentifier() - Method in EmbeddedPersistentEntity
resolveIdIfEntity(java.lang.Object) - Method in Query
resolveMappingStrategy(java.lang.Class) - Method in AbstractMappingContext
resolveNestedPropertyName(org.springframework.beans.BeanWrapper, java.lang.String, java.lang.String) - Method in RelaxedDataBinder
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
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 FixedTenantResolver
resolveTenantIdentifier() - Method in MongoDatastore
resolveTenantIdentifier() - Method in NoTenantResolver
resolveTenantIdentifier() - Method in SystemPropertyTenantResolver
resolveTenantIdentifier() - Method in TenantResolver
resolveTenantIds() - Method in AllTenantsResolver
Returns:
Resolves all tenant ids
resolveTenantIds() - Method in MongoDatastore
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.
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, java.io.Serializable) - Method in AbstractMongoObectEntityPersister
retrieveAllEntities(org.grails.datastore.mapping.model.PersistentEntity, Iterable<Serializable>) - Method in EntityPersister
retrieveAllEntities(org.grails.datastore.mapping.model.PersistentEntity, Iterable<Serializable>) - Method in MongoCodecEntityPersister
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.
retrieveCachedInstance(org.grails.datastore.mapping.engine.EntityAccess) - Method in BsonPersistentEntityCodec
Retrieve a cached instance if any
retrieveCachedInstance(org.grails.datastore.mapping.engine.EntityAccess) - Method in PersistentEntityCodec
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 MongoCodecEntityPersister
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 MongoEntityPersister
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.
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
reverse(java.util.List) - Method in ManualEntityOrdering
Reverses the list.
RIGHT_PAREN - Enum Constant in JsonTokenType
A right parenthesis (a ')').
rightShift(MongoCollection<Document>, Map<String, Object>) - Method in MongoExtensions
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 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 MongoCodecEntityPersister.1
run() - Method in MongoCodecEntityPersister.1.1
run() - Method in MongoCodecEntityPersister.2
run() - Method in MongoCodecEntityPersister.2.1
run() - Method in MongoCodecEntityPersister.3
run() - Method in MongoCodecEntityPersister.3.1
run() - Method in MongoEntityPersister
run() - Method in MongoSession
run() - Method in NativeEntryEntityPersister
RuntimeSupport - Class in org.grails.datastore.gorm.internal
Utility methods to support AST transforms at runtime
RuntimeSupport() - Constructor in RuntimeSupport

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(MongoCollection<Document>, Map<String, Object>, com.mongodb.WriteConcern) - Method in MongoExtensions
save(D, java.util.Map) - Method in TenantDelegatingGormOperations
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(Iterable<?>) - Method in TenantDelegatingGormOperations
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
SAW_DECIMAL_POINT - Enum Constant in JsonScanner.NumberState
SAW_EXPONENT_DIGITS - Enum Constant in JsonScanner.NumberState
SAW_EXPONENT_LETTER - Enum Constant in JsonScanner.NumberState
SAW_EXPONENT_SIGN - Enum Constant in JsonScanner.NumberState
SAW_FRACTION_DIGITS - Enum Constant in JsonScanner.NumberState
SAW_INTEGER_DIGITS - Enum Constant in JsonScanner.NumberState
SAW_LEADING_MINUS - Enum Constant in JsonScanner.NumberState
SAW_LEADING_ZERO - Enum Constant in JsonScanner.NumberState
SAW_MINUS_I - Enum Constant in JsonScanner.NumberState
scale - Property in Property
Returns:
The scale
scan(java.lang.Package) - Method in ClasspathEntityScanner
Scans the classpath for entities for the given packages
scanForPersistentClasses() - Method in AbstractDatastoreInitializer
scanner - Field in JsonReader
scanNumber(char) - Method in JsonScanner
scanRegularExpression() - Method in JsonScanner
Reads RegularExpressionToken from source.
scanString(char) - Method in JsonScanner
scanUnquotedString(char) - Method in JsonScanner
Reads StringToken from source.
scanUsingPattern(java.lang.String, org.springframework.core.type.classreading.CachingMetadataReaderFactory) - Method in AbstractDatastoreInitializer
SCHEMA - Enum Constant 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
SCHEMALESS_ATTRIBUTES - Field in PersistentEntityCodec
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
scm - Property in MongodbGrailsPlugin
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
search(java.lang.String, java.util.Map) - Method in MongoEntity
Search for entities using the given query
search(java.lang.String, java.util.Map) - Method in MongoStaticApi
search(java.lang.String, java.util.Map) - Method in MongoStaticOperations
Search for entities using the given query
searchTop(java.lang.String, int, java.util.Map) - Method in MongoEntity
Searches for the top results ordered by the MongoDB score
searchTop(java.lang.String, int, java.util.Map) - Method in MongoStaticApi
searchTop(java.lang.String, int, java.util.Map) - Method in MongoStaticOperations
Searches for the top results ordered by the MongoDB score
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 AbstractMongoObectEntityPersister.MongoAssociationIndexer
session - Field in AbstractPersistentCollection
session - Field in AssociationQueryProxyHandler
session - Field in CriteriaBuilder
session - Field in EntityPersister
session - Field in MongoQuery.AggregatedResultList
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
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, java.lang.Object) - Method in MongoQuery.AggregatedResultList
SET_OPERATOR - Field in MongoConstants
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
setApplicationContext(org.springframework.context.ApplicationContext) - Method in AbstractDatastore
setApplicationContext(org.springframework.context.ApplicationContext) - Method in MongoDbGormAutoConfiguration
setApplicationContext(org.springframework.context.ApplicationContext) - Method in SpringDataSourceConnectionSourceFactory
setArguments(java.lang.Object) - Method in DynamicFinder
setArguments(java.lang.Object) - Method in GeoIntersects
setArguments(java.lang.Object) - Method in GeoWithin
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 MongoQuery
Parameters:
arguments - The query arguments
setArguments(java.lang.Object) - Method in Near
setArguments(java.util.Map) - Method in QueryArgumentsAware
Parameters:
arguments - The query arguments
setArguments(java.lang.Object) - Method in WithinBox
setArguments(java.lang.Object) - Method in WithinCircle
setArguments(java.lang.Object) - Method in WithinPolygon
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.
setBeanFactory(org.springframework.beans.factory.BeanFactory) - Method in DatastoreServiceMethodInvokingFactoryBean
setBeanFactory(org.springframework.beans.factory.BeanFactory) - Method in ServiceRegistryFactoryBean
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
setCodecProviders(List<CodecProvider>) - Method in MongoDatastore
Sets any additional codec providers
setCodecRegistries(List<CodecRegistry>) - Method in MongoDatastore
Sets any additional codec registries
setCodecRegistry(org.bson.codecs.configuration.CodecRegistry) - Method in CodecRegistryAware
setCodecs(List<Codec<?>>) - Method in MongoDatastore
Sets any additional codecs
setCompilationUnit(org.codehaus.groovy.control.CompilationUnit) - Method in DirtyCheckingTransformer
setCompilationUnit(org.codehaus.groovy.control.CompilationUnit) - Method in GormEntityTransformation
setCompoundIndex(java.util.Map) - Method in MongoCollection
Sets a compound index definition
setConnection(java.lang.String) - Method in CustomizableRollbackTransactionAttribute
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
setCustomTypeMarshaller(org.grails.datastore.mapping.engine.types.CustomTypeMarshaller) - Method in Basic
setCustomTypes(List<CustomTypeMarshaller>) - Method in AbstractConnectionSourceFactory
The custom user types to register
setDatabaseName(java.lang.String) - Method in MongoDbDataStoreSpringInitializer
Sets the name of the MongoDB database to use
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
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
setDBObjectValue(org.bson.Document, java.lang.String, java.lang.Object, org.grails.datastore.mapping.model.MappingContext) - Method in MongoEntityPersister
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
setDefaultMapping(groovy.lang.Closure) - Method in MongoDbDataStoreSpringInitializer
Sets the default MongoDB GORM mapping configuration
setDetachedCriteria(grails.gorm.DetachedCriteria) - Method in DynamicFinderInvocation
setEmbedded(T, java.lang.String, T) - Method in AbstractMongoObectEntityPersister
setEmbedded(T, java.lang.String, T) - Method in NativeEntryEntityPersister
Implementors should override this method to provide support for embedded objects
setEmbeddedCollection(T, java.lang.String, Collection<?>, List<T>) - Method in AbstractMongoObectEntityPersister
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 AbstractMongoObectEntityPersister
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 AbstractMongoObectEntityPersister
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(org.bson.Document, java.lang.String, java.lang.Object) - Method in MongoEntityPersister
setEntryValue(T, java.lang.String, java.lang.Object) - Method in NativeEntryEntityPersister
Sets a value on an entry
setEnumType(java.lang.String) - Method in Property
setErrors(D, org.springframework.validation.Errors) - Method in GormValidationApi
Sets the errors for an instance
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
setField(java.lang.String) - Method in MongoAttribute
Sets the field name to map to
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
setGeoIndex(java.lang.String) - Method in MongoAttribute
Sets the geo index type
setHibernateCompatible(boolean) - Method in JpaQueryBuilder
setHint(MongoIterable<Document>) - Method in MongoQuery
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
setIndex(java.lang.String) - Method in MongoAttribute
Sets the index type
setIndexAttributes(java.util.Map) - Method in MongoAttribute
Sets index attributes
setInheritRollbackOnly(boolean) - Method in CustomizableRollbackTransactionAttribute
setInheritRollbackOnly(boolean) - Method in GrailsTransactionAttribute
setInitializing(java.lang.Boolean) - Method in AbstractPersistentCollection
setIntialized(boolean) - Method in AbstractPersistentEntity.MappingProperties
setInversePropertyName(java.lang.String) - Method in ManyToMany
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 AbstractMongoObectEntityPersister
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
setMap(Map<String,Object>) - Method in RelaxedDataBinder.MapHolder
setMappingFactory(MappingFactory<Family,KeyValue>) - Method in KeyValueMappingContext
setMaxDistance(grails.mongodb.geo.Distance) - Method in MongoQuery.Near
setMessageSource(org.springframework.context.MessageSource) - Method in MongoDatastore
The message source used for validation messages
setMongoBeanName(java.lang.String) - Method in MongoDbDataStoreSpringInitializer
Sets the name of the Mongo bean to use
setMongoClient(com.mongodb.client.MongoClient) - Method in MongoDbDataStoreSpringInitializer
Sets a pre-existing Mongo instance to configure for
setMongoOptions(com.mongodb.MongoClientSettings) - Method in MongoDbDataStoreSpringInitializer
Sets the MongoOptions instance to use when constructing the Mongo instance
setMongoOptionsBeanName(java.lang.String) - Method in MongoDbDataStoreSpringInitializer
The name of the MongoOptions bean
setName(java.lang.String) - Method in Property
setNativeEntry(T) - Method in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
setNativeEvent(java.io.Serializable) - Method in AbstractPersistenceEvent
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
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 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
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.ObjectRange) - Method in Property
setReadOnly() - Method in AbstractDatastorePersistenceContextInterceptor
setReadOnly(boolean) - Method in DataSourceBuilder
setReadWrite() - Method in AbstractDatastorePersistenceContextInterceptor
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.
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.IntRange) - Method in Property
setSort(java.lang.Object) - Method in Entity
setSort(java.lang.Object) - Method in MongoCollection
Sets the default sorting
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 Transaction
Sets the transaction timeout period
setTimestampProvider(org.grails.datastore.gorm.timestamp.TimestampProvider) - Method in AutoTimestampEventListener
setTimestampProviders(List<TimestampProvider>) - Method in AggregateTimestampProvider
SETTING_AUTO_FLUSH - Field in Settings
Whether to flush the session between each query
SETTING_CODECS - Field in MongoSettings
All MongoDB codecs
SETTING_CONNECTION_STRING - Field in MongoDatastore
SETTING_CONNECTION_STRING - Field in MongoSettings
The connection string
SETTING_CONNECTIONS - Field in MongoSettings
All MongoDB connections
SETTING_CUSTOM_TYPES - Field in Settings
The custom types
SETTING_DATABASE_NAME - Field in MongoDatastore
SETTING_DATABASE_NAME - Field in MongoSettings
The database name
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_DECIMAL_TYPE - Field in MongoSettings
Whether to use the decimal type
SETTING_DEFAULT_CONSTRAINTS - Field in Settings
The default constraints
SETTING_DEFAULT_MAPPING - Field in MongoDatastore
SETTING_DEFAULT_MAPPING - Field in MongoSettings
The default mapping
SETTING_DEFAULT_MAPPING - Field in Settings
The default mapping
SETTING_ENGINE - Field in MongoDatastore
SETTING_ENGINE - Field in MongoSettings
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_HOST - Field in MongoDatastore
SETTING_HOST - Field in MongoSettings
The host
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
SETTING_OPTIONS - Field in MongoDatastore
SETTING_OPTIONS - Field in MongoSettings
The client options
SETTING_PASSWORD - Field in MongoDatastore
SETTING_PASSWORD - Field in MongoSettings
The password
SETTING_PORT - Field in MongoDatastore
SETTING_PORT - Field in MongoSettings
The port
SETTING_STATELESS - Field in MongoDatastore
SETTING_STATELESS - Field in MongoSettings
SETTING_URL - Field in MongoDatastore
SETTING_URL - Field in MongoSettings
The URL
SETTING_USERNAME - Field in MongoDatastore
SETTING_USERNAME - Field in MongoSettings
The username
Settings - Interface in org.grails.datastore.mapping.config
Common settings across all GORM implementations
settings - Field in DefaultConnectionSource
settings - Field in JsonWriter
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
setup() - Method in MongoSpec
setupSpec() - Method in MongoSpec
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(T, java.lang.String, java.lang.Object) - Method in AbstractMongoObectEntityPersister.ValueRetrievalStrategy
setValue(org.bson.Document, java.lang.String, java.lang.Object) - Method in MongoEntityPersister
setValue(java.util.List) - Method in MongoQuery.WithinBox
setValue(java.util.List) - Method in MongoQuery.WithinCircle
setValue(java.util.List) - Method in MongoQuery.WithinPolygon
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
setWriteConcern(com.mongodb.WriteConcern) - Method in AbstractMongoSession
Sets the WriteConcern to use for the session
Shape - Class in grails.mongodb.geo
An interface for all geo shapes to implement
Shape() - Constructor in Shape
ShapeType - Class in org.grails.datastore.gorm.mongo.geo
Custom type for persisting the Shape type
ShapeType() - Constructor in ShapeType
shouldInject(java.net.URL) - Method in DirtyCheckingTransformer
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_TYPE_DECODERS - Field in SimpleDecoder
SIMPLE_TYPE_ENCODERS - Field in SimpleEncoder
SIMPLE_TYPES - Field in MappingFactory
SimpleDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding Simple properties
SimpleDecoder.1 - Class in org.grails.datastore.bson.codecs.decoders
SimpleDecoder.10 - Class in org.grails.datastore.bson.codecs.decoders
SimpleDecoder.10() - Constructor in SimpleDecoder.10
SimpleDecoder.11 - Class in org.grails.datastore.bson.codecs.decoders
SimpleDecoder.11() - Constructor in SimpleDecoder.11
SimpleDecoder.12 - Class in org.grails.datastore.bson.codecs.decoders
SimpleDecoder.12() - Constructor in SimpleDecoder.12
SimpleDecoder.13 - Class in org.grails.datastore.bson.codecs.decoders
SimpleDecoder.13() - Constructor in SimpleDecoder.13
SimpleDecoder.14 - Class in org.grails.datastore.bson.codecs.decoders
SimpleDecoder.14() - Constructor in SimpleDecoder.14
SimpleDecoder.15 - Class in org.grails.datastore.bson.codecs.decoders
SimpleDecoder.15() - Constructor in SimpleDecoder.15
SimpleDecoder.16 - Class in org.grails.datastore.bson.codecs.decoders
SimpleDecoder.16() - Constructor in SimpleDecoder.16
SimpleDecoder.1() - Constructor in SimpleDecoder.1
SimpleDecoder.2 - Class in org.grails.datastore.bson.codecs.decoders
SimpleDecoder.2() - Constructor in SimpleDecoder.2
SimpleDecoder.3 - Class in org.grails.datastore.bson.codecs.decoders
SimpleDecoder.3() - Constructor in SimpleDecoder.3
SimpleDecoder.4 - Class in org.grails.datastore.bson.codecs.decoders
SimpleDecoder.4() - Constructor in SimpleDecoder.4
SimpleDecoder.5 - Class in org.grails.datastore.bson.codecs.decoders
SimpleDecoder.5() - Constructor in SimpleDecoder.5
SimpleDecoder.6 - Class in org.grails.datastore.bson.codecs.decoders
SimpleDecoder.6() - Constructor in SimpleDecoder.6
SimpleDecoder.7 - Class in org.grails.datastore.bson.codecs.decoders
SimpleDecoder.7() - Constructor in SimpleDecoder.7
SimpleDecoder.8 - Class in org.grails.datastore.bson.codecs.decoders
SimpleDecoder.8() - Constructor in SimpleDecoder.8
SimpleDecoder.9 - Class in org.grails.datastore.bson.codecs.decoders
SimpleDecoder.9() - Constructor in SimpleDecoder.9
SimpleDecoder.TypeDecoder - Interface in org.grails.datastore.bson.codecs.decoders
SimpleDecoder() - Constructor in SimpleDecoder
SimpleEncoder - Class in org.grails.datastore.bson.codecs.encoders
An encoder for simple types persistable by MongoDB
SimpleEncoder.1 - Class in org.grails.datastore.bson.codecs.encoders
SimpleEncoder.10 - Class in org.grails.datastore.bson.codecs.encoders
SimpleEncoder.10() - Constructor in SimpleEncoder.10
SimpleEncoder.11 - Class in org.grails.datastore.bson.codecs.encoders
SimpleEncoder.11() - Constructor in SimpleEncoder.11
SimpleEncoder.12 - Class in org.grails.datastore.bson.codecs.encoders
SimpleEncoder.12() - Constructor in SimpleEncoder.12
SimpleEncoder.13 - Class in org.grails.datastore.bson.codecs.encoders
SimpleEncoder.13() - Constructor in SimpleEncoder.13
SimpleEncoder.1() - Constructor in SimpleEncoder.1
SimpleEncoder.2 - Class in org.grails.datastore.bson.codecs.encoders
SimpleEncoder.2() - Constructor in SimpleEncoder.2
SimpleEncoder.3 - Class in org.grails.datastore.bson.codecs.encoders
SimpleEncoder.3() - Constructor in SimpleEncoder.3
SimpleEncoder.4 - Class in org.grails.datastore.bson.codecs.encoders
SimpleEncoder.4() - Constructor in SimpleEncoder.4
SimpleEncoder.5 - Class in org.grails.datastore.bson.codecs.encoders
SimpleEncoder.5() - Constructor in SimpleEncoder.5
SimpleEncoder.6 - Class in org.grails.datastore.bson.codecs.encoders
SimpleEncoder.6() - Constructor in SimpleEncoder.6
SimpleEncoder.7 - Class in org.grails.datastore.bson.codecs.encoders
SimpleEncoder.7() - Constructor in SimpleEncoder.7
SimpleEncoder.8 - Class in org.grails.datastore.bson.codecs.encoders
SimpleEncoder.8() - Constructor in SimpleEncoder.8
SimpleEncoder.9 - Class in org.grails.datastore.bson.codecs.encoders
SimpleEncoder.9() - Constructor in SimpleEncoder.9
SimpleEncoder.TypeEncoder - Interface in org.grails.datastore.bson.codecs.encoders
SimpleEncoder() - Constructor in SimpleEncoder
singleResult - Field in MongoQuery.AggregatePipeline
singleResult() - Method in Query
Executes the query returning a single result or null
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() - Method in DetachedCriteria
Synonym for #count()
size() - Method in MongoQuery.AggregatedResultList
SIZE_OPERATOR - Field in BsonQuery
SIZE_OPERATOR_TO_CRITERIA_METHOD_MAP - Field in DetachedCriteriaTransformer
size() - Method in PagedResultList
size() - Method in PropertyResolverMap
size() - Method in SessionHolder
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.
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
Adds a sort order to this criteria instance
sort - Property in Entity
sort - Property in MongoCollection
sort(FindIterable<Document>, Map<String, Object>) - Method in MongoExtensions
SORT_OPERATOR - Field in BsonQuery
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
SPACE - Field in JsonToken
SPEC_CLASS - Field in AstUtils
Sphere - Class in grails.mongodb.geo
Represents a Sphere with the radius calculated in radians
Sphere(grails.mongodb.geo.Point, grails.mongodb.geo.Distance) - Constructor in Sphere
Construct a circle for the given center Point and distance
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
startBuild(java.lang.Object, java.lang.String) - Method in MongoConnectionSourceSettingsBuilder
stateException(java.lang.Class) - Method in GormEnhancer
stateful - Property in BsonPersistentEntityCodec
stateless - Property in AbstractMongoConnectionSourceSettings
Whether to use stateless mode by default
stateless - Field in AbstractSession
stateless - Property in Entity
Returns:
Whether the entity state should be held in the session or not
stateless - Field in MongoDatastore
StatelessDatastore - Interface in org.grails.datastore.mapping.core
For Datastores that support stateless connectivity
STATIC_APIS - Field in GormEnhancer
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
staticPropertyMissing(java.lang.String, java.lang.Object) - Method in GormEntity
Handles property missing, does nothing by default, sub traits to override
storeDateCreatedAndLastUpdatedInfo(org.grails.datastore.mapping.model.PersistentEntity) - Method in AutoTimestampEventListener
storeEntry(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, java.lang.Object, org.bson.Document) - Method in MongoEntityPersister
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
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.
STRING - Enum Constant in JsonTokenType
A string token.
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
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
subSet(java.lang.Object, java.lang.Object) - Method in PersistentSortedSet
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
Adds a sum projection
SUM_OPERATOR - Field in BsonQuery
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(org.grails.datastore.mapping.core.Datastore) - Method in AbstractShapeCoordsType
supports(org.grails.datastore.mapping.core.Datastore) - Method in CodecCustomTypeMarshaller
supports(org.grails.datastore.mapping.core.Datastore) - Method in CustomTypeMarshaller
deprecated:
Use supports(MappingContext) instead
supports(org.grails.datastore.mapping.core.Datastore) - Method in EnumType
supports(org.grails.datastore.mapping.core.Datastore) - Method in GeoJSONType
supports(org.grails.datastore.mapping.model.MappingContext) - Method in GeometryCollectionType
supports(java.lang.Class) - Method in UniqueConstraint
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 MultiTenantEventListener
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
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 MethodExpression
deprecated:
Do not use
targetName - Property in Property
The target to map to, could be a database column, document attribute, or hash key
targetType - Field in AbstractMappingAwareCustomTypeMarshaller
TemporalBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.temporal.Temporal to MongoDB
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
TenantDataSourceConfig - Annotation Type in org.grails.datastore.mapping.multitenancy
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
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(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in TenantId
TenantIdDecoder - Class in org.grails.datastore.bson.codecs.decoders
Decodes the tenant id
TenantIdDecoder() - Constructor in TenantIdDecoder
TenantIdEncoder - Class in org.grails.datastore.bson.codecs.encoders
Encodes the TenantId
TenantIdEncoder() - Constructor in TenantIdEncoder
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 - Field in MongoDatastore
tenantResolver - Property in MultiTenancySettings
tenantResolverClass - Property in MultiTenancySettings
The tenant resolver class
Tenants - Class in grails.gorm.multitenancy
Helper methods for working with multi tenancy
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
THIS_PREFIX - Field in BsonQuery
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
throwBsonException(java.io.IOException) - Method in JsonWriter
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
title - Property in MongodbGrailsPlugin
to - Field in Query.Between
toArray(java.lang.Object) - Method in AbstractPersistentCollection
toArray(T) - Method in PagedResultList
toBson(List<? extends Map<String, Object>>) - Method in MongoExtensions
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
toConfiguration(org.grails.datastore.mapping.mongo.connections.MongoConnectionSourceSettings) - Method in MongoConnectionSourceSettingsBuilder
toDBObject(org.bson.Document) - Method in MongoExtensions
toHibernateProperties() - Method in DataSourceSettings
Convert to Hibernate properties
toHierarchy(java.lang.Class) - Method in ConfigurationBuilder
toIndex - Field in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
toList(com.mongodb.client.FindIterable, Class<T>) - Method in MongoExtensions
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
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
toString() - Method in AbstractPersistentCollection
toString() - Method in AbstractPersistentEntity
toString() - Method in AbstractPersistentProperty
toString() - Method in AbstractSession.CollectionKey
toString() - Method in Association
toString() - Method in Box
toString() - Method in Circle
toString() - Method in GrailsTransactionTemplate.ThrowableHolderException
toString() - Method in GrailsVersion
toString() - Method in LineString
toString() - Method in MappingFactory
toString() - Method in MongoQuery.AggregatedResultList
toString() - Method in MongoQuery.MongoResultList
toString() - Method in MultiLineString
toString() - Method in MultiPoint
toString() - Method in OriginCapablePropertyValue
toString() - Method in Point
toString() - Method in Polygon
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 MongoDatastore
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 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 - Field in Join
Returns:
The join type
Default:
{}
type - Field in JsonToken
typeConverterMap - Field in MappingFactory
types - Property in ConnectionSourceSettings.CustomSettings
custom types

U

uAndP - Field in MongoClientOptionsBuilder
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 MongoCodecEntityPersister
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
UNQUOTED_STRING - Enum Constant in JsonTokenType
An unquoted string token.
UNSET_OPERATOR - Field in MongoConstants
unsupported(java.lang.Object) - Method in GormStaticApi
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
unwrapHandleMetaClass(groovy.lang.MetaClass) - Method in GroovyProxyFactory
unwrapIfProxy(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in FieldEntityAccess
UPDATE_CLAUSE - Field in JpaQueryBuilder
update(MongoCollection<Document>, Map<String, Object>, Map<String, Object>, com.mongodb.client.model.UpdateOptions) - Method in MongoExtensions
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(org.grails.datastore.mapping.query.api.QueryableCriteria, Map<String, Object>) - Method in MongoCodecSession
updateAll(org.grails.datastore.mapping.query.api.QueryableCriteria, Map<String,Object>) - Method in MongoSession
updateAll(org.grails.datastore.mapping.query.api.QueryableCriteria, Map<String,Object>) - Method in Session
Updates all objects matching the given criteria and property values
updateCaches(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.io.Serializable) - Method in MongoCodecEntityPersister
updateEntry(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, java.lang.Object, org.bson.Document) - Method in MongoEntityPersister
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
updateMany(MongoCollection<Document>, Map<String, Object>, List<? extends Map<String, Object>>, com.mongodb.client.model.UpdateOptions) - Method in MongoExtensions
updateOne(MongoCollection<Document>, Map<String, Object>, List<? extends Map<String, Object>>, com.mongodb.client.model.UpdateOptions) - Method in MongoExtensions
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
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
upperRight - Property in Box
url(com.mongodb.ConnectionString) - Method in AbstractMongoConnectionSourceSettings
Parameters:
connectionString - The connection string
url(java.lang.String) - Method in DataSourceBuilder
url - Property in DataSourceSettings
The data source URL, defaults to an H2 in-memory database
useCollection(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in AbstractMongoSession
Use the given collection for the given entity
useCollection(java.lang.String) - Method in MongoEntity
Use the given collection for this entity for the scope of the session
useCollection(java.lang.String) - Method in MongoStaticApi
useCollection(java.lang.String) - Method in MongoStaticOperations
Use the given collection for this entity for the scope of the session
useDatabase(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in AbstractMongoSession
Use the given database name for the given entity
useDatabase(java.lang.String) - Method in MongoEntity
Use the given database for this entity for the scope of the session
useDatabase(java.lang.String) - Method in MongoStaticApi
useDatabase(java.lang.String) - Method in MongoStaticOperations
Use the given database for this entity for the scope of the session
useDefaultSchema(java.sql.Connection) - Method in DefaultSchemaHandler
useDefaultSchema(java.sql.Connection) - Method in SchemaHandler
Uses the given schema.
username - Property in AbstractMongoConnectionSourceSettings
The username to use
username(java.lang.String) - Method in DataSourceBuilder
username - Property in DataSourceSettings
The username
username - Field in MongoClientOptionsBuilder
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
UTC - Field in JsonWriter
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, 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() - Method in GormValidateable
Validates an instance
validate(D) - Method in GormValidationApi
Validates an instance
validate(T, Class<?>) - Method in GormValidatorAdapter
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
validateParameter(java.lang.Object) - Method in UniqueConstraint
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
VALIDATION_APIS - Field in GormEnhancer
VALIDATION_CONSTRAINT_NODE - Field in DirtyCheckingTransformer
Validation - Enum Constant in EventType
VALIDATION_EXCEPTION_TYPE - Field in ValidationException
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.datastore.gorm.validation.listener
An event listener for ensuring entities are valid before saving or updating
ValidationEventListener(org.grails.datastore.mapping.core.Datastore) - 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
validatorFactory - Property in JavaxValidatorRegistry
The validator factory
validatorFactoryInstance - Field in ValidatedService
The validator factory
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 - Property in Distance
The value representing the distance
value - Field in GormASTTransformationClass
value - Field in Join
Returns:
The property name to join on
value - Field in JsonToken
value() - Method in Query
value - Field in Query.PropertyCriterion
value - Field in ReadOnly
A qualifier value for the specified transaction.
VALUE_RETRIEVAL_STRATEGY - Field in MongoEntityPersister
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(List<List<Double>>) - Method in Box
Constructs a Box from the given coordinates
valueOf(List<Object>) - Method in Circle
Construct a circle for the given coordinates
valueOf(double, grails.mongodb.geo.Metric) - Method in Distance
Create a Distance instance for the given value
valueOf(java.util.List) - Method in GeometryCollection
valueOf(java.util.List) - Method in LineString
Constructs a LineString for the given coordinates
valueOf(java.util.List) - Method in MultiLineString
valueOf(java.util.List) - Method in MultiPoint
valueOf(java.util.List) - Method in MultiPolygon
valueOf(java.lang.String) - Method in MultiTenancySettings.MultiTenancyMode
valueOf(List<Number>) - Method in Point
Construct a point for the given coordinates supplied in the list
valueOf(java.util.List) - Method in Polygon
The inverse of Polygon.asList, constructs a Polygon from a coordinate list
valueOf(java.util.List, grails.mongodb.geo.Metric) - Method in Sphere
Constructs a Sphere for the given coordinate list and optional metric
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
verifyToken(java.lang.Object) - Method in JsonReader
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(groovy.lang.Closure) - Method in MongoCollection
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
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
visitExtendedJSON() - Method in JsonReader
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
watch(MongoCollection<Document>, List<? extends Map<String, Object>>, Class<T>) - Method in MongoExtensions
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 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 method derives a new query from this query.
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_OPERATOR - Field in BsonQuery
where(groovy.lang.Closure) - Method in TenantDelegatingGormOperations
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 TenantDelegatingGormOperations
whereLazy(groovy.lang.Closure) - Method in AbstractDetachedCriteria
Where method derives a new query from this query.
whereLazy(groovy.lang.Closure) - Method in DetachedCriteria
Where method derives a new query from this query.
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 TenantDelegatingGormOperations
withAlias(java.lang.String, java.lang.String) - Method in RelaxedDataBinder
Add aliases to the org.springframework.validation.DataBinder.
withCollection(java.lang.String, Closure<T>) - Method in MongoEntity
Use the given collection for this entity for the scope of the closure call
withCollection(java.lang.String, Closure<T>) - Method in MongoStaticApi
withCollection(java.lang.String, Closure<T>) - Method in MongoStaticOperations
Use the given collection for this entity for the scope of the closure call
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, groovy.lang.Closure) - Method in MongoEntity
Perform an operation with the given connection
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 TenantDelegatingGormOperations
withCurrent(Closure<T>) - Method in DefaultTenantService
withCurrent(Class<? extends Datastore>, 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.
withDatabase(java.lang.String, Closure<T>) - Method in MongoEntity
Use the given database for this entity for the scope of the closure call
withDatabase(java.lang.String, Closure<T>) - Method in MongoStaticApi
withDatabase(java.lang.String, Closure<T>) - Method in MongoStaticOperations
Use the given database for this entity for the scope of the closure call
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(org.grails.datastore.mapping.multitenancy.MultiTenantCapableDatastore, java.io.Serializable, Closure<T>) - Method in Tenants
Execute the given closure with given tenant id for the given datastore.
withId(java.io.Serializable, Closure<T>) - Method in TenantService
Execute the given closure with given tenant id.
WITHIN_OPERATOR - Field in MongoQuery
WithinBox - Class in org.grails.datastore.gorm.mongo
Dynamic finder expression for within box queries
withinBox(java.lang.String, List<?>) - Method in MongoCriteriaBuilder
Geospacial query for values within a given box.
withinBox(java.lang.String, java.util.List) - Method in MongoQuery
Geospacial query for values within a given box.
WithinBox(java.lang.String, java.util.List) - Constructor in MongoQuery.WithinBox
WithinBox(Class<?>, java.lang.String) - Constructor in WithinBox
WithinCircle - Class in org.grails.datastore.gorm.mongo
A dynamic finder method expression that adds the ability to query within a circle
withinCircle(java.lang.String, List<?>) - Method in MongoCriteriaBuilder
Geospacial query for values within a given circle.
withinCircle(java.lang.String, java.util.List) - Method in MongoQuery
Geospacial query for values within a given circle.
WithinCircle(java.lang.String, java.util.List) - Constructor in MongoQuery.WithinCircle
WithinCircle(Class<?>, java.lang.String) - Constructor in WithinCircle
WithinPolygon - Class in org.grails.datastore.gorm.mongo
Dynamic finder expression for within polygon queries
withinPolygon(java.lang.String, List<?>) - Method in MongoCriteriaBuilder
Geospacial query for values within a given polygon.
withinPolygon(java.lang.String, java.util.List) - Method in MongoQuery
Geospacial query for values within a given polygon.
WithinPolygon(java.lang.String, java.util.List) - Constructor in MongoQuery.WithinPolygon
WithinPolygon(Class<?>, java.lang.String) - Constructor in WithinPolygon
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 MongoDatastore
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(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 TenantDelegatingGormOperations
withTenant(java.io.Serializable, Closure<T>) - Method in Tenants.CurrentTenant
Execute with the current tenant
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
wrapFilterWithMultiTenancy(org.bson.conversions.Bson) - Method in MongoStaticApi
wrapObjectResultInList(java.lang.Object) - Method in MongoQuery
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, org.bson.Document, org.bson.Document) - Method in CodecCustomTypeMarshaller
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
write(org.bson.BsonWriter, java.time.Instant) - Method in InstantBsonConverter
write(org.bson.BsonWriter, java.time.LocalDate) - Method in LocalDateBsonConverter
write(org.bson.BsonWriter, java.time.LocalDateTime) - Method in LocalDateTimeBsonConverter
write(org.bson.BsonWriter, java.time.LocalTime) - Method in LocalTimeBsonConverter
write(org.bson.BsonWriter, java.time.OffsetDateTime) - Method in OffsetDateTimeBsonConverter
write(org.bson.BsonWriter, java.time.OffsetTime) - Method in OffsetTimeBsonConverter
write(org.bson.BsonWriter, java.time.Period) - Method in PeriodBsonConverter
write(org.bson.BsonWriter, T) - Method in TemporalBsonConverter
write(org.bson.BsonWriter, java.time.ZonedDateTime) - Method in ZonedDateTimeBsonConverter
writeAttributes(Map<String, Object>, org.bson.BsonWriter, org.bson.codecs.EncoderContext) - Method in BsonPersistentEntityCodec
Writes the dynamic attributes to the writer
writeConcern - Field in AbstractMongoSession
writeConcern - Property in MongoCollection
Returns:
The com.mongodb.WriteConcern for the collection
writeInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, T, N) - Method in AbstractMappingAwareCustomTypeMarshaller
writeInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, T, org.bson.Document) - Method in AbstractShapeCoordsType
writeInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, java.lang.Object, org.bson.Document) - Method in EnumType
writeInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, T, org.bson.Document) - Method in GeoJSONType
writeInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, grails.mongodb.geo.GeometryCollection, org.bson.Document) - Method in GeometryCollectionType
writeInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, grails.mongodb.geo.Shape, org.bson.Document) - Method in ShapeType
writeNameHelper(java.lang.String) - Method in JsonWriter
writeObject(java.io.ObjectOutputStream) - Method in PagedResultList
writer - Field in AbstractPersistentProperty
writer - Field in JsonWriter
writerMap - Field in FieldEntityAccess.FieldEntityReflector
writers - Field in FieldEntityAccess.FieldEntityReflector
writeStringHelper(java.lang.String) - Method in JsonWriter
writingComplete(org.grails.datastore.mapping.engine.EntityAccess) - Method in BsonPersistentEntityCodec
Called when the document is fully written from the source entity

X

x - Property in Point
The x and y values that indicate the location of the point
xaDataSourceClassName - Field in DatabaseDriver

Y

y - Property in Point
The x and y values that indicate the location of the point

Z

ZERO_ARGUMENTS - Field in AstUtils
ZERO_PARAMETERS - Field in AstUtils
ZERO_PARAMS - Field in DomainEventListener
ZonedDateTimeBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.ZonedDateTime to MongoDB
ZonedDateTimeCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.ZonedDateTime in MongoDB
ZonedDateTimeCodec() - Constructor in ZonedDateTimeCodec
ZonedDateTimeConverter - Trait in grails.gorm.time
A trait to convert a java.time.ZonedDateTime to and from a long
ZonedDateTimeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.ZonedDateTime
ZonedDateTimeDecoder() - Constructor in ZonedDateTimeDecoder
ZonedDateTimeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.ZonedDateTime
ZonedDateTimeEncoder() - Constructor in ZonedDateTimeEncoder

_

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 _