- 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
- AbstractConnectionSources - Class in org.grails.datastore.mapping.core.connections
- 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
- 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(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
- 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(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
- AbstractPersistenceEvent(org.grails.datastore.mapping.core.Datastore, java.lang.Object) - Constructor in AbstractPersistenceEvent
-
- AbstractPersistenceEventListener - Class in org.grails.datastore.mapping.engine.event
- 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(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
- 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(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
-
- accessType - Property in Property
-
- Returns:
- The default access type to use to read and write property values
- 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:
- {}
- 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(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_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
-
- addBeanProperty(List<PropertyDescriptor>, groovy.lang.MetaProperty) - Method in ClassPropertyFetcher
-
- addCascadeOperation(PendingOperation<E,K>) - Method in PendingOperation
-
Adds an operation that should be executed after this operation
- addCascadeOperation(PendingOperation<E,K>) - Method in PendingOperationAdapter
-
- addConnectionSource(java.lang.String, Map<String, Object>) - Method in AbstractConnectionSources
-
- addConnectionSource(java.lang.String, Map<String,Object>) - Method in ConnectionSources
-
- 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
-
- 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.
- addInstanceMethods(org.grails.datastore.mapping.model.PersistentEntity, boolean) - Method in GormEnhancer
-
- 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(org.grails.datastore.mapping.model.MappingContext.Listener) - Method in AbstractMappingContext
-
- addMappingContextListener(org.grails.datastore.mapping.model.MappingContext.Listener) - Method in MappingContext
-
Adds a new mapping context listener instance
- 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
- 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
-
- addSession(org.grails.datastore.mapping.core.Session) - Method in SessionHolder
-
- 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
-
- 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
-
- 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(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
- aggregatorBeanClass - Property in PersistenceContextInterceptorAggregator
-
- aggregatorBeanName - Property in PersistenceContextInterceptorAggregator
-
- alias - Field in AbstractDetachedCriteria
-
- aliases - Field in DetachedCriteriaTransformer
-
- aliasExpressions - Field in DetachedCriteriaTransformer
-
- ALL_DATA_SOURCES - Field in Entity
-
- 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
- AnnotationMetadataReader - Class in org.grails.datastore.gorm.utils
A more limited version of Spring's annotation reader that only reads annotations on classes
- annotations - Property in ClasspathEntityScanner
-
The annotations to scan
- 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
-
- applicationContext - Property in ConfigurableApplicationContextEventPublisher
-
- applicationContext - Property in MongoDbGormAutoConfiguration
-
- appliesToDatastore(org.grails.datastore.mapping.core.Datastore, org.grails.datastore.mapping.model.PersistentEntity) - Method in GormEnhancer
-
- applyAdditionalCriteria(org.grails.datastore.mapping.query.Query, groovy.lang.Closure) - Method in AbstractFinder
-
- 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 MethodExpression
-
- arguments(java.util.Map) - Method in MongoCriteriaBuilder
-
- argumentsRequired - Field in MethodExpression
-
- 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
-
- Association - Class in org.grails.datastore.mapping.model.types
Models an association between one class and another
- Association(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in Association
-
- association - 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
- AssociationQueryProxyHandler(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.AssociationQueryExecutor, java.io.Serializable) - Constructor in AssociationQueryProxyHandler
-
- associations - Field in AbstractPersistentEntity
-
- associationtoString(java.lang.String, org.grails.datastore.mapping.model.types.Association) - Method in MappingFactory
-
- AstAnnotationUtils - Class in org.grails.datastore.mapping.reflect
Utility methods for dealing with annotations in AST transforms
- AstAnnotationUtils() - Constructor in AstAnnotationUtils
-
- AstGenericsUtils - Class in org.grails.datastore.mapping.reflect
Generics utilities
- AstGenericsUtils() - Constructor in AstGenericsUtils
-
- AstMethodDispatchUtils - Class in org.grails.datastore.gorm.transform
- 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
-
- 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
-
- attributes - Field in AbstractAttributeStoringSession
-
- attributes(Map<String, Object>) - Method in DynamicAttributes
-
Obtain the dynamic attributes combined with the provided attributes
- 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
-
- 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
-
- 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(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
- 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
-
- 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
- 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
- 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
-
- CANDIDATE_METHODS_WHERE_ONLY - Field in DetachedCriteriaTransformer
-
- 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
-
- cascades - Property in Property
-
For specifying the cascade type using javax.persistence.CascadeType
- 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.
- 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.
- 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
-
- classLoader - Field in AbstractDatastoreInitializer
-
- classLoader - Property in ClasspathEntityScanner
-
The classloader to use
- 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 NativeEntryEntityPersister
-
- 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.
- ClassUtils - Class in org.grails.datastore.mapping.reflect
Helper methods for dealing with classes and reflection
- 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
- 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() - 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
-
- 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.
- 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
-
- 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
-
- 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
- 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
- collectMappedClasses(java.lang.String) - Method in AbstractDatastoreInitializer
-
- ColumnDatastore - Interface in org.grails.datastore.mapping.column
- Authors:
- Guillaume Laforge
- 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
-
- compoundIndex(java.util.Map) - Method in MongoCollection
-
Sets a compound index definition
- 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
-
- ConfigurationBuilder - Class in org.grails.datastore.mapping.config
A generic configuration builder that implementers can implement to construct the configuration from the source org.springframework.core.env.PropertyResolver
- ConfigurationBuilder(org.springframework.core.env.PropertyResolver, java.lang.String, java.lang.Object, java.lang.String) - Constructor in ConfigurationBuilder
-
- Parameters:
propertyResolver
- The property resolver
- ConfigurationException - Class in org.grails.datastore.mapping.core.exceptions
An exception thrown if a configuration error occurs
- ConfigurationException(java.lang.String, java.lang.Throwable) - Constructor in ConfigurationException
-
- configurationPrefix - Property in ConfigurationBuilder
-
- ConfigurationUtils - Class in org.grails.datastore.mapping.config
Utility methods for configuration
- configure() - Method in AbstractDatastoreInitializer
-
Configures for an existing Mongo instance
- configure(org.springframework.core.env.PropertyResolver) - Method in AbstractMappingContext
-
- configure(E) - Method in MappingDefinition
-
Configures an existing mapping
- 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
-
- ConfigUtils - Class in org.grails.datastore.mapping.config.utils
- ConfigUtils() - Constructor in ConfigUtils
-
- conjunction() - Method in Query
-
Creates a conjunction (AND) 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
- connection(java.lang.String) - Method in Entity
-
Sets the datastore to use
- connection - Field in ReadOnly
-
The connection to use by default
- Default:
- ConnectionSource.DEFAULT
- connection - Field in Transactional
-
The connection to use by default
- Default:
- ConnectionSource.DEFAULT
- connectionDetails - Field in AbstractDatastore
-
- connectionName - Field in AbstractDetachedCriteria
-
- ConnectionNotFoundException - Class in org.grails.datastore.mapping.core
Thrown when a session cannot be located.
- ConnectionNotFoundException(java.lang.String) - Constructor in ConnectionNotFoundException
-
- connections(List<String>) - Method in Entity
-
Sets the connection to use
- connectionsCollection - Property in AbstractMongoConnectionSourceSettings
-
- 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
- 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
- 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
- ConnectionSourcesSupport - Class in org.grails.datastore.mapping.core.connections
- connectionString - Field in AbstractMongoConnectionSourceSettings
-
The connection string
- 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
- constraintValidatorFactory(javax.validation.ConstraintValidatorFactory) - Method in GormValidatorFactoryAdapter.GormValidatorContext
-
- ConstraintViolationUtils - Class in org.grails.datastore.gorm.validation.javax
Utility methods for handling ConstraintViolationException
- ConstraintViolationUtils() - Constructor in ConstraintViolationUtils
-
- contains(java.lang.Object) - Method in AbstractPersistentCollection
-
- contains(java.lang.Object) - Method in AbstractSession
-
- contains(java.lang.Object) - Method in PagedResultList
-
- contains(java.lang.Object) - Method in Session
-
Whether the object is contained within the first level cache
- containsAll(java.util.Collection) - Method in AbstractPersistentCollection
-
- containsAll(Collection<?>) - Method in PagedResultList
-
- containsKey(java.lang.Object) - Method in PropertyResolverMap
-
- containsRegisteredBean(java.lang.Object, org.springframework.beans.factory.support.BeanDefinitionRegistry, java.lang.String) - Method in AbstractDatastoreInitializer
-
- containsSession(org.grails.datastore.mapping.core.Session) - Method in SessionHolder
-
- containsValue(java.lang.Object) - Method in PropertyResolverMap
-
- context - 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.JsonReader.Context, org.bson.BsonContextType, java.lang.String) - Constructor in JsonWriter.Context
-
Creates a new context.
- conversionService - Field in AbstractMappingContext
-
- 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.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
-
- 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.
- 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
-
- 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
-
- create(java.lang.String, org.springframework.core.env.PropertyResolver, F) - Method in AbstractConnectionSourceFactory
-
- 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
-
- create(ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Method in ConnectionSourcesInitializer
-
- 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(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
-
- 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
-
- 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
- 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
-
- 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
-
- createFinderInvocation(java.lang.Class, java.lang.String, groovy.lang.Closure, java.lang.Object) - Method in DynamicFinder
-
- 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
- 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.
- 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
-
- 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
- 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
- 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 Query
-
- 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_TENANT_ANNOTATION_TYPE - Field in TenantTransform
-
- currentClassNode - Field in DetachedCriteriaTransformer
-
- 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
-
- CurrentTenant - Annotation Type in grails.gorm.multitenancy
- currentTimeMillis() - Method in DefaultTimestampProvider
-
- currentTransaction(org.grails.datastore.mapping.core.Datastore) - Method in TransactionUtils
-
- cursor - Field in AbstractResultList
-
- Custom - Class in org.grails.datastore.mapping.model.types
Represents a custom type ie. a type whose database read/write semantics are specified by the user.
- custom - Property in ConnectionSourceSettings
-
Custom settings
- Custom(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, Class<?>, CustomTypeMarshaller<?,?,?>) - Constructor in Custom
-
- CUSTOM - Enum Constant in ValueGenerator
-
Custom value generation strategy
- CustomizableRollbackTransactionAttribute - Class in org.grails.datastore.mapping.transactions
Extended version of org.springframework.transaction.interceptor.RuleBasedTransactionAttribute that ensures all exception types are rolled back and allows inheritance of setRollbackOnly
- CustomizableRollbackTransactionAttribute(org.springframework.transaction.interceptor.RuleBasedTransactionAttribute) - Constructor in CustomizableRollbackTransactionAttribute
-
- 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.
- database - Property in MongoCollection
-
The database to use
- DATABASE - Field in MultiTenancySettings.MultiTenancyMode
-
A single database per tenant
- DatabaseDriver - Enum in org.grails.datastore.gorm.jdbc
Enumeration of common database drivers.
- 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
- 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
- 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
- DataSourceSettingsBuilder(org.springframework.core.env.PropertyResolver, java.lang.String, java.lang.Object) - Constructor in DataSourceSettingsBuilder
-
- Datastore - Interface in org.grails.datastore.mapping.core
The
Datastore
interface is the basic common denominator all NoSQL databases should support:
- Storing data
- Retrieving one or more elements at a time, identified by their keys
- Deleting one or more elements
- datastore - Field in AbstractDatastoreApi
-
- datastore - Field in AbstractDatastorePersistenceContextInterceptor
-
- datastore - Field in AbstractFinder
-
- datastore - Field in AbstractPersistenceEventListener
-
- datastore() - Method in AbstractServiceImplementer
-
- Returns:
- The datastore expression
- datastore - Field in CurrentTenant
-
If you are using multiple GORM implementations and wish to create a transaction for a specific implementation then use this.
- datastore - Property in DefaultServiceRegistry
-
The datastore this service relates to
- datastore - Property in GormEnhancer
-
- datastore - Field in MultiTenantEventListener
-
- 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 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
-
- 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.
- 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
- decapitalizeFirstChar(java.lang.String) - Method in NameUtils
-
Transforms the first character of a string into a lowercase letter
- 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
-
- 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_CONNECTION_SOURCE_NAMES - Field in ConnectionSourcesSupport
-
- DEFAULT_DATA_SOURCE - Field in Entity
-
- 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_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
- 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 MongoDbDataStoreSpringInitializer
-
- DefaultMappingConfigurationBuilder - Class in org.grails.datastore.mapping.config.groovy
- DefaultMappingConfigurationBuilder(org.grails.datastore.mapping.config.Entity, java.lang.Class) - Constructor in DefaultMappingConfigurationBuilder
-
- defaultMax - Field in AbstractDetachedCriteria
-
- defaultOffset - Field in AbstractDetachedCriteria
-
- defaultQualifier - Field in GormStaticApi
-
- defaults - Property in ConnectionSourceSettings
-
- 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
-
- DefaultServiceRegistry - Class in org.grails.datastore.mapping.services
- 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
- 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
-
- 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
- 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
- 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(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
- 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.
- 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
- 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
-
- 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
-
- 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 - Field in MultiTenancySettings.MultiTenancyMode
-
A shared database amongst multiple tenants using a discriminator column
- disjunction() - Method in Query
-
Creates a disjunction (OR) 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(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
-
- 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
- DocumentMappingContext - Class in org.grails.datastore.mapping.document.config
- 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
-
- 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
-
- 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
-
- DoubleToFloatConverter - Class in org.grails.datastore.mapping.model.types.conversion
- Authors:
- Stefan Armbruster
- DoubleToFloatConverter() - Constructor in DoubleToFloatConverter
-
- 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(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
- 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
-
- 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.
- 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_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
-
- enableBigDecimalEncoding() - Method in SimpleEncoder
-
Enables Decimal128 encoding for simple types
- 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
-
- 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
- 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
- entity - Field in AbstractClassMapping
-
- ENTITY_ACCESS - Field in AbstractSession
-
- entity - Field in BeanEntityAccess
-
- entity - Property in BsonPersistentEntityCodec
-
- ENTITY_CLASS_RESOURCE_PATTERN - Field in AbstractDatastoreInitializer
-
- Entity() - Constructor in Entity
-
- entity - Property in NamedCriteriaProxy
-
- entity - Field in PendingOperationAdapter
-
- entity - Field in Query
-
- EntityAccess - Interface in org.grails.datastore.mapping.engine
- 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
-
- entityFamily - Field in AbstractKeyValueEntityPersister
-
- 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
- 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
- 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
-
- 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
-
- 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
-
- 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_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 - Property in GormValidateable
-
The validation errors object
- 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
-
- 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_BEFORE_INSERT - Field in DomainEventListener
-
- eventListeners - Field in AbstractMappingContext
-
- eventPublisher - Field in GormValidationApi
-
- eventPublisher - Field in MongoDatastore
-
- EventType - Enum in org.grails.datastore.mapping.engine.event
- EXCLUDED_PROPERTIES - Field in ClassPropertyFetcher
-
- EXCLUDES - Property in AbstractGormApi
-
- 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
-
- 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
-
- fastClass() - Method in EntityReflector
-
- 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() - 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(java.lang.String) - Method in MongoAttribute
-
Configures the field name to map to
- FIELD_TARGET_DATASTORE - Field in AbstractDatastoreMethodDecoratingTransformation
-
- FieldEntityAccess - Class in org.grails.datastore.mapping.reflect
Uses field reflection or CGlib to improve performance
- FieldEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, org.springframework.core.convert.ConversionService) - Constructor in FieldEntityAccess
-
- filter(DistinctIterable<Document>, Map<String, Object>) - Method in MongoExtensions
-
********** DistinctIterable Extensions ************
- 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
-
- 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
-
- findInterface(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
-
- findMessageSource(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in AbstractDatastoreInitializer
-
Finds the message source to use
- findMethodExpression(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
-
- 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
-
- 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
- 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.
- 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
-
- 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 - 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.
- 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
-
- forClass(java.lang.Class) - Method in ClassPropertyFetcher
-
- FOREIGN - Enum Constant in ValueGenerator
-
use the identifier of another object
- 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
-
- fromJdbcUrl(java.lang.String) - Method in DatabaseDriver
-
- fromMappedName(java.lang.String) - Method in CascadeValidateType
-
- fromProductName(java.lang.String) - Method in DatabaseDriver
-
- 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
-
- 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
-
- 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
-
- 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(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(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 and 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 and object from the datastore. eg.
- get(java.io.Serializable) - Method in GormStaticOperations
-
Retrieves and object from the datastore. eg.
- GET_ID_METHOD - Field in EntityProxyMethodHandler
-
- GET_META_CLASS - Field in GroovyObjectMethodHandler
-
- 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
-
- 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
-
- getAll() - Method in GormStaticApi
-
- getAll() - Method in GormStaticOperations
-
- getAll() - Method in TenantDelegatingGormOperations
-
- getAllAssociationMap(org.grails.datastore.mapping.reflect.ClassPropertyFetcher) - Method in GormMappingConfigurationStrategy
-
Retrieves the association map
- getAllConnectionSources() - Method in ConnectionSources
-
- getAllConnectionSources() - Method in InMemoryConnectionSources
-
- getAllConnectionSources() - Method in SingletonConnectionSources
-
- getAllConnectionSources() - Method in StaticConnectionSources
-
- 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
-
- getAppliedMarker() - Method in AbstractGormASTTransformation
-
- getAppliedMarker() - Method in ServiceTransformation
-
- getAppliedMarker() - Method in TenantTransform
-
- getAppliedMarker() - Method in TransactionalTransform
-
- 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) - Method in GormMappingConfigurationStrategy
-
Retrieves the association map
- getAssociations() - Method in AbstractPersistentEntity
-
- getAssociations() - Method in PersistentEntity
-
A list of the associations for this entity.
- 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
- 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
- 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
-
- 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 ************
- 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
-
- 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
-
- 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
-
- getConnectionSources() - Method in MongoDatastore
-
- 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
- getConverterRegistry() - Method in AbstractMappingContext
-
- getConverterRegistry() - Method in MappingContext
-
Obtains the converter registry
- 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
- getCurrentSession() - Method in AbstractDatastore
-
- getCurrentSession() - Method in Datastore
-
Obtains the current session (if any)
- 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
-
- 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(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
-
- getDefault() - Method in ConnectionSourceSettings
-
- getDefaultConnectionSource() - Method in AbstractConnectionSources
-
- getDefaultConnectionSource() - Method in ConnectionSources
-
- 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
- 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
-
- 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
-
- getEntityObject() - Method in AbstractPersistenceEvent
-
- getEntityReflector(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
-
- getEntityReflector(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext
-
- 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
- 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
- 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 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(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
- getIndexAttributes() - Method in MongoAttribute
-
- Returns:
- The attributes for the index
- 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
-
- 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
-
- getInstanceMethodApiProviders(Class<D>) - Method in GormEnhancer
-
- getInstancePropertyValue(java.lang.Object, java.lang.String) - 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
-
- 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 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
- 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
- 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
-
- 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(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 Query.In
-
- getName() - Method in Query.NotIn
-
- getName() - Method in ServiceDefinition
-
- Returns:
- The full class name of the service
- getName() - Method in UniqueConstraint
-
- 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.
- 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
-
- 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()