- AbstractAttributeStoringSession - Class in org.grails.datastore.mapping.core
- AbstractClassMapping - Class in org.grails.datastore.mapping.model
Abstract implementation of the ClassMapping interface.
- AbstractClassMapping(PersistentEntity, 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>, PropertyResolver) - Constructor in AbstractConnectionSources
-
- AbstractCriteriaBuilder - Class in org.grails.datastore.gorm.query.criteria
Abstract criteria builder implementation
- AbstractCriteriaBuilder(Class, QueryCreator, 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(MappingContext, Map<String, Object>, ConfigurableApplicationContext, TPCacheAdapterRepository) - Constructor in AbstractDatastore
-
- AbstractDatastoreApi - Class in org.grails.datastore.gorm
@author Burt Beckwith
- AbstractDatastoreApi(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.GroovyBeanReaderInit - Class in org.grails.datastore.gorm.bootstrap
- AbstractDatastoreInitializer(Map, Class) - Constructor in AbstractDatastoreInitializer
-
- AbstractDatastorePersistenceContextInterceptor - Class in org.grails.datastore.gorm.support
Abstract implementation of the persistence context interceptor
- AbstractDatastorePersistenceContextInterceptor(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.DetachedProjections(Projection>) - Constructor in AbstractDetachedCriteria.DetachedProjections
-
- AbstractDetachedCriteria(Class<T>, String) - Constructor in AbstractDetachedCriteria
-
Constructs a DetachedCriteria instance target the given class and alias for the name
- AbstractFindByFinder - Class in org.grails.datastore.gorm.finders
- AbstractFindByFinder(Pattern, MappingContext) - Constructor in AbstractFindByFinder
-
- AbstractFinder - Class in org.grails.datastore.gorm.finders
Abstract base class for finders.
- AbstractFinder(Datastore) - Constructor in AbstractFinder
-
- AbstractGormApi - Class in org.grails.datastore.gorm
Abstract GORM API provider.
- AbstractGormApi(Class<D>, MappingContext) - Constructor in AbstractGormApi
-
- 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(MappingContext, PersistentEntity, Session, 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(ConnectionSourceSettings) - Constructor in AbstractMappingContext
-
- AbstractMongoConnectionSourceSettings - Class in org.grails.datastore.mapping.mongo.connections
@author Graeme Rocher
- 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.MongoAssociationIndexer(T, Association, MongoSession) - Constructor in AbstractMongoObectEntityPersister.MongoAssociationIndexer
-
- AbstractMongoObectEntityPersister(MappingContext, PersistentEntity, Session, ApplicationEventPublisher) - Constructor in AbstractMongoObectEntityPersister
-
- AbstractMongoSession - Class in org.grails.datastore.mapping.mongo
Abstract implementation on the
Session interface for MongoDB
- AbstractMongoSession(MongoDatastore, MappingContext, ApplicationEventPublisher, boolean) - Constructor in AbstractMongoSession
-
- AbstractPersistenceEvent - Class in org.grails.datastore.mapping.engine.event
@author Burt Beckwith
- AbstractPersistenceEvent(Datastore, Object) - Constructor in AbstractPersistenceEvent
-
- AbstractPersistenceEventListener - Class in org.grails.datastore.mapping.engine.event
@author Burt Beckwith
- AbstractPersistenceEventListener(Datastore) - Constructor in AbstractPersistenceEventListener
-
- AbstractPersistentCollection - Class in org.grails.datastore.mapping.collection
Abstract base class for persistent collections.
- AbstractPersistentCollection(Serializable, Session, AssociationQueryExecutor, Collection) - Constructor in AbstractPersistentCollection
-
- AbstractPersistentEntity - Class in org.grails.datastore.mapping.model
Abstract implementation to be subclasses on a per datastore basis
- AbstractPersistentEntity(Class, 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(PersistentEntity, MappingContext, String, Class) - Constructor in AbstractPersistentProperty
-
- AbstractQueryEvent - Class in org.grails.datastore.mapping.query.event
Base class for query events.
- AbstractQueryEvent(Object, Query) - Constructor in AbstractQueryEvent
-
- AbstractResultList - Class in org.grails.datastore.gorm.query
An abstract result list for initializing objects lazily from a cursor
- AbstractResultList(int, Integer, Iterator<Object>) - Constructor in AbstractResultList
-
- 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(Datastore, MappingContext, ApplicationEventPublisher, 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
-
- add(Criterion) - Method in AbstractDetachedCriteria
-
- add(Object) - Method in AbstractPersistentCollection
-
- add(Object) - Method in DirtyCheckingCollection
-
- add(int, Object) - Method in DirtyCheckingList
-
- add(E) - Method in PagedResultList
-
- add(int, Object) - Method in PersistentList
-
- add(Query.Junction, Query.Criterion) - Method in Query
-
Adds the specified criterion instance to the given junction
- add(Criterion) - Method in Query.Junction
-
- add(Projection) - Method in Query.ProjectionList
-
- ADD_TO_PARAMETERS - Field in GormEntityTransformation
-
- addAll(Collection) - Method in AbstractPersistentCollection
-
- addAll(Collection) - Method in DirtyCheckingCollection
-
- addAll(int, Collection) - Method in DirtyCheckingList
-
- addAll(int, Collection<? extends E>) - Method in PagedResultList
-
- addAll(int, Collection) - Method in PersistentList
-
- addAnnotationIfNecessary(ClassNode, Class<? extends Annotation>) - Method in AstUtils
-
Adds an annotation to the give nclass node if it doesn't already exist
- addAnnotationOrGetExisting(ClassNode, ClassNode, Map<String, Object>) - Method in AstUtils
-
- addApplicationListener(ApplicationListener<?>) - Method in ConfigurableApplicationContextEventPublisher
-
- addApplicationListener(ApplicationListener<?>) - Method in ConfigurableApplicationEventPublisher
-
Adds a new application listener
- addApplicationListener(ApplicationListener<?>) - Method in DefaultApplicationEventPublisher
-
- 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(String, Map<String, Object>) - Method in AbstractConnectionSources
-
- addConnectionSource(String, Map<String, Object>) - Method in ConnectionSources
-
- addConnectionSource(String, PropertyResolver) - Method in InMemoryConnectionSources
-
- addConnectionSource(String, Map<String, Object>) - Method in MongoConnectionSources
-
- addConnectionSource(String, PropertyResolver) - Method in SingletonConnectionSources
-
- addConnectionSource(String, PropertyResolver) - Method in StaticConnectionSources
-
- addEntityValidator(PersistentEntity, Validator) - Method in AbstractMappingContext
-
Adds a validator for an entity
- addEntityValidator(PersistentEntity, Validator) - Method in MappingContext
-
Adds a validator to be used by the entity for validation
- addExcludedListenerName(String) - Method in AbstractPersistenceEvent
-
- addExternalPersistentEntity(Class) - Method in AbstractMappingContext
-
Adds an external PersistentEntity instance, one that is not managed and persisted by this context
- addExternalPersistentEntity(Class) - Method in MappingContext
-
Adds a persistent entity that is not mapped by this MappingContext instance.
- addInstanceMethods(PersistentEntity, boolean) - Method in GormEnhancer
-
- addListener(ConnectionSourcesListener<T, S>) - Method in AbstractConnectionSources
-
- addListener(ConnectionSourcesListener<T, S>) - Method in ConnectionSources
-
Adds a listener
- addMappingContextListener(Listener) - Method in AbstractMappingContext
-
- addMappingContextListener(MappingContext.Listener) - Method in MappingContext
-
Adds a new mapping context listener instance
- addMultiTenantFilterIfNecessary(FindIterable<FT>) - Method in MongoStaticApi
-
- addPendingDelete(PendingDelete) - Method in AbstractSession
-
- addPendingInsert(PendingInsert) - Method in AbstractSession
-
- addPendingInsert(PendingInsert) - Method in SessionImplementor
-
Adds a pending insert operation
- addPendingUpdate(PendingUpdate) - Method in AbstractSession
-
- addPendingUpdate(PendingUpdate) - Method in SessionImplementor
-
Adds a pending update operation
- addPersistentEntities(Class) - Method in AbstractMappingContext
-
- addPersistentEntities(Class) - Method in MappingContext
-
Adds several PersistentEntity instances
- addPersistentEntity(Class) - Method in AbstractMappingContext
-
Adds a PersistentEntity instance
- addPersistentEntity(Class, boolean) - Method in MappingContext
-
Adds a PersistentEntity instance
- addPostFlushOperation(Runnable) - Method in AbstractSession
-
- addPostFlushOperation(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(Session) - Method in SessionHolder
-
- addStaticMethods(PersistentEntity, boolean) - Method in GormEnhancer
-
- addTo(String, Object) - Method in GormEntity
-
Adds the given value to given association ensuring both sides are correctly associated
- addToCriteria(Criterion) - Method in AbstractCriteriaBuilder
-
- addTransformedEntityName(String) - Method in AstUtils
-
@param name Adds the name of a transformed entity
- addTypeConverter(Converter) - Method in AbstractMappingContext
-
- addTypeConverter(Converter) - Method in MappingContext
-
Add a converter used to convert property values to and from the datastore
- afterCommit() - Method in SpringSessionSynchronization
-
- afterCompletion(int) - Method in SpringSessionSynchronization
-
- afterDelete(PersistentEntity, EntityAccess, PostDeleteEvent) - Method in DomainEventListener
-
- afterInsert(PersistentEntity, EntityAccess, PostInsertEvent) - Method in DomainEventListener
-
- afterLoad(PersistentEntity, EntityAccess, PostLoadEvent) - Method in DomainEventListener
-
- afterPropertiesSet() - Method in MongoClientFactoryBean
-
- afterPropertiesSet() - Method in MongoClientOptionsFactoryBean
-
- afterUpdate(PersistentEntity, EntityAccess, PostUpdateEvent) - Method in DomainEventListener
-
- aggregate(List, AggregationOptions, ReadPreference) - Method in MongoEntity
-
Execute a MongoDB aggregation pipeline.
- aggregate(DBCollection, List<? extends Map>, AggregationOptions) - Method in MongoExtensions
-
- aggregate(List, AggregationOptions, ReadPreference) - Method in MongoStaticApi
-
- aggregate(List, AggregationOptions, ReadPreference) - Method in MongoStaticOperations
-
Execute a MongoDB aggregation pipeline.
- AggregateTimestampProvider - Class in org.grails.datastore.gorm.timestamp
***************************************************************************
Copyright 2014 original authors
- alias - Field in AbstractDetachedCriteria
-
- aliases - Field in DetachedCriteriaTransformer
-
- aliasExpressions - Field in DetachedCriteriaTransformer
-
- ALL - Field in ConnectionSource
-
Constance for a mapping to all connection sources
- 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 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
- allowArbitraryCustomTypes() - Method in MappingFactory
-
- allQualifiers(Datastore, 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(Closure) - Method in AbstractCriteriaBuilder
-
- and(Closure) - Method in AbstractDetachedCriteria
-
Handles a conjunction
- and(Closure) - Method in Criteria
-
Creates a logical conjunction
- and(Closure) - Method in DetachedCriteria
-
- AND_OPERATOR - Field in BsonQuery
-
- AND_OPERATOR - Field in DetachedCriteriaTransformer
-
- and(Query.Criterion, Query.Criterion) - Method in Query
-
Creates a conjunction using two specified criterion
- and(Criterion, Criterion) - Method in Restrictions
-
- apiDelegate - Field in MethodInvokingClosure
-
- appendCriteriaForOperator(StringBuilder, String, String, int, String, boolean) - Method in JpaQueryBuilder
-
- appendOrder(StringBuilder, String) - Method in JpaQueryBuilder
-
- appliesToDatastore(Datastore, PersistentEntity) - Method in GormEnhancer
-
- applyAdditionalCriteria(Query, Closure) - Method in AbstractFinder
-
- applyConnectionString(def) - Method in MongoConnectionSourceSettingsBuilder
-
- applyCredentials(def) - Method in MongoConnectionSourceSettingsBuilder
-
- applyDetachedCriteria(Query, AbstractDetachedCriteria) - Method in DynamicFinder
-
- ApplyDetachedCriteriaTransform - Annotation Type in org.grails.datastore.gorm.query.transform
Used only for testing
- applyLazyCriteria() - Method in AbstractDetachedCriteria
-
- applyLazyCriteria() - Method in DetachedCriteria
-
- applyOrder(List, Order) - Method in ManualEntityOrdering
-
- applySortForMap(Query, Map, boolean) - Method in DynamicFinder
-
- areAssociationsDirty(Session, PersistentEntity, Object) - Method in DirtyCheckingSupport
-
Checks whether associations are dirty
- areCollectionsEqual(Object, Object) - Method in NativeEntryEntityPersister
-
- areEqual(Object, Object, String) - Method in NativeEntryEntityPersister
-
- ARGUMENT_CACHE - Field in DynamicFinder
-
- 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(Map) - Method in MongoCriteriaBuilder
-
- argumentsRequired - Field in MethodExpression
-
- asArray() - Method in Point
-
@return An array representation of the point
- asBoolean(Closure) - Method in DetachedCriteria
-
Counts the number of records returned by the query
- asBoolean() - Method in EventTriggerCaller
-
- asc(String) - Method in Query.Order
-
Creates a new order for the given property in ascending order
- asList() - Method in Box
-
Converts the Polygon to a multi-dimensional list of coordinates.
- asList() - Method in Circle
-
@return 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
-
@return 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
-
- Association - Class in org.grails.datastore.mapping.model.types
Models an association between one class and another
- Association(PersistentEntity, MappingContext, String, Class) - Constructor in Association
-
- 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
-
- AssociationQuery - Class in org.grails.datastore.mapping.query
Used to capture the metadata for a query on an associated object.
- AssociationQuery(Session, PersistentEntity, 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(Session, AssociationQueryExecutor, Serializable) - Constructor in AssociationQueryProxyHandler
-
- associations - Field in AbstractPersistentEntity
-
- associationtoString(String, Association) - Method in MappingFactory
-
- AstUtils - Class in org.grails.datastore.mapping.reflect
Utility methods for dealing with Groovy ASTs
- asType(FindIterable, Class<T>) - Method in MongoExtensions
-
- AsyncQuery - Class in org.grails.datastore.gorm.async
- AsyncQuery(GormOperations<E>) - Constructor in AsyncQuery
-
- attach(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(Object) - Method in Session
-
Attaches an object the current session
- attach(D) - Method in TenantDelegatingGormOperations
-
- ATTACHED - Field in GormProperties
-
- Attribute - Class in org.grails.datastore.mapping.document.config
Configures how a Java property maps to a Document attribute
- attributes - Field in AbstractAttributeStoringSession
-
- attributes(Map<String, Object>) - Method in DynamicAttributes
-
Obtain the dynamic attributes combined with the provided attributes
- AutoTimestampEventListener - Class in org.grails.datastore.gorm.events
An event listener that adds support for GORM-style auto-timestamping
- AutoTimestampEventListener(MappingContext) - Constructor in AutoTimestampEventListener
-
- autoTimestampEventListener - Field in MongoDatastore
-
- autowireBeanProperties(Object) - Method in DomainEventListener
-
- AVERAGE_OPERATOR - Field in BsonQuery
-
- avg(String) - Method in AbstractCriteriaBuilder
-
Computes the average value of a property
- avg(String) - Method in AbstractDetachedCriteria
-
Adds a avg projection
- avg(String) - Method in AbstractDetachedCriteria.DetachedProjections
-
- avg(String) - Method in DetachedCriteria
-
Adds a avg projection
- avg(String) - Method in ProjectionList
-
Computes the average value of a property
- avg(String) - Method in Projections
-
Computes the average value of a property
- avg(String) - Method in Query.ProjectionList
-
Computes the average value of a property
- 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(PersistentEntity, Serializable, Collection, String) - Method in AbstractSession
-
- cacheCollection(PersistentEntity, Serializable, Collection, String) - Method in SessionImplementor
-
Caches a collection
- cachedClassProperties - Field in DetachedCriteriaTransformer
-
- cacheEmbeddedEntry(PersistentEntity, Serializable, T) - Method in NativeEntryEntityPersister
-
- cacheEntry(Serializable, Object, Map<Serializable, Object>, boolean) - Method in AbstractSession
-
- cacheEntry(Serializable, T) - Method in HashMapTPCacheAdapter
-
- cacheEntry(Serializable, Object, Map<Serializable, Object>, boolean) - Method in MongoSession
-
- cacheEntry(PersistentEntity, Serializable, T) - Method in SessionImplementor
-
Caches a native entry
- cacheEntry(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(Throwable) - Constructor in CacheException
-
- cacheInstance(Class, Serializable, Object) - Method in AbstractSession
-
- cacheInstance(Class, Serializable, Object) - Method in SessionImplementor
-
Caches an instance
- cacheNativeEntry(PersistentEntity, Serializable, T) - Method in NativeEntryEntityPersister
-
- cacheObject(Serializable, Object) - Method in AbstractSession
-
- call(Object, List<?>) - Method in BeforeValidateHelper.BeforeValidateEventTriggerCaller
-
- call(Object, Object) - Method in EventTriggerCaller
-
- call(Object) - Method in InstanceMethodInvokingClosure
-
- call(Object) - Method in MethodInvokingClosure
-
- call(Object) - Method in NamedCriteriaProxy
-
- call(Object) - Method in StaticMethodInvokingClosure
-
- cancel() - Method in AbstractPersistenceEvent
-
- cancelDelete(PersistentEntity, EntityAccess) - Method in EntityPersister
-
Fire the beforeDelete event on an entityAccess object and return true if the operation should be cancelled
- cancelInsert(PersistentEntity, EntityAccess) - Method in EntityPersister
-
Fire the beforeInsert even on an entityAccess object and return true if the operation should be cancelled
- cancelLoad(PersistentEntity, EntityAccess) - Method in EntityPersister
-
Fire the beforeDelete event on an entityAccess object and return true if the operation should be cancelled
- cancelUpdate(PersistentEntity, EntityAccess) - Method in EntityPersister
-
Fire the beforeUpdate event on an entityAccess object and return true if the operation should be cancelled
- canConvert(TypeDescriptor, TypeDescriptor) - Method in DefaultConversionService
-
- CANDIDATE_METHODS_WHERE_ONLY - Field in DetachedCriteriaTransformer
-
- capitalize(String) - Method in NameUtils
-
Converts a property name to class name according to the JavaBean convention
- cascadeAfterDelete(PersistentEntity, EntityAccess, K, Object) - Method in NativeEntryEntityPersister
-
Delete many-to-ones after owner delete.
- cascadeBeforeDelete(PersistentEntity, EntityAccess, K, Object) - Method in NativeEntryEntityPersister
-
Delete collections before owner delete.
- cascadeDeleteCollection(EntityAccess, Association) - Method in AbstractMongoObectEntityPersister
-
- cascadeDeleteCollection(EntityAccess, Association) - Method in NativeEntryEntityPersister
-
- 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_OPERATOR - Field in MongoQuery
-
- 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(Point, double) - Constructor in Circle
-
Construct a circle for the given center
Point and radius
- CircleType - Class in org.grails.datastore.gorm.mongo.geo
A custom type for persisting
Circle instances
- CircleType() - Constructor in CircleType
-
- CLASS - Field in GormProperties
-
- classLoader - Field in AbstractDatastoreInitializer
-
- 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
-
- ClassPropertyFetcher - Class in org.grails.datastore.mapping.reflect
Reads the properties of a class in an optimized manner avoiding exceptions.
- ClassPropertyFetcher.ReferenceInstanceCallback - Interface in org.grails.datastore.mapping.reflect
- 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(Object) - Method in AbstractSession
-
- clear() - Method in DirtyCheckingCollection
-
- clear() - Method in DirtyCheckingMap
-
- clear() - Method in PagedResultList
-
- clear() - Method in PropertyResolverMap
-
- clear(Object) - Method in Session
-
Clear a specific object
- clearCache() - Method in ClassPropertyFetcher
-
- 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(String) - Method in AbstractAttributeStoringSession
-
Clear a property in a session.
- clearSessionProperty(String) - Method in Session
-
Clear a property in a session.
- clone() - Method in AbstractDetachedCriteria
-
- clone() - Method in DetachedCriteria
-
- clone() - Method in Property
-
- clone() - Method in Query
-
- cloneAnnotation(AnnotationNode) - Method in AstUtils
-
- 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 MongoDatastore
-
- close() - Method in MongoQuery.AggregatedResultList
-
- close() - Method in MongoQuery.MongoResultList
-
- closed - Field in DefaultConnectionSource
-
- closeSession(Session) - Method in DatastoreUtils
-
Perform actual closing of the Session,
catching and logging any cleanup exceptions thrown.
- closeSessionOrRegisterDeferredClose(Session, 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_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(Codec, MappingContext) - Constructor in CodecCustomTypeMarshaller
-
- codecEngine - Field in MongoDatastore
-
- CodecExtensions - Class in org.grails.datastore.bson.codecs
Additional org.bson.codecs.Codec extensions.
- CodecExtensions.CurrencyCodec - Class in org.grails.datastore.bson.codecs
- CodecExtensions.GStringCodec - Class in org.grails.datastore.bson.codecs
- CodecExtensions.IntRangeCodec - Class in org.grails.datastore.bson.codecs
- CodecExtensions.ListCodec - Class in org.grails.datastore.bson.codecs
- CodecExtensions.LocaleCodec - Class in org.grails.datastore.bson.codecs
- CodecExtensions.MapCodec - Class in org.grails.datastore.bson.codecs
- 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(CodecRegistry) - Constructor in CodecRegistryEmbeddedQueryEncoder
-
- CodecRegistryProvider - Interface in org.grails.datastore.bson.codecs
An interface for objects that provide a codec registry
- Collection - Class in org.grails.datastore.mapping.document.config
Configures how an entity is mapped onto a Document collection
- collection - Field in AbstractPersistentCollection
-
- collectMappedClasses(String) - Method in AbstractDatastoreInitializer
-
- ColumnDatastore - Interface in org.grails.datastore.mapping.column
@author Guillaume Laforge
- commit() - Method in SessionOnlyTransaction
-
- commit() - Method in Transaction
-
Commit the transaction.
- comparator() - Method in PersistentSortedSet
-
- compilationUnit - Field in DirtyCheckingTransformer
-
- compilationUnit - Field in GormEntityTransformation
-
- ConfigurableApplicationContextEventPublisher - Class in org.grails.datastore.gorm.events
Bridge to Spring ApplicationContext event publishing
- ConfigurableApplicationContextEventPublisher(ConfigurableApplicationContext) - Constructor in ConfigurableApplicationContextEventPublisher
-
- ConfigurableApplicationEventPublisher - Interface in org.grails.datastore.gorm.events
An org.springframework.context.ApplicationEventPublisher that is configurable with new listeners
- configuration - Field in AbstractConnectionSources
-
- CONFIGURATION_PREFIX - Field in AbstractMappingContext
-
- ConfigurationBuilder - Class in org.grails.datastore.mapping.config
A generic configuration builder that implementors can implement to construct the configuration from the source org.springframework.core.env.PropertyResolver
- ConfigurationBuilder(PropertyResolver, String, Object, String) - Constructor in ConfigurationBuilder
-
@param propertyResolver The property resolver
- ConfigurationException - Class in org.grails.datastore.mapping.core.exceptions
An exception thrown if a configuration error occurs
- ConfigurationException(String, Throwable) - Constructor in ConfigurationException
-
- ConfigurationUtils - Class in org.grails.datastore.mapping.config
Utility methods for configuration
- configure() - Method in AbstractDatastoreInitializer
-
Configures for an existing Mongo instance
- configure(PropertyResolver) - Method in AbstractMappingContext
-
- configure() - Method in DynamicMethodsConfigurer
-
- configure() - Method in MongoDbDataStoreSpringInitializer
-
Configures for an existing Mongo instance
- configureForBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in AbstractDatastoreInitializer
-
Configures an existing BeanDefinitionRegistry
- configureQueryWithArguments(Class, Query, Object) - Method in DynamicFinder
-
- configureSpring(Closure) - Method in SpringConfigurer
-
- ConfigUtils - Class in org.grails.datastore.mapping.config.utils
@author Graeme Rocher
- conjunction() - Method in Query
-
Creates a conjunction (AND) query
- connect(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(String) - Method in Entity
-
Sets the datastore to use
- connectionDetails - Field in AbstractDatastore
-
- ConnectionNotFoundException - Class in org.grails.datastore.mapping.core
Thrown when a session cannot be located.
- ConnectionNotFoundException(String) - Constructor in ConnectionNotFoundException
-
- connections(List<String>) - Method in Entity
-
Sets the connection to use
- ConnectionSource - Interface in org.grails.datastore.mapping.core.connections
Represents a connection source, which could be a SQL DataSource, a MongoClient etc.
- ConnectionSourceFactory - Interface in org.grails.datastore.mapping.core.connections
- 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
-
- 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.DefaultSettings - Class in org.grails.datastore.mapping.core.connections
Represents the default settings
- ConnectionSourceSettingsBuilder - Class in org.grails.datastore.mapping.core.connections
Builder for the default settings
- ConnectionSourceSettingsBuilder(PropertyResolver, String) - Constructor in ConnectionSourceSettingsBuilder
-
- ConnectionSourcesInitializer - Class in org.grails.datastore.mapping.core.connections
- 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 - Field in GormProperties
-
- contains(Object) - Method in AbstractPersistentCollection
-
- contains(Object) - Method in AbstractSession
-
- contains(Object) - Method in PagedResultList
-
- contains(Object) - Method in Session
-
Whether the object is contained within the first level cache
- containsAll(Collection) - Method in AbstractPersistentCollection
-
- containsAll(Collection<?>) - Method in PagedResultList
-
- containsKey(Object) - Method in PropertyResolverMap
-
- containsRegisteredBean(Object, BeanDefinitionRegistry, String) - Method in AbstractDatastoreInitializer
-
- containsSession(Session) - Method in SessionHolder
-
- containsValue(Object) - Method in PropertyResolverMap
-
- context - Field in AbstractClassMapping
-
- context - Field in AbstractPersistentEntity
-
- context - Field in AbstractPersistentProperty
-
- conversionService - Field in AbstractMappingContext
-
- convert(byte[]) - Method in ByteArrayToStringConverter
-
- convert(Object, TypeDescriptor, TypeDescriptor) - Method in DefaultConversionService
-
- convert(Double) - Method in DoubleToFloatConverter
-
- convert(int[]) - Method in IntArrayToIntegerArrayConverter
-
- convert(Integer) - Method in IntegerToByteConverter
-
- convert(Integer) - Method in IntegerToShortConverter
-
- convert(long[]) - Method in LongArrayToLongArrayConverter
-
- convert(String) - Method in StringToBigDecimalConverter
-
- convert(String) - Method in StringToBigIntegerConverter
-
- convert(String) - Method in StringToByteArrayConverter
-
- convert(String) - Method in StringToCurrencyConverter
-
- convert(String) - Method in StringToLocaleConverter
-
- convert(String) - Method in StringToShortConverter
-
- convert(String) - Method in StringToTimeZoneConverter
-
- convert(String) - Method in StringToURLConverter
-
- convertArgumentList(Collection) - Method in AbstractDetachedCriteria
-
- convertArguments(PersistentEntity) - Method in MethodExpression
-
- convertArguments(PersistentEntity) - Method in MethodExpression.InList
-
- convertArguments(PersistentEntity) - Method in MethodExpression.InRange
-
- convertBasicEntryValue(PersistentEntity, Basic, Object) - Method in NativeEntryEntityPersister
-
Convert a Basic (collection-style) property native entry value taken from an entity into the target property
type.
- convertDBObject(Object) - Method in MongoQuery.MongoResultList
-
- convertIdentityIfNecessasry(PersistentProperty, Serializable) - Method in AbstractSession
-
- convertIdIfNecessary(PersistentEntity, Serializable) - Method in NativeEntryEntityPersister
-
- convertObject(Object) - Method in AbstractResultList
-
- convertObject(Object) - Method in MongoQuery.MongoResultList
-
- convertToGeoDocument(Shape) - Method in GeoJSONType
-
- convertToNativeKey(Serializable) - Method in NativeEntryEntityPersister
-
Subclasses should override to provide any conversion necessary to convert to a nativeKey
- COORDINATES - Field in GeoJSONType
-
- copyAnnotations(AnnotatedNode, AnnotatedNode, Set<String>, Set<String>) - Method in AstUtils
-
- copyParameters(Map<String, ClassNode>, Parameter, List<String>) - Method in AstUtils
-
- count() - Method in AbstractCriteriaBuilder
-
Count the number of records returned
- count() - Method in AbstractDetachedCriteria.DetachedProjections
-
- count(Closure) - Method in CriteriaBuilder
-
Defines and executes a count query in a single call.
- count(Closure) - Method in DetachedCriteria
-
Counts the number of records returned by the query
- count() - Method in GormEntity
-
Counts the number of persisted entities
- count(Map, 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(DBCollection, Map, ReadPreference) - Method in MongoExtensions
-
- count(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(MappingContext) - Constructor in CountByFinder
-
- countDistinct(String) - Method in AbstractCriteriaBuilder
-
Projection that signifies to count distinct results
- countDistinct(String) - Method in AbstractDetachedCriteria.DetachedProjections
-
- countDistinct(Collection, String) - Method in ManualProjections
-
Counts the number of distinct values
- countDistinct(String) - Method in ProjectionList
-
Count the number of records returned
- countDistinct(String) - Method in Projections
-
Projection that signifies to return only distinct results
- countDistinct(String) - Method in Query.ProjectionList
-
- countHits(String) - Method in MongoEntity
-
Counts the number of hits
- countHits(String) - Method in MongoStaticApi
-
- countHits(String) - Method in MongoStaticOperations
-
Counts the number of hits
- create(String, PropertyResolver, F) - Method in AbstractConnectionSourceFactory
-
- create(String, PropertyResolver, F) - Method in ConnectionSourceFactory
-
- create(ConnectionSourceFactory<T, S>, PropertyResolver) - Method in ConnectionSourcesInitializer
-
- create(ClassLoader) - Method in DataSourceBuilder
-
- create(String, 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(String, MongoConnectionSourceSettings) - Method in MongoConnectionSourceFactory
-
- create(String, S) - Method in SingletonConnectionSources.NullConnectionFactory
-
- create(String, DataSourceSettings) - Method in SpringDataSourceConnectionSourceFactory
-
- create() - Method in TenantDelegatingGormOperations
-
- createAggregateBeanDefinition(ManagedList) - Method in PersistenceContextInterceptorAggregator
-
- createAggregatePersistenceContextInterceptorOnDemand(BeanDefinitionRegistry) - Method in PersistenceContextInterceptorAggregator
-
- createAlias(String, String) - Method in AbstractDetachedCriteria
-
If the underlying datastore supports aliases, then an alias is created for the given association
- createBasicCollection(PersistentEntity, MappingContext, PropertyDescriptor) - Method in MappingFactory
-
- createBsonQuery(CodecRegistry, 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(MongoDatabase, String, Map<String, Object>) - Method in MongoExtensions
-
- createCollection() - Method in PersistentSet
-
- createConcreteCollection(Class) - Method in MappingUtils
-
Creates a concrete collection for the supplied interface
- createConfigurationBuilder(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
-
@return Custom MongoDB criteria builder
- createCriteria() - Method in MongoStaticApi
-
- createCriteria() - Method in MongoStaticOperations
-
@return Custom MongoDB criteria builder
- createCriteria() - Method in TenantDelegatingGormOperations
-
- 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.Rlike
-
- createCriterion() - Method in Near
-
- createCriterion() - Method in NearSphere
-
- createCriterion() - Method in WithinBox
-
- createCriterion() - Method in WithinCircle
-
- createCriterion() - Method in WithinPolygon
-
- createCustom(PersistentEntity, MappingContext, PropertyDescriptor) - Method in MappingFactory
-
Creates a custom prpoerty type
- createDBObjectWithKey(Object) - Method in MongoEntityPersister
-
- createDefaultConnectionSources(MongoClient, PropertyResolver, MongoMappingContext) - Method in MongoDatastore
-
Creates the connection sources for an existing com.mongodb.MongoClient
- createDefaultIdentityMapping(ClassMapping, T) - Method in MappingFactory
-
- createDocumentMappingFactory(Closure) - Method in DocumentMappingContext
-
- createDocumentMappingFactory(Closure) - Method in MongoMappingContext
-
- createDynamicFinders(Datastore) - Method in GormEnhancer
-
- createEmbedded(PersistentEntity, MappingContext, PropertyDescriptor) - Method in MappingFactory
-
Creates an
Embedded type used to model an embedded association (composition)
- createEmbeddedCacheEntryKey(Object) - Method in NativeEntryEntityPersister
-
- createEmbeddedCollection(PersistentEntity, MappingContext, PropertyDescriptor) - Method in MappingFactory
-
Creates an
EmbeddedCollection type used to model an embedded collection association (composition).
- createEmbeddedEntity(Class) - Method in AbstractMappingContext
-
- createEmbeddedEntity(Class) - Method in MappingContext
-
- createEmbeddedEntity(Class) - Method in MongoMappingContext
-
- createEmbeddedEntityCodec(CodecRegistry, PersistentEntity) - Method in EmbeddedCollectionDecoder
-
- createEmbeddedEntityCodec(CodecRegistry, PersistentEntity) - Method in EmbeddedCollectionEncoder
-
- createEmbeddedEntityCodec(CodecRegistry, PersistentEntity) - Method in EmbeddedDecoder
-
- createEmbeddedEntityCodec(CodecRegistry, PersistentEntity) - Method in EmbeddedEncoder
-
- createEnhancer() - Method in DynamicMethodsConfigurer
-
- createEntityAccess(PersistentEntity, Object) - Method in AbstractMappingContext
-
- createEntityAccess(PersistentEntity, Object) - Method in AbstractSession
-
- createEntityAccess(PersistentEntity, def) - Method in BsonPersistentEntityCodec
-
- createEntityAccess(PersistentEntity, Object) - Method in EntityPersister
-
- createEntityAccess(PersistentEntity, Object) - Method in MappingContext
-
Creates an
EntityAccess instance for the given entity and instance of said entity
- createEntityAccess(PersistentEntity, Object) - Method in MongoCodecEntityPersister
-
- createEntityAccess(PersistentEntity, Object, T) - Method in NativeEntryEntityPersister
-
- createEntityAccess(PersistentEntity, Object) - Method in SessionImplementor
-
- createFinderInvocation(Class, String, Closure, Object) - Method in DynamicFinder
-
- createFromCoords(List<List<Double>>) - Method in GeoJSONType
-
- createFromCoords(List<List<Double>>) - Method in LineStringType
-
- createFromCoords(List) - Method in MultiLineStringType
-
- createFromCoords(List) - Method in MultiPointType
-
- createFromCoords(List) - Method in MultiPolygonType
-
- createFromCoords(List) - Method in PointType
-
- createFromCoords(List) - Method in PolygonType
-
- createFromCoords(List) - Method in ShapeType
-
- createGormInstanceApi(Class) - Method in DynamicMethodsConfigurer
-
- createGormStaticApi(Class, List<FinderMethod>) - Method in DynamicMethodsConfigurer
-
- createIdentity(PersistentEntity, MappingContext, PropertyDescriptor) - Method in MappingFactory
-
Creates an identifier property
- createIdentityMapping(ClassMapping) - Method in AbstractGormMappingFactory
-
- createIdentityMapping(ClassMapping) - Method in MappingFactory
-
- createIdQuery(Object) - Method in MongoCodecEntityPersister
-
- createIndex(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
-
- createInstanceCacheEntryKey(Object) - Method in AbstractMongoObectEntityPersister
-
- createManyToMany(PersistentEntity, MappingContext, PropertyDescriptor) - Method in MappingFactory
-
Creates a
ManyToMany type used to model a many-to-many association between entities
- createManyToOne(PersistentEntity, MappingContext, PropertyDescriptor) - Method in MappingFactory
-
Creates a many-to-one association type used for a mapping a many-to-one association between entities
- createMappedForm(PersistentProperty) - Method in AbstractGormMappingFactory
-
- createMappedForm(PersistentProperty) - Method in GormKeyValueMappingFactory
-
- createMappedForm(PersistentProperty) - Method in KeyValueMappingFactory
-
- createMappedForm(PersistentProperty) - Method in MappingFactory
-
Creates the mapped form of a PersistentProperty instance
- createMappingContext(PropertyResolver, Class) - Method in MongoDatastore
-
- createMarkDirtyMethodCall(MethodNode, String, Variable) - Method in DirtyCheckingTransformer
-
- createMethodHandler(Session, Class, Class, Serializable) - Method in JavassistProxyFactory
-
- createMongoClient(PropertyResolver, Builder, MongoMappingContext) - Method in MongoDatastore
-
- createMongoClient() - Method in MongoSpec
-
@return The default mongo client
- createNamedQuery(Class, String, Object) - Method in GormEnhancer
-
Finds a named query for the given entity
- createNativeObjectForEmbedded(Association, Object) - Method in NativeEntryEntityPersister
-
- createNewEntry(String) - Method in MongoEntityPersister
-
- createNewEntry(String, Object) - Method in NativeEntryEntityPersister
-
Creates a new entry for the given family.
- createObjectFromEmbeddedNativeEntry(PersistentEntity, T) - Method in NativeEntryEntityPersister
-
- createObjectFromNativeEntry(PersistentEntity, Serializable, T) - Method in NativeEntryEntityPersister
-
- createOneToMany(PersistentEntity, MappingContext, PropertyDescriptor) - Method in MappingFactory
-
Creates a
OneToMany type used to model a one-to-many association between entities
- createOneToOne(PersistentEntity, MappingContext, PropertyDescriptor) - Method in MappingFactory
-
Creates a one-to-one association type used for mapping a one-to-one association between entities
- createPersistentEntity(Class, boolean) - Method in AbstractMappingContext
-
- createPersistentEntity(Class, boolean) - Method in DocumentMappingContext
-
- createPersistentEntity(Class, boolean) - Method in KeyValueMappingContext
-
- createPersister(Class, MappingContext) - Method in AbstractSession
-
- createPersister(Class, MappingContext) - Method in MongoCodecSession
-
- createPersister(Class, MappingContext) - Method in MongoSession
-
- createPropertyMapping(PersistentProperty<T>, PersistentEntity) - Method in MappingFactory
-
- createPropertyResolver(Map<String, Object>) - Method in DatastoreUtils
-
Creates a org.springframework.core.env.PropertyResolver from the given configuration
- createProxiedInstance(Session, Class, Class, Serializable) - Method in JavassistProxyFactory
-
- createProxy(Session, AssociationQueryExecutor<K, T>, K) - Method in GroovyProxyFactory
-
- createProxy(Session, AssociationQueryExecutor<K, T>, K) - Method in JavassistProxyFactory
-
- createProxy(Session, AssociationQueryExecutor<K, T>, K) - Method in ProxyFactory
-
Creates a proxy
- createQuery(Class) - Method in AbstractSession
-
- createQuery() - Method in MongoCodecEntityPersister
-
- createQuery() - Method in MongoEntityPersister
-
- createQuery(Class) - Method in MongoSession
-
- createQuery() - Method in Persister
-
Creates a query for the entity
- createQuery(String) - Method in Query
-
Creates an association query
- createQuery(Class, String) - Method in QueryAliasAwareSession
-
Creates a query instance for the give type
- createQuery(Class) - Method in QueryCreator
-
Creates a query instance for the give type
- createQuery(Class) - Method in Session
-
Creates a query instance for the give type
- createQueryObject(PersistentEntity) - Method in MongoQuery
-
- createRuntime(String, PropertyResolver, S) - Method in AbstractConnectionSourceFactory
-
- createRuntime(String, PropertyResolver, S) - Method in ConnectionSourceFactory
-
Creates a connection at runtime.
- createSchema(Connection, String) - Method in DefaultSchemaHandler
-
- createSchema(Connection, String) - Method in SchemaHandler
-
Creates the given schema.
- createSession(PropertyResolver) - Method in AbstractDatastore
-
Creates the native session
- createSession(PropertyResolver) - Method in MongoDatastore
-
- createSetAndUnsetDoc(Document) - Method in MongoSession
-
- createSimple(PersistentEntity, MappingContext, PropertyDescriptor) - Method in MappingFactory
-
Creates a simple property type used for mapping basic types such as String, long, integer etc.
- createStatelessSession(PropertyResolver) - Method in AbstractDatastore
-
Creates the native stateless session
- createStatelessSession(PropertyResolver) - Method in MongoDatastore
-
- createTenantId(PersistentEntity, MappingContext, PropertyDescriptor) - Method in MappingFactory
-
Creates the tenant identifier property
- createTimestamp(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(def) - Method in GormValidationApi
-
- 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(Class, Session, Query) - Constructor in CriteriaBuilder
-
- currentClassNode - Field in DetachedCriteriaTransformer
-
- currentId(Class<? extends Datastore>) - Method in Tenants
-
@return The current tenant id for the given datastore type
- currentlyInitializing() - Method in AbstractPersistentCollection
-
- currentTimeMillis() - Method in DefaultTimestampProvider
-
- currentTransaction(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(PersistentEntity, MappingContext, String, Class<?>, CustomTypeMarshaller<?, ?, ?>) - Constructor in Custom
-
- CustomTypeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding {@Custom} types
- CustomTypeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding {@Custom} types
- 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.
- DatabaseDriver - Enum in org.grails.datastore.gorm.jdbc
Enumeration of common database drivers.
- databaseName - Field in MongoDbDataStoreSpringInitializer
-
- datasource(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(ClassLoader) - Constructor in DataSourceBuilder
-
- DataSourceConnectionSource - Class in org.grails.datastore.gorm.jdbc.connections
- DataSourceConnectionSource(String, DataSource, DataSourceSettings) - Constructor in DataSourceConnectionSource
-
- DataSourceConnectionSourceFactory - Class in org.grails.datastore.gorm.jdbc.connections
- DataSourceSettings - Class in org.grails.datastore.gorm.jdbc.connections
DataSource settings
- DataSourceSettingsBuilder - Class in org.grails.datastore.gorm.jdbc.connections
- DataSourceSettingsBuilder(PropertyResolver, String, 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 - Field in MultiTenantEventListener
-
- DATASTORE_TYPE - Field in MongoDbDataStoreSpringInitializer
-
- 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(String, Throwable) - Constructor in DatastoreConfigurationException
-
- DatastoreEnvironment - Class in org.grails.datastore.mapping.config
An environment for GORM
- DatastoreException - Class in org.grails.datastore.mapping.core
General exception for errors related to the configuration
of the Datastore
- DatastoreException(String, Throwable) - Constructor in DatastoreException
-
- DatastoreInitializedEvent - Class in org.grails.datastore.mapping.engine.event
Fired when the datastore is initialised
- DatastoreInitializedEvent(Object) - Constructor in DatastoreInitializedEvent
-
- datastoresByConnectionSource - Field in MongoDatastore
-
- 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 - Field in GormProperties
-
- DATE_CREATED_PROPERTY - Field in AutoTimestampEventListener
-
- DB_REF_ID_FIELD - Field in PersistentEntityCodec
-
- decapitalize(String) - Method in NameUtils
-
Converts class name to property name using JavaBean decaplization
- declaredWriteConcerns - Field in AbstractMongoSession
-
- decode(Class<T>, Object) - Method in AbstractMongoSession
-
Decodes the given entity type from the given native object type
- decode(BsonReader, Basic, EntityAccess, DecoderContext, CodecRegistry) - Method in BasicCollectionTypeDecoder
-
- decode(BsonReader, DecoderContext) - Method in BsonPersistentEntityCodec
-
- decode(BsonReader, DecoderContext) - Method in CodecExtensions.CurrencyCodec
-
- decode(BsonReader, DecoderContext) - Method in CodecExtensions.GStringCodec
-
- decode(BsonReader, DecoderContext) - Method in CodecExtensions.IntRangeCodec
-
- decode(BsonReader, DecoderContext) - Method in CodecExtensions.ListCodec
-
- decode(BsonReader, DecoderContext) - Method in CodecExtensions.LocaleCodec
-
- decode(BsonReader, DecoderContext) - Method in CodecExtensions.MapCodec
-
- decode(CodecRegistry, BsonReader, DecoderContext, CustomTypeMarshaller, PersistentProperty, EntityAccess) - Method in CustomTypeDecoder
-
- decode(BsonReader, EmbeddedCollection, EntityAccess, DecoderContext, CodecRegistry) - Method in EmbeddedCollectionDecoder
-
- decode(BsonReader, Embedded, EntityAccess, DecoderContext, CodecRegistry) - Method in EmbeddedDecoder
-
- decode(BsonReader, Identity, EntityAccess, DecoderContext, CodecRegistry) - Method in IdentityDecoder
-
- decode(BsonReader, Identity, EntityAccess) - Method in IdentityDecoder.IdentityTypeDecoder
-
- decode(Class, Object) - Method in MongoCodecSession
-
- decode(Class, Object) - Method in MongoSession
-
- decode(BsonReader, Association, EntityAccess, DecoderContext, CodecRegistry) - Method in PersistentEntityCodec.OneToManyDecoder
-
- decode(BsonReader, ToOne, EntityAccess, DecoderContext, CodecRegistry) - Method in PersistentEntityCodec.ToOneDecoder
-
- decode(BsonReader, T, EntityAccess, DecoderContext, CodecRegistry) - Method in PropertyDecoder
-
Decodes a persistent property using the given reader
- decode(BsonReader, Simple, EntityAccess, DecoderContext, CodecRegistry) - Method in SimpleDecoder
-
- decode(BsonReader, PersistentProperty, EntityAccess) - Method in SimpleDecoder.TypeDecoder
-
- decode(BsonReader, TenantId, EntityAccess, DecoderContext, CodecRegistry) - Method in TenantIdDecoder
-
- decodeAssociations(Session, EntityAccess) - Method in PersistentEntityCodec
-
- DEFAULT_CHILD_CASCADE - Field in Association
-
- DEFAULT_CONNECTION_SOURCE_NAMES - Field in ConnectionSourcesSupport
-
- DEFAULT - Field in ConnectionSource
-
The name of the default connection source
- DEFAULT_DATA_SOURCE - Field in Entity
-
- DEFAULT_DATABASE_NAME - Field in MongoDbDataStoreSpringInitializer
-
- 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_MAPPING_STRATEGY - Field in GormProperties
-
- DEFAULT_ORDER - Field in PersistenceEventListener
-
- DEFAULT_OWNER_CASCADE - Field in Association
-
- DEFAULT_TIMEOUT - Field in LockableEntityPersister
-
- DefaultApplicationEventPublisher - Class in org.grails.datastore.gorm.events
Simple implementation that just iterates over a sequence of listeners
- DefaultConnectionSource - Class in org.grails.datastore.mapping.core.connections
- defaultConnectionSource - Field in AbstractConnectionSources
-
- DefaultConnectionSource(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
@author Graeme Rocher
- DefaultMappingConfigurationBuilder(Entity, Class) - Constructor in DefaultMappingConfigurationBuilder
-
- defaultMax - Field in AbstractDetachedCriteria
-
- defaultOffset - Field in AbstractDetachedCriteria
-
- defaultQualifier - Field in GormStaticApi
-
- DefaultSchemaHandler - Class in org.grails.datastore.gorm.jdbc.schema
Resolves the schema names
- DefaultSchemaHandler(String, String, String) - Constructor in DefaultSchemaHandler
-
- DefaultTimestampProvider - Class in org.grails.datastore.gorm.timestamp
***************************************************************************
Copyright 2014 original authors
- deindex(Object, K) - Method in PropertyValueIndexer
-
Removes the index for the given value and key
- DelegatingGormEntityApi - Class in org.grails.datastore.gorm
- DelegatingGormEntityApi(GormInstanceApi<D>, D) - Constructor in DelegatingGormEntityApi
-
- delete(Iterable) - Method in AbstractSession
-
- DELETE_CLAUSE - Field in JpaQueryBuilder
-
- delete(Map) - Method in DelegatingGormEntityApi
-
- delete(Object) - Method in EntityPersister
-
- delete(Map) - Method in GormEntity
-
Deletes an instance from the datastore
- delete(Map) - Method in GormEntityApi
-
Deletes an instance from the datastore
- delete(D, Map) - Method in GormInstanceApi
-
Deletes an instance from the datastore
- delete(D, Map) - Method in GormInstanceOperations
-
Deletes an instance from the datastore
- delete(D, Map) - Method in GormStaticApi
-
- delete(Iterable) - Method in MongoSession
-
- delete(Object) - Method in Persister
-
Deletes a single object
- delete(Object) - Method in Session
-
Deletes a single object
- delete(D, Map) - Method in TenantDelegatingGormOperations
-
- deleteAll(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(Iterable) - Method in GormEntity
-
Deletes a list of objects in one go
- deleteAll() - Method in GormOperations
-
Deletes all entities matching this criteria
- deleteAll(Iterable) - Method in GormStaticApi
-
Deletes a list of objects in one go
- deleteAll(Iterable) - Method in GormStaticOperations
-
Deletes a list of objects in one go
- deleteAll(QueryableCriteria) - Method in MongoCodecSession
-
- deleteAll(QueryableCriteria) - Method in MongoSession
-
- deleteAll(QueryableCriteria) - Method in Session
-
Deletes all objects matching the given criteria
- deleteAll(Iterable) - Method in TenantDelegatingGormOperations
-
- deleteEntities(PersistentEntity, Iterable) - Method in EntityPersister
-
- deleteEntities(PersistentEntity, Iterable) - Method in MongoCodecEntityPersister
-
- deleteEntities(PersistentEntity, Iterable) - Method in NativeEntryEntityPersister
-
- deleteEntity(PersistentEntity, Object) - Method in EntityPersister
-
- deleteEntity(PersistentEntity, Object) - Method in MongoCodecEntityPersister
-
- deleteEntity(PersistentEntity, Object) - Method in NativeEntryEntityPersister
-
- deleteEntries(String, List<Object>) - Method in MongoEntityPersister
-
- deleteEntries(String, List<K>) - Method in NativeEntryEntityPersister
-
Deletes one or many entries for the given list of Keys
- deleteEntry(String, Object, Object) - Method in MongoEntityPersister
-
- deleteEntry(String, K, Object) - Method in NativeEntryEntityPersister
-
Deletes a single entry
- deleteMany(MongoCollection<Document>, Map<String, Object>, WriteConcern) - Method in MongoExtensions
-
- deleteOne(MongoCollection<Document>, Map<String, Object>, WriteConcern) - Method in MongoExtensions
-
- desc(String) - Method in Query.Order
-
Creates a new order for the given property in descending order
- destroy() - Method in AbstractDatastore
-
- destroy() - Method in AbstractDatastorePersistenceContextInterceptor
-
- destroy() - Method in MongoClientFactoryBean
-
- DETACHED_CRITERIA_CLASS_NODE - Field in DetachedCriteriaTransformer
-
- DetachedAssociationCriteria - Class in org.grails.datastore.gorm.query.criteria
Criterion related to an association
- DetachedAssociationCriteria(Class, Association, String, 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>, 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
- detachedCriteriaVariables - Field in DetachedCriteriaTransformer
-
- dirty - Field in AbstractPersistentCollection
-
- DIRTY_CLASS_MARKER - Field in DirtyCheckingSupport
-
- DIRTY - Field in GormProperties
-
- DIRTY_PROPERTY_NAMES - Field in GormProperties
-
- DirtyCheck - Annotation Type in grails.gorm.dirty.checking
Apply to enhance an entity with dirty checking support
- DirtyCheckable - Trait in org.grails.datastore.mapping.dirty.checking
Interface to classes that are able to track changes to their internal state.
- DirtyCheckableCollection - Interface in org.grails.datastore.mapping.dirty.checking
@author Graeme Rocher
- DirtyCheckingCollection - Class in org.grails.datastore.mapping.dirty.checking
Collection capable of marking the parent entity as dirty when it is modified
- DirtyCheckingCollection(Collection, DirtyCheckable, 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(List, DirtyCheckable, String) - Constructor in DirtyCheckingList
-
- DirtyCheckingMap - Class in org.grails.datastore.mapping.dirty.checking
A map that can be dirty checked
- DirtyCheckingMap(Map, DirtyCheckable, 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(Set, DirtyCheckable, String) - Constructor in DirtyCheckingSet
-
- DirtyCheckingSortedSet - Class in org.grails.datastore.mapping.dirty.checking
Dirty checks sorted sets
- DirtyCheckingSortedSet(SortedSet, DirtyCheckable, String) - Constructor in DirtyCheckingSortedSet
-
- DirtyCheckingSupport - Class in org.grails.datastore.mapping.dirty.checking
Support methods for dirty checking
- 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
- DirtyCheckTransformation - Class in org.grails.compiler.gorm
Applies the DirtyCheck transformation
- 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(PersistentEntity, T) - Method in AbstractMongoObectEntityPersister
-
- discriminatePersistentEntity(PersistentEntity, T) - Method in NativeEntryEntityPersister
-
Subclasses should override to customize how entities in hierarchies are discriminated
- disjunction() - Method in Query
-
Creates a disjunction (OR) query
- Distance - Class in grails.mongodb.geo
Represents the distance from one
Point to another
- Distance(double, Metric) - Constructor in Distance
-
Constructs a distance for the given value and optional metric
- distinct(String) - Method in AbstractCriteriaBuilder
-
Projection that signifies to return only distinct results
- distinct(String) - Method in AbstractDetachedCriteria
-
Adds a distinct property projection
- distinct() - Method in AbstractDetachedCriteria.DetachedProjections
-
- distinct(String) - Method in DetachedCriteria
-
Adds a distinct property projection
- distinct(Collection, String) - Method in ManualProjections
-
- distinct(MongoCollection<Document>, String, Map<String, Object>, ReadPreference) - Method in MongoExtensions
-
- distinct(String) - Method in ProjectionList
-
Projection to return only distinct properties
- distinct(String) - Method in Projections
-
Projection that signifies to return only distinct results
- distinct(String) - Method in Query.ProjectionList
-
- doBegin(Object, TransactionDefinition) - Method in DatastoreTransactionManager
-
- doCall(Object) - Method in MethodInvokingClosure
-
- doCleanupAfterCompletion(Object) - Method in DatastoreTransactionManager
-
- doCommit(DefaultTransactionStatus) - Method in DatastoreTransactionManager
-
- DocumentDatastore - Interface in org.grails.datastore.mapping.document
@author Guillaume Laforge
- DocumentMappingContext - Class in org.grails.datastore.mapping.document.config
- DocumentMappingContext(String, Closure) - Constructor in DocumentMappingContext
-
- DocumentPersistentEntity - Class in org.grails.datastore.mapping.document.config
- DocumentPersistentEntity.DocumentCollectionMapping - Class in org.grails.datastore.mapping.document.config
- DocumentPersistentEntity.DocumentCollectionMapping(PersistentEntity, MappingContext) - Constructor in DocumentPersistentEntity.DocumentCollectionMapping
-
- DocumentPersistentEntity(Class, MappingContext) - Constructor in DocumentPersistentEntity
-
- doesCascade(CascadeType) - Method in Association
-
Returns true if the this association cascade for the given cascade operation
- doesNotHoldNonDefaultSession() - Method in SessionHolder
-
- doesRealMethodExist(MetaClass, String, 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 AssociationQueryExecutor
-
@return Whether the query returns the keys for the entities or the enities themselves
- doGetSession(Datastore, boolean) - Method in DatastoreUtils
-
Get a Datastore Session for the given Datastore.
- doGetTransaction() - Method in DatastoreTransactionManager
-
- doInSession(Session) - Method in SessionCallback
-
- doInSession(Session) - Method in VoidSessionCallback
-
- doInvokeInternal(DynamicFinderInvocation) - Method in AbstractFindByFinder
-
- doInvokeInternal(DynamicFinderInvocation) - Method in CountByFinder
-
- doInvokeInternal(DynamicFinderInvocation) - Method in DynamicFinder
-
- doInvokeInternal(DynamicFinderInvocation) - Method in FindAllByFinder
-
- doInvokeInternal(DynamicFinderInvocation) - Method in FindOrCreateByFinder
-
- doInvokeInternal(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(MappingContext) - Constructor in DomainEventListener
-
- doManualDirtyCheck(Object, Object) - Method in NativeEntryEntityPersister
-
- doPeekBinarySubType() - Method in JsonReader
-
- doReadBinaryData() - Method in JsonReader
-
- doReadBoolean() - Method in JsonReader
-
- doReadDateTime() - Method in JsonReader
-
- doReadDBPointer() - 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(Object, Object) - Method in DatastoreTransactionManager
-
- doRollback(DefaultTransactionStatus) - Method in DatastoreTransactionManager
-
- doSave(D, Map, Session, boolean) - Method in GormInstanceApi
-
- doSetRollbackOnly(DefaultTransactionStatus) - Method in DatastoreTransactionManager
-
- doSkipName() - Method in JsonReader
-
- doSkipValue() - Method in JsonReader
-
- doSuspend(Object) - Method in DatastoreTransactionManager
-
- DoubleToFloatConverter - Class in org.grails.datastore.mapping.model.types.conversion
@author Stefan Armbruster
- doWithApplicationContext() - Method in MongodbGrailsPlugin
-
- doWithSession(Datastore, 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
-
- doWithSpring() - Method in RxMongodbGrailsPlugin
-
- doWriteBinaryData(BsonBinary) - Method in JsonWriter
-
- doWriteBoolean(boolean) - Method in JsonWriter
-
- doWriteDateTime(long) - Method in JsonWriter
-
- doWriteDBPointer(BsonDbPointer) - 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(String) - Method in JsonWriter
-
- doWriteJavaScriptWithScope(String) - Method in JsonWriter
-
- doWriteMaxKey() - Method in JsonWriter
-
- doWriteMinKey() - Method in JsonWriter
-
- doWriteNull() - Method in JsonWriter
-
- doWriteObjectId(ObjectId) - Method in JsonWriter
-
- doWriteRegularExpression(BsonRegularExpression) - Method in JsonWriter
-
- doWriteStartArray() - Method in JsonWriter
-
- doWriteStartDocument() - Method in JsonWriter
-
- doWriteString(String) - Method in JsonWriter
-
- doWriteSymbol(String) - Method in JsonWriter
-
- doWriteTimestamp(BsonTimestamp) - Method in JsonWriter
-
- doWriteUndefined() - Method in JsonWriter
-
- driverClassName(String) - Method in DataSourceBuilder
-
- dropIndex(MongoCollection<Document>, Map<String, Object>) - 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
- DynamicFinder - Class in org.grails.datastore.gorm.finders
Abstract base class for dynamic finders.
- DynamicFinder(Pattern, String, 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(Class, String, Object, List<MethodExpression>, Closure, String) - Constructor in DynamicFinderInvocation
-
- dynamicFinders - Field in AbstractDetachedCriteria
-
- DynamicMethodsConfigurer - Class in org.grails.datastore.gorm.plugin.support
Utility class for use by plugins in configuration of dynamic methods.
- DynamicMethodsConfigurer(Datastore, PlatformTransactionManager) - Constructor in DynamicMethodsConfigurer
-
- ge(String, Object) - Method in AbstractCriteriaBuilder
-
Used to restrict a value to be greater than or equal to the given value
- ge(String, Object) - Method in AbstractDetachedCriteria
-
@see Criteria
- ge(String, Object) - Method in Criteria
-
Used to restrict a value to be greater than or equal to the given value
- ge(String, Object) - Method in DetachedCriteria
-
- ge(String, Object) - Method in Query
-
Used to restrict a value to be greater than or equal to the given value
- geAll(String, QueryableCriteria) - Method in AbstractCriteriaBuilder
-
Creates a subquery criterion that ensures the given property is greater than all the given returned values
- geAll(String, QueryableCriteria) - Method in AbstractDetachedCriteria
-
- geAll(String, QueryableCriteria) - Method in Criteria
-
Creates a subquery criterion that ensures the given property is greater than all the given returned values
- geAll(String, QueryableCriteria) - Method in DetachedCriteria
-
- generateIdentifier(PersistentEntity) - Method in MongoCodecEntityPersister
-
- generateIdentifier(PersistentEntity, Document) - Method in MongoEntityPersister
-
- generateIdentifier(PersistentEntity, T) - Method in NativeEntryEntityPersister
-
Subclasses should override to provide id generation.
- GEO_INTERSECTS_OPERATOR - Field in MongoQuery
-
- GEO_TYPE - Field in GeoJSONType
-
- GEO_WITHIN_OPERATOR - Field in MongoQuery
-
- GeoIntersects - Class in org.grails.datastore.gorm.mongo
Dynamic finder extension for GeoIntersects style queries
- GeoIntersects(Class<?>, String) - Constructor in GeoIntersects
-
- geoIntersects(String, GeoJSON) - Method in MongoCriteriaBuilder
-
Geospacial query for the given shape returning records that are found to intersect the given shape
- geoIntersects(String, GeoJSON) - Method in MongoQuery
-
Geospacial query for values within the given shape
- 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
-
- GEOMETRIES - Field in GeometryCollectionType
-
- GEOMETRY_OPERATOR - Field in MongoQuery
-
- GeometryCollection - Class in grails.mongodb.geo
Represents a GeoJSON 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<?>, String) - Constructor in GeoWithin
-
- geoWithin(String, Shape) - Method in MongoCriteriaBuilder
-
Geospacial query for the given shape returning records that are found within the given shape
- geoWithin(String, Shape) - Method in MongoQuery
-
Geospacial query for values within the given shape
- geProperty(String, String) - Method in AbstractCriteriaBuilder
-
Constraints a property to be greater than or equal to a specified other property
- geProperty(String, String) - Method in AbstractDetachedCriteria
-
@see Criteria
- geProperty(String, String) - Method in Criteria
-
Constrains a property to be greater than or equal to a specified other property
- geProperty(String, String) - Method in DetachedCriteria
-
- geProperty(String, String) - Method in Restrictions
-
Constraints a property to be greater than or equal to a specified other property
- geSome(String, Closure<?>) - Method in AbstractCriteriaBuilder
-
- geSome(String, Closure<?>) - Method in AbstractDetachedCriteria
-
- geSome(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(String, Closure<?>) - Method in DetachedCriteria
-
- get(int) - Method in AbstractResultList
-
- get(Closure) - Method in BuildableCriteria
-
Defines and executes a get query ( a single result) in a single call.
- get(Class<T>, CodecRegistry) - Method in CodecExtensions
-
- get(Closure) - Method in CriteriaBuilder
-
Defines and executes a get query (a single result) in a single call.
- get(Closure) - Method in DetachedCriteria
-
Returns a single result matching the criterion contained within this DetachedCriteria instance
- get(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(Serializable) - Method in GormStaticApi
-
Retrieves and object from the datastore. eg.
- get(Serializable) - Method in GormStaticOperations
-
Retrieves and object from the datastore. eg.
- GET_ID_METHOD - Field in EntityProxyMethodHandler
-
- GET_META_CLASS - Field in GroovyObjectMethodHandler
-
- get(Class<T>) - Method in MongoClientFactoryBean.DefaultGrailsCodecRegistry
-
- get(int) - Method in MongoQuery.AggregatedResultList
-
- get(Map, Closure) - Method in NamedCriteriaProxy
-
- get(int) - Method in PagedResultList
-
- get(int) - Method in PersistentList
-
- GET_PROPERTY - Field in GroovyObjectMethodHandler
-
- get(Object) - Method in PropertyResolverMap
-
- GET_PROXY_KEY_METHOD - Field in EntityProxyMethodHandler
-
- GET_TARGET_METHOD - Field in EntityProxyMethodHandler
-
- get(Serializable) - Method in TenantDelegatingGormOperations
-
- get() - Method in Tenants.CurrentTenant
-
@return Obtain the current tenant
- getAccessType() - Method in Property
-
@return The default access type to use to read and write property values
- getAdditionalBeansConfiguration(BeanDefinitionRegistry, String) - Method in AbstractDatastoreInitializer
-
Internal method aiding in datastore configuration.
- getAggregationPipeline() - Method in MongoQuery.AggregatePipeline
-
- getAlias() - Method in AbstractDetachedCriteria
-
@return The root alias to be used for the query
- getAlias() - Method in QueryableCriteria
-
@return 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(ClassPropertyFetcher) - Method in GormMappingConfigurationStrategy
-
Retrieves the association map
- getAllConnectionSources() - Method in ConnectionSources
-
- getAllConnectionSources() - Method in InMemoryConnectionSources
-
- getAllConnectionSources() - Method in SingletonConnectionSources
-
- getAllConnectionSources() - Method in StaticConnectionSources
-
- 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
-
- getArguments() - Method in DynamicFinderInvocation
-
- getArguments() - Method in MethodExpression
-
- getArgumentsRequired() - Method in MethodExpression
-
- getArtefactTypes() - Method in DirtyCheckingTransformer
-
- getAssociatedEntity() - Method in Association
-
- getAssociatedEntity() - Method in Basic
-
- getAssociation() - Method in AssociationCriteria
-
- getAssociation() - Method in AssociationQuery
-
The association being queried
- getAssociationId(String) - Method in GormEntity
-
Obtains the id of an association without initialising the association
- getAssociationIndexer(T, Association) - Method in AbstractMongoObectEntityPersister
-
- getAssociationIndexer(T, Association) - Method in NativeEntryEntityPersister
-
Obtains an indexer for the given association
- getAssociationMap(ClassPropertyFetcher) - Method in GormMappingConfigurationStrategy
-
Retrieves the association map
- getAssociations() - Method in AbstractPersistentEntity
-
- getAssociations() - Method in PersistentEntity
-
A list of the associations for this entity.
- getAsync() - Method in DetachedCriteria
-
@return The async version of the DetachedCriteria API
- getAsync() - Method in GormEntity
-
@return The async version of the GORM static API
- getAsync() - Method in GormStaticApi
-
@return The async version of the GORM static API
- getAt(String) - Method in DynamicAttributes
-
Obtains a dynamic attribute
- getAt(String) - Method in InstanceProxy
-
- getAt(MongoDatabase, String) - Method in MongoExtensions
-
Adds a method to return a collection using the dot syntax
- getAt(String) - Method in ValidationErrors
-
- getAttribute(Object, String) - Method in AbstractAttributeStoringSession
-
- getAttribute(Object, String) - Method in ProxyInstanceMetaClass
-
- getAttribute(Object, String) - Method in Session
-
Obtains an attribute for the given entity
- getAutoTimestampEventListener() - Method in MongoDatastore
-
- getBaseConfiguration() - Method in AbstractConnectionSources
-
- getBaseConfiguration() - Method in ConnectionSources
-
@return Obtains the base configuration
- getBeanDefinitions(BeanDefinitionRegistry) - Method in AbstractDatastoreInitializer
-
- getBeanDefinitions(BeanDefinitionRegistry) - Method in MongoDbDataStoreSpringInitializer
-
- getBooleanFromMap(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(PersistentEntity, Serializable, String) - Method in AbstractSession
-
- getCachedCollection(PersistentEntity, Serializable, String) - Method in SessionImplementor
-
Obtains a cached collection
- getCachedEntry(PersistentEntity, Serializable, boolean) - Method in AbstractSession
-
- getCachedEntry(Serializable) - Method in HashMapTPCacheAdapter
-
- getCachedEntry(PersistentEntity, Serializable, boolean) - Method in SessionImplementor
-
Obtains a cached entry
- getCachedEntry(Serializable) - Method in TPCacheAdapter
-
Returns the stored value for the specified key.
- getCachedInstance(Class, Serializable) - Method in AbstractSession
-
- getCachedInstance(Class, 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
- getCascade() - Method in Property
-
Cascading strategy for this property.
- getCascadeOperations() - Method in Association
-
- getCascadeOperations() - Method in PendingOperation
-
Operations to be executed directly following this operation
- getCascadeOperations() - Method in PendingOperationAdapter
-
- getChildEntities(PersistentEntity) - Method in AbstractMappingContext
-
- getChildEntities(PersistentEntity) - Method in MappingContext
-
Obtains all of the children for the given root
- getChildEntityByDiscriminator(PersistentEntity, String) - Method in AbstractMappingContext
-
- getChildEntityByDiscriminator(PersistentEntity, String) - Method in MappingContext
-
Obtains a child of the given root entity using the given discriminator
- getClassMapping() - Method in AbstractKeyValueEntityPersister
-
- getClassMapping() - Method in NativeEntryEntityPersister
-
- getClassMapping() - Method in PropertyMapping
-
Retrieves the ClassMapping instance of the owning class
- getClassName(Class) - Method in NameUtils
-
Get the class name, taking into account proxies
- getCodecForBsonType(BsonType, CodecRegistry) - Method in CodecExtensions
-
- getCodecRegistry() - Method in CodecRegistryProvider
-
- getCodecRegistry() - Method in MongoDatastore
-
@return The org.bson.codecs.configuration.CodecRegistry
- getCodecRegistry() - Method in MongoMappingContext
-
@return The codec registry for this mapping context
- getCollection(PersistentEntity) - Method in AbstractMongoSession
-
- getCollection() - Method in Collection
-
The name of the collection
- getCollection(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(PersistentEntity, T) - Method in AbstractMongoObectEntityPersister
-
- getCollectionName(PersistentEntity) - Method in AbstractMongoSession
-
- getCollectionName(PersistentEntity) - Method in MongoCodecEntityPersister
-
- getCollectionName(PersistentEntity) - Method in MongoDatastore
-
Gets the default collection name for the given entity
- getCollectionName() - Method in MongoEntity
-
@return The name of the Mongo collection that entity maps to
- getCollectionName(PersistentEntity, Document) - Method in MongoEntityPersister
-
- getCollectionName() - Method in MongoStaticApi
-
- getCollectionName() - Method in MongoStaticOperations
-
@return The name of the Mongo collection that entity maps to
- getCollectionNames(MongoDatabase) - Method in MongoExtensions
-
- getCommonConfiguration(BeanDefinitionRegistry, String) - Method in AbstractDatastoreInitializer
-
- getComponentType() - Method in Basic
-
- getCompositeIdentity() - Method in AbstractPersistentEntity
-
- getCompositeIdentity(Class, MappingContext) - Method in GormMappingConfigurationStrategy
-
- getCompositeIdentity(Class, 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
- getConfiguration() - Method in SpringConfigurer
-
- getConnectionFromDriverManager(String, Properties) - Method in DataSourceBuilder.ReadOnlyDriverManagerDataSource
-
- getConnectionsCollection(ConnectionSource<MongoClient, MongoConnectionSourceSettings>) - Method in MongoConnectionSources
-
- getConnectionSource(String) - Method in ConnectionSources
-
- getConnectionSource(String) - Method in InMemoryConnectionSources
-
- getConnectionSource(String) - Method in SingletonConnectionSources
-
- getConnectionSource(String) - Method in StaticConnectionSources
-
- getConnectionSourceNames(ConnectionSourceFactory<T, S>, 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(PersistentEntity) - Method in ConnectionSourcesSupport
-
- getConnectionSourceNames(ConnectionSourceFactory<T, S>, PropertyResolver) - Method in SingletonConnectionSources
-
- getConnectionSourceNames(ConnectionSourceFactory<T, S>, 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
-
- 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(DBCollection, Map, Map, long, long, ReadPreference) - 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
-
@return The criteria defined by this query
- getCriteria() - Method in Query.Junction
-
- getCriteria() - Method in QueryableCriteria
-
@return A list of all criteria
- getCurrentSession() - Method in AbstractDatastore
-
- getCurrentSession() - Method in Datastore
-
Obtains the current session (if any)
- getCurrentVersion(EntityAccess) - Method in EntityPersister
-
- getCursor() - Method in AbstractResultList
-
- getCursor() - Method in MongoQuery.MongoResultList
-
@return The underlying MongoDB cursor instance
- getCustomTypeMarshaller() - Method in Basic
-
@return The type converter for this custom type
- getCustomTypeMarshaller() - Method in Custom
-
@return The type converter for this custom type
- getDatabase() - Method in AbstractMongoConnectionSourceSettings
-
@return Obtain the database name
- getDatabase(PersistentEntity) - Method in AbstractMongoSession
-
@return The name of the default database
- getDatabase() - Method in MongoCollection
-
The database to use
- getDatabaseName(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
- getDatastoreForTenantId(Serializable) - Method in MongoDatastore
-
- getDatastoreForTenantId(Serializable) - Method in MultiTenantCapableDatastore
-
Obtains the datastore for the given tenant id.
- getDatastoreType() - Method in DynamicMethodsConfigurer
-
- getDatastoreType() - Method in OnChangeHandler
-
- getDatastoreType() - Method in SpringConfigurer
-
The name of the datastore type (example "Mongo" or "Neo4j")
@return
- getDB() - Method in MongoEntity
-
@return The database for this domain class
- getDB() - Method in MongoStaticApi
-
- getDB() - Method in MongoStaticOperations
-
@return 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
-
@return Returns the name of the class decapitalized form
- getDeclaredField(String) - Method in ClassPropertyFetcher
-
- getDeclaredField(Class, String) - Method in MappingUtils
-
Get a declared field, searching super classes for the field if it is not found in the class.
- getDeclaredWriteConcern(PersistentEntity) - Method in AbstractMongoSession
-
- getDecorators() - Method in AsyncQuery
-
- getDecorators() - Method in GormAsyncStaticApi
-
- getDefault() - Method in ConnectionSourceSettings
-
@return Any defaults
- getDefaultConnectionSource() - Method in AbstractConnectionSources
-
- getDefaultConnectionSource() - Method in ConnectionSources
-
- getDefaultConnectionSourceName(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
-
@return The name of the default database
- getDefaultDatabase() - Method in MongoDatastore
-
@return The default database name
- getDefaultDatabaseName() - Method in DocumentMappingContext
-
- getDefaultDatabaseName(PropertyResolver) - Method in MongoMappingContext
-
- getDefaultFlushMode() - Method in MongoDatastore
-
@return The default flush mode
- getDefaultIdentityMapping(ClassMapping) - Method in GormMappingConfigurationStrategy
-
- getDefaultIdentityMapping(ClassMapping) - Method in MappingConfigurationStrategy
-
Obtains the default manner in which identifiers are mapped.
- getDefaultMapping() - Method in DocumentMappingContext
-
- getDefinition() - Method in MongoCollection.Index
-
- getDeleteMap(Iterable) - Method in MongoSession
-
- getDetachedCriteria() - Method in DynamicFinderInvocation
-
- getDirectChildEntities(PersistentEntity) - Method in AbstractMappingContext
-
- getDirectChildEntities(PersistentEntity) - Method in MappingContext
-
Obtains only the direct children (1 level down) for the given root entity
- getDirection() - Method in Query.Order
-
@return The direction order by
- 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
-
@return The name of the discriminator
- getDiscriminatorAttributeName() - Method in PersistentEntityCodec
-
- getDocumentMappingContext() - Method in AbstractMongoSession
-
- getDocumentMappingContext() - Method in MongoCodecSession
-
- getDomainClasses() - Method in MongoSpec
-
@return The domain classes
- getDriverClassName() - Method in DatabaseDriver
-
Return the driver class name.
- getEmbedded(T, String) - Method in AbstractMongoObectEntityPersister
-
- getEmbedded(T, String) - Method in NativeEntryEntityPersister
-
Implementors should override to provide support for embedded objects.
- 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
-
- 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
-
@return The entity being persisted
- getEntity() - Method in FieldEntityAccess
-
- getEntity() - Method in ManualEntityOrdering
-
- getEntity() - Method in PendingOperation
-
- getEntity() - Method in PendingOperationAdapter
-
- getEntity() - Method in Query
-
@return The PersistentEntity being query
- getEntityAccess() - Method in AbstractPersistenceEvent
-
- getEntityAccess() - Method in PendingInsert
-
@return The EntityAccess object for the entity to be inserted
- getEntityAccess() - Method in PendingInsertAdapter
-
- getEntityAccess() - Method in PendingUpdate
-
@return 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(PersistentEntity) - Method in AbstractMappingContext
-
- getEntityReflector(PersistentEntity) - Method in MappingContext
-
- getEntityTrait() - Method in GormEntityTraitProvider
-
- getEntityValidator(PersistentEntity) - Method in AbstractMappingContext
-
Retrieves a validator for an entity
- getEntityValidator(PersistentEntity) - Method in MappingContext
-
Obtains a validator for the given entity
- getEntryValue(T, String) - Method in AbstractMongoObectEntityPersister
-
- getEntryValue(T, String) - Method in NativeEntryEntityPersister
-
Reads a value for the given key from the native entry
- getEnumType() - Method in Property
-
@return The type of the enum, either ordinal or string
- getEnumTypeObject() - Method in Property
-
@return 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
- getEventType() - Method in AbstractPersistenceEvent
-
- getEventType() - Method in AbstractQueryEvent
-
@return The type of event.
- getEventType() - Method in PostDeleteEvent
-
- getEventType() - Method in PostInsertEvent
-
- getEventType() - Method in PostLoadEvent
-
- getEventType() - Method in PostQueryEvent
-
@return The type of event.
- getEventType() - Method in PostUpdateEvent
-
- getEventType() - Method in PreDeleteEvent
-
- getEventType() - Method in PreInsertEvent
-
- getEventType() - Method in PreLoadEvent
-
- getEventType() - Method in PreQueryEvent
-
@return 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
-
@return The factory used to create new connections
- getFallBackValue(def, String) - Method in ConfigurationBuilder
-
- getFamily(PersistentEntity, ClassMapping<Family>) - Method in AbstractKeyValueEntityPersister
-
- getFamily() - Method in Family
-
- getFamily() - Method in KeyValueEntry
-
- getFetchMode(Object) - Method in DynamicFinder
-
Retrieves the fetch mode for the specified instance; otherwise returns the default FetchMode.
- getFetchStrategies() - Method in AbstractDetachedCriteria
-
- getFetchStrategy() - Method in Association
-
@return The fetch strategy for the association
- getFetchStrategy() - Method in Property
-
@return The strategy to use to fetch the property (lazy or eager)
- getField() - Method in MongoAttribute
-
- getFinders() - Method in GormEnhancer
-
- getFlushMode() - Method in AbstractSession
-
- getFlushMode() - Method in Session
-
Obtains the current FlushModeType
- getFormula() - Method in Property
-
The formula used to build the property
- getFrom() - Method in Query.Between
-
- getFromTPCache(PersistentEntity, Serializable) - Method in ThirdPartyCacheEntityPersister
-
- getFunctionName() - Method in FunctionCallingCriterion
-
- getFurthestUnresolvedParent(ClassNode) - Method in AstUtils
-
- getGenerator() - Method in IdentityMapping
-
@return The type of value generated used
- getGenerator() - Method in Property
-
Get the id generator.
- getGenericType(Class) - Method in MappingUtils
-
- getGenericTypeForMapProperty(Class, String, boolean) - Method in MappingUtils
-
- getGenericTypeForProperty(Class, String) - Method in MappingUtils
-
- getGetterAndSetterForPropertyName(LinkedHashMap<String, GetterAndSetter>, String) - Method in DirtyCheckingTransformer
-
- getGetterName(String) - Method in MappingUtils
-
Calculate the name for a getter method to retrieve the specified property
- getGetterName(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
-
@return The GORM dynamic finders
- getGormDynamicFinders() - Method in TenantDelegatingGormOperations
-
- getGormPersistentEntity() - Method in GormEntity
-
@return The PersistentEntity for this class
- getGormPersistentEntity() - Method in GormStaticApi
-
@return The PersistentEntity for this class
- getGormPersistentEntity() - Method in GormStaticOperations
-
@return The PersistentEntity for this class
- getGormPersistentEntity() - Method in TenantDelegatingGormOperations
-
- getGrailsApplicationClass() - Method in AbstractDatastoreInitializer
-
- getGrailsValidatorClass() - Method in AbstractDatastoreInitializer
-
- getId(Enum) - Method in EnumType
-
- getIdDynamic(def) - 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
-
@return Obtains the value of the entity identifier
- getIdentifier(Object) - Method in EntityReflector
-
@return Obtain the identifier
- getIdentifier() - Method in FieldEntityAccess
-
- getIdentifier(Object) - Method in GroovyProxyFactory
-
- getIdentifier(Object) - Method in JavassistProxyFactory
-
- getIdentifier(Object) - Method in ProxyHandler
-
Obtains the identifier of an object without initializing the proxy if it is one
- getIdentifierForKey(Object) - Method in AbstractMongoObectEntityPersister
-
- getIdentifierName() - Method in BeanEntityAccess
-
- getIdentifierName() - Method in EntityAccess
-
@return The name of the identifier property
- getIdentifierName() - Method in EntityReflector
-
@return The name of the identifier
- getIdentifierName() - Method in FieldEntityAccess
-
- getIdentifierName(Identity) - Method in IdentityEncoder
-
- getIdentifierName() - Method in IdentityMapping
-
The identifier property name(s).
- getIdentifierName(ClassMapping) - Method in MongoCodecEntityPersister
-
- getIdentifierName(ClassMapping) - Method in NativeEntryEntityPersister
-
Obtains the identifier name to use.
- getIdentity() - Method in AbstractPersistentEntity
-
- getIdentity(Class, MappingContext) - Method in GormMappingConfigurationStrategy
-
@see org.grails.datastore.mapping.model.MappingConfigurationStrategy#getIdentity(Class, org.grails.datastore.mapping.model.MappingContext)
- getIdentity(Class, MappingContext) - Method in MappingConfigurationStrategy
-
Obtains the identity of a persistent entity
- getIdentity() - Method in PersistentEntity
-
Returns the identity of the instance
- getIdentityMappedForm(ClassMapping, T) - Method in AbstractGormMappingFactory
-
- getIdentityMappedForm(ClassMapping, KeyValue) - Method in GormKeyValueMappingFactory
-
- getIdentityMapping(ClassMapping) - Method in GormMappingConfigurationStrategy
-
Obtains the identity mapping for the specified class mapping
- getIdentityMapping(ClassMapping) - Method in MappingConfigurationStrategy
-
Obtains the identity mapping for the specified class mapping
- getIndexAttributes() - Method in MongoAttribute
-
- getIndexedEntity() - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
-
- getIndexedEntity() - Method in AssociationQueryExecutor
-
@return The entity to be queried
- getIndexName(Object) - Method in PropertyValueIndexer
-
@param value The indexed value
- getIndices() - Method in MongoCollection
-
- getInList() - Method in Property
-
@return List of valid values
- getInListQueryValues(PersistentEntity, In) - Method in BsonQuery
-
Get the list of native values to use in the query.
- getInstanceApi(Class<D>, String) - Method in GormEnhancer
-
- getInstanceMethodApiProviders(Class<D>) - Method in GormEnhancer
-
- getInversePropertyName() - Method in ManyToMany
-
- getInverseSide() - Method in Association
-
@return The inverside side or null if the association is not bidirectional
- getInverseSide() - Method in Basic
-
- getJavaClass() - Method in AbstractPersistentEntity
-
- getJavaClass() - Method in ClassPropertyFetcher
-
@return The Java that this ClassPropertyFetcher was constructor for
- getJavaClass() - Method in DynamicFinderInvocation
-
- getJavaClass() - Method in PersistentEntity
-
@return The underlying Java class for this entity
- getKey() - Method in KeyValue
-
- getKey() - Method in OptimisticLockingException
-
- getKey() - Method in ProxyInstanceMetaClass
-
- getKeyspace(ClassMapping<Family>, String) - Method in AbstractKeyValueEntityPersister
-
- getKeyspace() - Method in Family
-
- getKeyspace() - Method in KeyValueMappingContext
-
- getKnownEntityNames() - Method in AstUtils
-
@return The names of the transformed entities for this context
- getLazy() - Method in Property
-
- getManyToManyKeys(PersistentEntity, Object, Serializable, T, ManyToMany) - Method in AbstractMongoObectEntityPersister
-
- getManyToManyKeys(PersistentEntity, Object, Serializable, T, ManyToMany) - Method in NativeEntryEntityPersister
-
- getMappedForm() - Method in AbstractClassMapping
-
- 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 KeyValuePersistentEntity.KeyValueClassMapping
-
- 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 PersistentEntity
-
Defines the mapping between this persistent entity
and an external form
- getMapping() - Method in PersistentProperty
-
Specifies the mapping between this property and an external form
such as a column, key/value pair etc.
- getMappingContext() - Method in AbstractDatastore
-
- getMappingContext() - Method in AbstractPersistentEntity
-
- getMappingContext() - Method in AbstractSession
-
- getMappingContext() - Method in Datastore
-
Obtains the MappingContext object
- getMappingContext() - Method in EntityPersister
-
@return The MappingContext instance
- getMappingContext() - Method in MongoDatastore
-
@return 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
- getMax() - Method in Property
-
@return The maximum value
- getMaximumNumberOfParameters() - Method in MethodInvokingClosure
-
- getMaxSize() - Method in Property
-
@return The maximum size
- getMessage() - Method in ValidationException
-
- getMethodName() - Method in DynamicFinderInvocation
-
- getMethods() - Method in AbstractGormApi
-
- getMin() - Method in Property
-
@return The minimum value
- getMinSize() - Method in Property
-
@return The minimum size
- getMongoClient() - Method in MongoDatastore
-
@return The com.mongodb.MongoClient instance
- getMongoCollection(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
-
@return The multi tenancy mode
- getMultiTenancyMode() - Method in MongoDatastore
-
- getMultiTenancyMode() - Method in MultiTenantCapableDatastore
-
@return The multi tenancy mode
- getName() - Method in AbstractPersistentEntity
-
- getName() - Method in AbstractPersistentProperty
-
- getName() - Method in ConnectionSource
-
@return 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
-
@return The name of the property this property mapping relates to
- getName() - Method in Query.In
-
- getName() - Method in Query.NotIn
-
- getName() - Method in UniqueConstraint
-
- getNamedQuery(String, Object) - Method in GormEntity
-
Looks up a named query
- getNativeEntry() - Method in PendingOperation
-
@return 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
-
@return The native interface to the datastore
- getNativeKey() - Method in PendingOperation
-
@return The native key to insert
- getNativeKey() - Method in PendingOperationAdapter
-
- getNativePropertyKey(PersistentProperty) - Method in AbstractKeyValueEntityPersister
-
- getNativePropertyKey(PersistentProperty) - Method in NativeEntryEntityPersister
-
- getNativeTransaction() - Method in SessionOnlyTransaction
-
- getNativeTransaction() - Method in Transaction
-
@return the native transaction object.
- getObject() - Method in InstanceFactoryBean
-
- getObject() - Method in MongoClientFactoryBean
-
- getObject() - Method in MongoClientOptionsFactoryBean
-
- getObject() - Method in PendingDeleteAdapter
-
- getObject() - Method in PendingInsertAdapter
-
- getObject() - Method in PendingOperation
-
@return The target object of the pending operation
- getObject() - Method in PendingOperationAdapter
-
- getObject() - Method in PendingUpdateAdapter
-
- getObjectIdentifier(Object) - Method in AbstractSession
-
- getObjectIdentifier(Object) - Method in EntityPersister
-
Obtains an objects identifer
- getObjectIdentifier(Object) - Method in Persister
-
Get the identifier for the given object, if it has one.
- getObjectIdentifier(Object) - Method in Session
-
Obtains the identifier for the instance
- getObjectType() - Method in InstanceFactoryBean
-
- getObjectType() - Method in MongoClientFactoryBean
-
- getObjectType() - Method in MongoClientOptionsFactoryBean
-
- getOperator() - Method in DynamicFinderInvocation
-
- getOptions() - Method in MongoCollection.Index
-
- getOrCreateAssociatedEntity(PersistentEntity, MappingContext, Class) - Method in GormMappingConfigurationStrategy
-
Tries to obtain or create an associated entity.
- getOrCreateEmbeddedEntity(PersistentEntity, MappingContext, Class) - Method in GormMappingConfigurationStrategy
-
Tries to obtain or create an embedded entity.
- getOrCreateListProperty(ClassNode, String) - Method in GormEntityTransformation
-
- getOrCreatePropertyQuery(Document, String) - Method in BsonQuery
-
- getOrder() - Method in AbstractPersistenceEventListener
-
- getOrder() - Method in MultiTenantEventListener
-
- getOrderBy() - Method in Query
-
Gets the Order entries for this query
- getOrders() - Method in AbstractDetachedCriteria
-
- getOriginalSize() - Method in AbstractPersistentCollection
-
- getOriginalSize() - Method in DirtyCheckableCollection
-
@return The previous size of the collection prior to any changes
- getOriginalValue(String) - Method in DirtyCheckable
-
Returns the original value of the property prior to when
trackChanges() was called
- getOrIntializeReflector(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(Class, MappingContext) - Method in GormMappingConfigurationStrategy
-
- getOwningEntities(Class, MappingContext) - Method in MappingConfigurationStrategy
-
Returns a set of entities that "own" the given entity.
- getParameterizedDetachedCriteriaClassNode(ClassNode) - Method in DetachedCriteriaTransformer
-
- 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
-
@return The pending deletes
- getPendingInserts() - Method in AbstractSession
-
- getPendingInserts() - Method in SessionImplementor
-
@return The pending insert operations
- getPendingUpdates() - Method in AbstractSession
-
- getPendingUpdates() - Method in SessionImplementor
-
@return The pending updates
- getPersistenceInterceptorClass() - Method in AbstractDatastoreInitializer
-
@return The class used to define the persistence interceptor
- getPersistenceInterceptorClass() - Method in MongoDbDataStoreSpringInitializer
-
- getPersistentClass() - Method in AbstractDetachedCriteria
-
- getPersistentClass() - Method in GormOperations
-
@return The class these operations apply to
- getPersistentEntities() - Method in AbstractMappingContext
-
- getPersistentEntities() - Method in MappingContext
-
Obtains a list of PersistentEntity instances
- getPersistentEntity() - Method in AbstractDetachedCriteria
-
- getPersistentEntity(String) - Method in AbstractMappingContext
-
- getPersistentEntity() - Method in BeanEntityAccess
-
- getPersistentEntity() - Method in EntityAccess
-
- getPersistentEntity() - Method in EntityPersister
-
@return The PersistentEntity instance
- getPersistentEntity() - Method in FieldEntityAccess
-
- getPersistentEntity(String) - Method in MappingContext
-
Obtains a PersistentEntity by name
- getPersistentEntity() - Method in OptimisticLockingException
-
- getPersistentEntity() - Method in QueryableCriteria
-
@return The target entity
- getPersistentEntityCodec(Class) - Method in MongoDatastore
-
- getPersistentProperties() - Method in AbstractPersistentEntity
-
- getPersistentProperties(PersistentEntity, MappingContext, ClassMapping) - Method in GormMappingConfigurationStrategy
-
- getPersistentProperties(Class, MappingContext, ClassMapping) - Method in MappingConfigurationStrategy
-
Obtains a List of PersistentProperty instances for the given Mapped class
- getPersistentProperties() - Method in PersistentEntity
-
A list of properties to be persisted
- getPersistentPropertyNames() - Method in AbstractPersistentEntity
-
- getPersistentPropertyNames() - Method in PersistentEntity
-
A list of property names that a persistent
- getPersistentValue(String) - Method in GormEntity
-
Gets the original persisted value of a field.
- getPersistentValue(D, String) - Method in GormInstanceApi
-
Gets the original persisted value of a field.
- getPersister(Object) - Method in AbstractSession
-
- getPersister(Object) - Method in Session
-
The persister for the given object
- getPersitentEntity() - Method in EntityReflector
-
The entity
- getPointAtIndex(List, int) - Method in Point
-
Gets a point from the given list of coordinate lists
- getPreOperations() - Method in PendingOperation
-
Operations to be executed directly prior to this operation
- getPreOperations() - Method in PendingOperationAdapter
-
- getProjectedKeys() - Method in MongoQuery.AggregatePipeline
-
- getProjectionList() - Method in Query.ProjectionList
-
- getProjections() - Method in AbstractDetachedCriteria
-
- getProjections() - Method in QueryableCriteria
-
- getProperties() - Method in MappingConfigurationBuilder
-
@return The build property definitions
- getPropertiesAssignableFromType(Class) - Method in ClassPropertyFetcher
-
- getPropertiesAssignableToType(Class) - Method in ClassPropertyFetcher
-
- getPropertiesOfType(Class) - Method in ClassPropertyFetcher
-
- getPropertiesOfType(Class<?>, Class<?>) - Method in ReflectionUtils
-
Retrieves all the properties of the given class for the given type
- getProperty(String) - Method in BeanEntityAccess
-
- getProperty(String) - Method in EntityAccess
-
Obtains a property value
- getProperty(Object, String) - Method in EntityReflector
-
Get a property for the specified index
- getProperty(String) - Method in FieldEntityAccess
-
- getProperty(Object, String) - Method in GroovyObjectMethodHandler
-
- getProperty(String) - Method in InstanceProxy
-
- getProperty(String) - Method in ModificationTrackingEntityAccess
-
- getProperty(Object, String) - Method in ProxyInstanceMetaClass
-
- getProperty() - Method in Query.Between
-
- getProperty() - Method in Query.Order
-
@return The property name to order by
- getProperty() - Method in Query.PropertyNameCriterion
-
- getPropertyAfterResolving(Object, String) - Method in GroovyObjectMethodHandler
-
- getPropertyBeforeResolving(Object, String) - Method in EntityProxyMethodHandler
-
- getPropertyBeforeResolving(Object, String) - Method in GroovyObjectMethodHandler
-
- getPropertyByName(String) - Method in AbstractPersistentEntity
-
- getPropertyByName(String) - Method in KeyValuePersistentEntity
-
- getPropertyByName(String) - Method in PersistentEntity
-
Obtains a PersistentProperty instance by name
- getPropertyCriterion() - Method in FunctionCallingCriterion
-
- getPropertyDecoder(Class<T>) - Method in BsonPersistentEntityCodec
-
Obtains the property encoder for the given property type
- getPropertyDescriptor(String) - Method in ClassPropertyFetcher
-
- getPropertyDescriptors() - Method in ClassPropertyFetcher
-
- getPropertyEncoder(Class<T>) - Method in BsonPersistentEntityCodec
-
Obtains the property encoder for the given property type
- getPropertyFromHierarchy(ClassNode, String) - Method in AstUtils
-
Obtains a property from the class hierarchy
- getPropertyIndexer(PersistentProperty) - Method in AbstractMongoObectEntityPersister
-
- getPropertyIndexer(PersistentProperty) - Method in NativeEntryEntityPersister
-
Obtains an indexer for a particular property
- getPropertyKey(PersistentProperty) - Method in AbstractMongoObectEntityPersister
-
- getPropertyKey(PersistentProperty) - Method in NativeEntryEntityPersister
-
- getPropertyMappedFormType() - Method in AbstractGormMappingFactory
-
- getPropertyMappedFormType() - Method in GormDocumentMappingFactory
-
- getPropertyMappedFormType() - Method in GormKeyValueMappingFactory
-
- getPropertyName(PersistentEntity, String) - Method in BsonQuery
-
- getPropertyName() - Method in MethodExpression
-
- getPropertyName() - Method in Query.PropertyProjection
-
- getPropertyNameForGetterOrSetter(String) - Method in NameUtils
-
Returns the property name for a getter or setter
- getPropertyNames() - Method in EntityReflector
-
@return The property names
- getPropertyReader(String) - Method in EntityReflector
-
@param name Obtains the property reader for the given property
- getPropertyType(String) - Method in BeanEntityAccess
-
- getPropertyType(String, boolean) - Method in ClassPropertyFetcher
-
- getPropertyType(String) - Method in EntityAccess
-
Obtains a property type
- getPropertyType(String) - Method in FieldEntityAccess
-
- getPropertyValue(String) - Method in BeanEntityAccess
-
- getPropertyValue(String, Class<T>) - Method in ClassPropertyFetcher
-
- getPropertyValue(String) - Method in EntityAccess
-
Obtains a property value
- getPropertyValue(String) - Method in FieldEntityAccess
-
- getPropertyWriter(String) - Method in EntityReflector
-
@param name Obtains the property writer for the given property
- getProxiedClass(Object) - Method in GroovyProxyFactory
-
- getProxiedClass(Object) - Method in JavassistProxyFactory
-
- getProxiedClass(Object) - Method in ProxyHandler
-
Get the class being proxied
- getProxyClass(Class) - Method in JavassistProxyFactory
-
- getProxyFactory() - Method in AbstractMappingContext
-
- getProxyFactory() - Method in EntityPersister
-
- getProxyFactory() - Method in MappingContext
-
Factory used for creating proxies
- getProxyHandler() - Method in AbstractMappingContext
-
- getProxyHandler() - Method in MappingContext
-
For handling proxies
- getProxyInstance(Session, Class, Serializable) - Method in JavassistProxyFactory
-
- getProxyInstanceMetaClass(def) - Method in GroovyProxyFactory
-
- getProxyInterfaces() - Method in JavassistProxyFactory
-
- getProxyKey(Object) - Method in AssociationQueryProxyHandler
-
- getProxyKey() - Method in EntityProxy
-
@return The identifier
- getProxyKey(Object) - Method in EntityProxyMethodHandler
-
- getProxyKey(Object) - Method in SessionEntityProxyMethodHandler
-
- getProxyTarget(Object) - Method in EntityProxyMethodHandler
-
- getProxyTarget() - Method in ProxyInstanceMetaClass
-
Load the target from the DB.
- getQuery() - Method in AbstractCriteriaBuilder
-
- getQuery() - Method in AbstractQueryEvent
-
Get the query from the event.
- getQuery() - Method in JpaQueryInfo
-
- getReference() - Method in ClassPropertyFetcher
-
- getReferencedPropertyName() - Method in Association
-
- getReferenceInstance() - Method in ClassPropertyFetcher.ReferenceInstanceCallback
-
- getReflector() - Method in AbstractPersistentEntity
-
- getReflector(String) - Method in FieldEntityAccess
-
- getReflector() - Method in PersistentEntity
-
@return The reflector this entity
- getResults() - Method in PostQueryEvent
-
- Returns:
- The results of the query.
- getRootEntity() - Method in AbstractPersistentEntity
-
- getRootEntity() - Method in PersistentEntity
-
Obtains the root entity of an inheritance hierarchy
- getScale() - Method in Property
-
@return The scale
- getSession() - Method in AbstractDatastorePersistenceContextInterceptor
-
- getSession(Datastore, boolean) - Method in DatastoreUtils
-
Get a Datastore Session for the given Datastore.
- getSession() - Method in EntityPersister
-
- getSession() - Method in MongoCodecEntityPersister
-
- getSession() - Method in Query
-
@return The session that created the query
- getSession() - Method in SessionCreationEvent
-
@return The session that has just been created.
- getSession() - Method in SessionHolder
-
- getSessionHolder() - Method in TransactionObject
-
- getSessionProperty(String) - Method in AbstractAttributeStoringSession
-
Get the value of a property of the session.
- getSessionProperty(String) - Method in Session
-
Get the value of a property of the session.
- getSetterName(String) - Method in MappingUtils
-
Retrieves the name of a setter for the specified property name
- getSetterName(String) - Method in NameUtils
-
Retrieves the name of a setter for the specified property name
- getSettings() - Method in ConnectionSource
-
- getSettings() - Method in DefaultConnectionSource
-
- getSimpleNativePropertyValue(Object, MappingContext) - Method in MongoEntityPersister
-
Convert a value into a type suitable for use in Mongo.
- getSort() - Method in Entity
-
- getSort() - Method in MongoCollection
-
- getSource() - Method in ConnectionSource
-
@return The underlying native connection source, for example a SQL javax.sql.DataSource
- getSource() - Method in DefaultConnectionSource
-
- getSourceUnit() - Method in DetachedCriteriaTransformer
-
- getSpringCustomizer() - Method in SpringConfigurer
-
Additional Spring configuration that is specific to the underlying Datastore.
- getStaticApi(Class<D>, String) - Method in GormEnhancer
-
- getStaticPropertyValue(String, Class<T>) - Method in ClassPropertyFetcher
-
- getStaticPropertyValuesFromInheritanceHierarchy(String, Class<T>) - Method in ClassPropertyFetcher
-
Get the list of property values for this static property from the whole inheritance hierarchy, starting
from the most derived version of the property ending with the base class.
- getSubquery() - Method in Query.Exists
-
- getSubquery() - Method in Query.In
-
- getSubquery() - Method in Query.NotExists
-
- getSubquery() - Method in Query.NotIn
-
- getTarget() - Method in EntityProxy
-
Obtains the target performing initialization if necessary
- getTargetClass() - Method in AbstractCriteriaBuilder
-
- getTargetClass() - Method in BuildableCriteria
-
@return The class the criteria applies to
- getTargetKey(PersistentProperty) - Method in MappingUtils
-
- getTargetName() - Method in Property
-
The target to map to, could be a database column, document attribute, or hash key
- getTargetType() - Method in AbstractMappingAwareCustomTypeMarshaller
-
- getTargetType() - Method in CodecCustomTypeMarshaller
-
- getTargetType() - Method in CustomTypeMarshaller
-
@return The target Java type
- getTenantId() - Method in AbstractPersistentEntity
-
- getTenantId() - Method in PersistentEntity
-
@return The tenant id
- getTenantResolver() - Method in MongoDatastore
-
- getTenantResolver() - Method in MultiTenancySettings
-
@return The tenant resolver
- getTenantResolver() - Method in MultiTenantCapableDatastore
-
@return Obtain the tenant resolver
- getThisMetaClass() - Method in GroovyObjectMethodHandler
-
- getTimestampProvider() - Method in AutoTimestampEventListener
-
- getTimestampProviders() - Method in AggregateTimestampProvider
-
- getTo() - Method in Query.Between
-
- getTotalCount() - Method in PagedResultList
-
@return The total number of records for this query
- getTPCacheAdapter(PersistentEntity) - Method in TPCacheAdapterRepository
-
- getTPCacheAdapter(PersistentEntity) - Method in TPCacheAdapterRepositoryImpl
-
- getTransaction() - Method in AbstractSession
-
- getTransaction() - Method in Session
-
Obtains the current transaction instance
- getTransaction() - Method in SessionHolder
-
- getTransaction() - Method in TransactionObject
-
- getTransaction(Datastore) - Method in TransactionUtils
-
- getTransactionManager() - Method in MongoDatastore
-
@return The transaction manager
- getType() - Method in AbstractPersistentProperty
-
- getType() - Method in EntityPersister
-
- getType() - Method in PersistentProperty
-
The type of the property
- getType() - Method in Persister
-
The type this persister persists
- getUniquenessGroup() - Method in Property
-
- getUrl() - Method in AbstractMongoConnectionSourceSettings
-
@return Obtain the final URL whether from the connection string or the host/port setting
- getValidatedFields() - Method in ValidationEvent
-
- getValidatedSession() - Method in SessionHolder
-
- getValidationApi(Class<D>, String) - Method in GormEnhancer
-
- getValidationQuery() - Method in DatabaseDriver
-
Return the validation query.
- getValidator(PersistentEntity) - Method in BeanFactoryValidatorRegistry
-
- getValidator() - Method in GormValidationApi
-
- getValidator() - Method in ValidatorProvider
-
@return The validator
- getValidator(PersistentEntity) - Method in ValidatorRegistry
-
Looks up a validator for the given entity
- getValidatorRegistry() - Method in AbstractMappingContext
-
- getValidatorRegistry() - Method in MappingContext
-
@return Gets the validation registry used by this MappingContext
- getValue() - Method in Query.PropertyCriterion
-
- getValue() - Method in Query.SubqueryCriterion
-
- getValues() - Method in MongoQuery.WithinBox
-
- getValues() - Method in MongoQuery.WithinCircle
-
- getValues() - Method in MongoQuery.WithinPolygon
-
- getValues() - Method in Query.In
-
- getVersion() - Method in AbstractPersistentEntity
-
- getVersion() - Method in PersistentEntity
-
Returns the version property.
- getWriteConcern() - Method in AbstractMongoSession
-
Obtains the WriteConcern to use for the session
- getWriteConcern() - Method in MongoCollection
-
@return The com.mongodb.WriteConcern for the collection
- getWriteModelsForEntity(PersistentEntity, Map<PersistentEntity, List<WriteModel<?>>>) - Method in MongoCodecSession
-
- getWriteModelsForEntity(PersistentEntity, Map<PersistentEntity, List<WriteModel<Document>>>) - Method in MongoSession
-
- getXaDataSourceClassName() - Method in DatabaseDriver
-
Return the XA driver source class name.
- GlobalDetachedCriteriaASTTransformation - Class in org.grails.datastore.gorm.query.transform
Global version of the detached query transformer
- GlobalTraitRepairTransformation - Class in org.grails.compiler.gorm
Repairs the AST due to bugs in the way org.codehaus.groovy.transform.trait.TraitComposer works.
- GormAllOperations - Interface in grails.gorm.api
All GORM operations
- GormAsyncStaticApi - Class in org.grails.datastore.gorm.async
Transforms the GormStaticApi into an asynchronous API
- GormAsyncStaticApi(GormStaticApi<D>) - Constructor in GormAsyncStaticApi
-
- GormDocumentMappingFactory - Class in org.grails.datastore.mapping.document.config
- gormDynamicFinders - Field in GormStaticApi
-
- GormEnhancer - Class in org.grails.datastore.gorm
Enhances a class with GORM behavior
- GormEnhancer(Datastore, PlatformTransactionManager, ConnectionSourceSettings) - Constructor in GormEnhancer
-
Construct a new GormEnhancer for the given arguments
- gormEnhancer - Field in MongoDatastore
-
- GormEntity - Trait in org.grails.datastore.gorm
A trait that turns any class into a GORM entity
- GormEntityApi - Interface in org.grails.datastore.gorm
API for instance methods defined by a GORM entity
- GormEntityTraitProvider - Interface in org.grails.compiler.gorm
Provides the implementation to use for the GormEntity trait
- GormEntityTransformation - Class in org.grails.compiler.gorm
An AST transformation that adds the following features:
- GormInstanceApi - Class in org.grails.datastore.gorm
Instance methods of the GORM API.
- GormInstanceApi(Class<D>, Datastore) - Constructor in GormInstanceApi
-
- GormInstanceOperations - Interface in grails.gorm.api
Instance methods of the GORM API.
- GormKeyValueMappingFactory - Class in org.grails.datastore.mapping.keyvalue.mapping.config
@author Graeme Rocher
- GormKeyValueMappingFactory(String) - Constructor in GormKeyValueMappingFactory
-
- GormMappingConfigurationStrategy - Class in org.grails.datastore.mapping.model.config
- GormMappingConfigurationStrategy(MappingFactory) - Constructor in GormMappingConfigurationStrategy
-
- GormOperations - Interface in org.grails.datastore.gorm.query
Interface defining all typical GORM operations on class
- GormProperties - Interface in org.grails.datastore.mapping.model.config
Reserved static property names used by GORM to evaluate GORM-style syntax.
- GormQueryOperations - Interface in org.grails.datastore.gorm.query
Interface defining all typical query GORM operations on class
- GormStaticApi - Class in org.grails.datastore.gorm
Static methods of the GORM API.
- GormStaticApi(Class<D>, Datastore, List<FinderMethod>, PlatformTransactionManager) - Constructor in GormStaticApi
-
- GormStaticOperations - Interface in grails.gorm.api
Interface for the default static methods in GORM
- GormValidateable - Trait in org.grails.datastore.gorm
A trait that adds GORM validation behavior to any class
- GormValidationApi - Class in org.grails.datastore.gorm
Methods used for validating GORM instances.
- GormValidationApi(Class<D>, MappingContext, ApplicationEventPublisher) - Constructor in GormValidationApi
-
- GRAILS_APP_DIR - Field in AstUtils
-
The name of the Grails application directory
- GrailsTransactionAttribute - Class in grails.gorm.transactions
- GrailsTransactionAttribute(RuleBasedTransactionAttribute) - Constructor in GrailsTransactionAttribute
-
- GrailsTransactionTemplate - Class in grails.gorm.transactions
Template class that simplifies programmatic transaction demarcation and
transaction exception handling.
- GrailsTransactionTemplate(PlatformTransactionManager, GrailsTransactionAttribute) - Constructor in GrailsTransactionTemplate
-
- GraphDatastore - Interface in org.grails.datastore.mapping.graph
Marker interface for a Datastore that is a Graph
- GROOVY_OBJECT_CLASS - Field in KeyValueMappingContext
-
- GROOVY_PROXY_FACTORY_NAME - Field in AbstractMappingContext
-
- GroovyObjectMethodHandler - Class in org.grails.datastore.mapping.proxy
Javassist MethodHandler for handling GroovyObject methods
- GroovyObjectMethodHandler(Class<?>) - Constructor in GroovyObjectMethodHandler
-
- GroovyProxyFactory - Class in org.grails.datastore.gorm.proxy
Implements the proxy interface and creates a Groovy proxy by passing the need for javassist style proxies
and all the problems they bring.
- group(DBCollection, Map, Map, Map, String, String, ReadPreference) - Method in MongoExtensions
-
- GROUP_OPERATOR - Field in BsonQuery
-
- group - Field in UniqueConstraint
-
- groupByProjectionHandlers - Field in BsonQuery
-
- groupProperty(String) - Method in AbstractCriteriaBuilder
-
Defines a group by projection for datastores that support it
- groupProperty(String) - Method in AbstractDetachedCriteria.DetachedProjections
-
- groupProperty(String) - Method in ProjectionList
-
Defines a group by projection for datastores that support it
- groupProperty(String) - Method in Projections
-
Defines a group by projection for datastores that support it
- groupProperty(String) - Method in Query.ProjectionList
-
- gt(String, Object) - Method in AbstractCriteriaBuilder
-
Used to restrict a value to be greater than or equal to the given value
- gt(String, Object) - Method in AbstractDetachedCriteria
-
@see Criteria
- gt(String, Object) - Method in Criteria
-
Used to restrict a value to be greater than or equal to the given value
- gt(String, Object) - Method in DetachedCriteria
-
- GT_OPERATOR - Field in BsonQuery
-
- gt(String, Object) - Method in Query
-
Used to restrict a value to be greater than the given value
- gt(String, Object) - Method in Restrictions
-
Used to restrict a value to be greater than the given value
- gtAll(String, QueryableCriteria) - Method in AbstractCriteriaBuilder
-
Creates a subquery criterion that ensures the given property is greater than all the given returned values
- gtAll(String, QueryableCriteria) - Method in AbstractDetachedCriteria
-
- gtAll(String, QueryableCriteria) - Method in Criteria
-
Creates a subquery criterion that ensures the given property is greater than all the given returned values
- gtAll(String, QueryableCriteria) - Method in DetachedCriteria
-
- gte(String, Object) - Method in AbstractCriteriaBuilder
-
Used to restrict a value to be greater than or equal to the given value
- gte(String, Object) - Method in AbstractDetachedCriteria
-
@see Criteria
- gte(String, Object) - Method in Criteria
-
Used to restrict a value to be greater than or equal to the given value
- gte(String, Object) - Method in DetachedCriteria
-
- GTE_OPERATOR - Field in BsonQuery
-
- gte(String, Object) - Method in Query
-
Used to restrict a value to be greater than or equal to the given value
- gte(String, Object) - Method in Restrictions
-
Used to restrict a value to be greater than or equal to the given value
- gtProperty(String, String) - Method in AbstractCriteriaBuilder
-
Constraints a property to be greater than a specified other property
- gtProperty(String, String) - Method in AbstractDetachedCriteria
-
@see Criteria
- gtProperty(String, String) - Method in Criteria
-
Constrains a property to be greater than a specified other property
- gtProperty(String, String) - Method in DetachedCriteria
-
- gtProperty(String, String) - Method in Restrictions
-
Constraints a property to be greater than a specified other property
- gtSome(String, Closure<?>) - Method in AbstractCriteriaBuilder
-
- gtSome(String, Closure<?>) - Method in AbstractDetachedCriteria
-
- gtSome(String, Closure<?>) - Method in Criteria
-
Creates a subquery criterion that ensures the given property is greater than some of the given values
- gtSome(String, Closure<?>) - Method in DetachedCriteria
-
- id() - Method in AbstractCriteriaBuilder
-
- id() - Method in AbstractDetachedCriteria
-
Adds an id projection
- id() - Method in AbstractDetachedCriteria.DetachedProjections
-
- id() - Method in DetachedCriteria
-
Adds an id projection
- ID_PROJECTION - Field in Projections
-
- id() - Method in ProjectionList
-
A Projection that obtains the id of an object
- id() - Method in Projections
-
Projection used to obtain the id of an object
- id() - Method in Query.ProjectionList
-
- ID_REFERENCE_SUFFIX - Field in BsonQuery
-
- ident() - Method in DelegatingGormEntityApi
-
- ident() - Method in GormEntity
-
Returns the objects identifier
- ident() - Method in GormEntityApi
-
Returns the objects identifier
- ident(D) - Method in GormInstanceApi
-
Returns the objects identifier
- ident(D) - Method in GormInstanceOperations
-
Returns the objects identifier
- ident(D) - Method in GormStaticApi
-
- ident(D) - Method in TenantDelegatingGormOperations
-
- identifierType() - Method in EntityReflector
-
@return The identity type
- Identity - Class in org.grails.datastore.mapping.model.types
Represents the identity of a persistent entity
- identity - Field in AbstractPersistentEntity
-
- IDENTITY_DECODERS - Field in IdentityDecoder
-
- IDENTITY - Field in GormProperties
-
- Identity(PersistentEntity, MappingContext, String, Class) - Constructor in Identity
-
- IDENTITY_PROPERTY - Field in MappingFactory
-
- IdentityDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding the
Identity
- IdentityDecoder.IdentityTypeDecoder - Interface in org.grails.datastore.bson.codecs.decoders
- IdentityEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding the
Identity
- IdentityGenerationException - Class in org.grails.datastore.mapping.core
Thrown when an identity cannot be generated.
- IdentityGenerationException(String) - Constructor in IdentityGenerationException
-
- IdentityMapping - Interface in org.grails.datastore.mapping.model
@author Graeme Rocher
- idEq(Object) - Method in AbstractCriteriaBuilder
-
Creates an "equals" Criterion based on the specified property name and value.
- idEq(Object) - Method in AbstractDetachedCriteria
-
@see Criteria
- idEq(Object) - Method in Criteria
-
Creates an "equals" Criterion based on the specified property name and value
- idEq(Object) - Method in DetachedCriteria
-
- idEq(Object) - Method in Query
-
Restricts the results by the given properties value
- idEq(Object) - Method in Restrictions
-
Restricts the property to be equal to the given value
- idEquals(Object) - Method in AbstractCriteriaBuilder
-
- idEquals(Object) - Method in AbstractDetachedCriteria
-
@see Criteria
- idEquals(Object) - Method in Criteria
-
Creates a criterion that restricts the id to the given value
- idEquals(Object) - Method in DetachedCriteria
-
- ignoreCase() - Method in Query.Order
-
Whether to ignore the case for this order definition
- ilike(String, Object) - Method in AbstractCriteriaBuilder
-
Creates an ilike Criterion based on the specified property name and value.
- ilike(String, Object) - Method in AbstractDetachedCriteria
-
@see Criteria
- ilike(String, Object) - Method in Criteria
-
Creates an ilike Criterion based on the specified property name and value.
- ilike(String, Object) - Method in DetachedCriteria
-
- ilike(String, String) - Method in Query
-
Restricts the results by the given properties value
- ilike(String, String) - Method in Restrictions
-
Case insensitive like
- IllegalMappingException - Class in org.grails.datastore.mapping.model
Thrown when an error occurs reading the mapping between object and datastore.
- IllegalMappingException(String) - Constructor in IllegalMappingException
-
- implementsInterface(ClassNode, String) - Method in AstUtils
-
- implementsOrInheritsZeroArgMethod(ClassNode, String) - Method in AstUtils
-
- implementsZeroArgMethod(ClassNode, String) - Method in AstUtils
-
Tests whether the ClasNode implements the specified method name.
- in(String, Object) - Method in AbstractCriteriaBuilder
-
Creates an "in" Criterion based on the specified property name and list of values.
- in(String, Object) - Method in AbstractDetachedCriteria
-
@see Criteria
- in(String, Object) - Method in Criteria
-
Creates an "in" Criterion based on the specified property name and list of values
- in(String, Object) - Method in DetachedCriteria
-
- IN_OPERATOR - Field in BsonQuery
-
- in(String, List) - Method in Query
-
Restricts the results by the given property values
- in(String, QueryableCriteria) - Method in Restrictions
-
Restricts the property to be in the list of given values
- INC_OPERATOR - Field in MongoCodecEntityPersister
-
- INC_OPERATOR - Field in MongoConstants
-
- includeIdentifiers() - Method in AbstractPersistentEntity
-
- incrementEntityVersion(EntityAccess) - Method in EntityPersister
-
- incrementVersion(EntityAccess) - Method in EntityPersister
-
- index(Object, Object) - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
-
- index(T, K) - Method in AssociationIndexer
-
Index a single foreign key
- INDEX_ATTRIBUTES - Field in MongoDatastore
-
- index(Map<String, Object>, Map<String, Object>) - Method in MongoCollection
-
- index(Object, K) - Method in PropertyValueIndexer
-
Creates an index for the given value to the specified key
- INDEX_TYPE_2D - Field in MongoAttribute
-
- INDEX_TYPE_2DSPHERE - Field in MongoAttribute
-
- INDEX_TYPE - Field in MongoAttribute
-
- indexer - Field in AbstractPersistentCollection
-
- indexOf(Object) - Method in PagedResultList
-
- indexOf(Object) - Method in PersistentList
-
- inferNativeKey(String, Object) - Method in NativeEntryEntityPersister
-
Used to establish the native key to use from the identifier defined by the object
- inherited - Field in AbstractPersistentProperty
-
- init() - Method in AbstractDatastorePersistenceContextInterceptor
-
- initDeferredClose(Datastore) - Method in DatastoreUtils
-
Initialize deferred close for the current thread and the given Datastore.
- initForMappingContext(MappingContext) - Method in AutoTimestampEventListener
-
- initialiseIfNecessary(Class<T>) - Method in AbstractDetachedCriteria
-
- Initializable - Interface in org.grails.datastore.mapping.model.lifecycle
Interface for object that requires explicit initialization
- initialize() - Method in AbstractMappingContext
-
- initialize() - Method in AbstractPersistentCollection
-
- initialize() - Method in AbstractPersistentEntity
-
- initialize(ConnectionSourceSettings) - Method in DocumentMappingContext
-
- initialize() - Method in EmbeddedPersistentEntity
-
- initialize() - Method in EntityProxy
-
Initializes the proxy if it hasn't been initialized already
- initialize(Object) - Method in GroovyProxyFactory
-
- initialize() - Method in Initializable
-
Call to initialize the object
- initialize(Object) - Method in JavassistProxyFactory
-
- INITIALIZE_METHOD - Field in EntityProxyMethodHandler
-
- initialize(ConnectionSource<MongoClient, MongoConnectionSourceSettings>) - Method in MongoConnectionSources
-
- initialize(MongoConnectionSourceSettings) - Method in MongoDatastore
-
Runs the initialization sequence
- initialize(ConnectionSourceSettings) - Method in MongoMappingContext
-
- initialize() - Method in PagedResultList
-
- initialize() - Method in PersistentCollection
-
Initializes the collection if it hasn't already been initialized.
- initialize(Object) - Method in ProxyHandler
-
Initialises the given object
- initializeConverters(MappingContext) - Method in AbstractDatastore
-
- initialized - Field in AbstractPersistentCollection
-
- initialized - Field in AbstractResultList
-
- INITIALIZED_PROPERTY - Field in EntityProxyMethodHandler
-
- initializeDefaultMappingFactory(String) - Method in KeyValueMappingContext
-
- initializedObjects - Field in AbstractResultList
-
- initializeFully() - Method in AbstractResultList
-
- initializeFully() - Method in MongoQuery.AggregatedResultList
-
- initializeIndices(PersistentEntity) - Method in MongoDatastore
-
Indexes any properties that are mapped with index:true
- initializeMethods(def) - Method in AbstractGormApi
-
- initializePersistentCollection(Session, EntityAccess, Association) - Method in PersistentEntityCodec.OneToManyDecoder
-
- initializeProxyTarget(Object) - Method in EntityProxyMethodHandler
-
- initializeTarget() - Method in SessionEntityProxyMethodHandler
-
- initializing - Field in AbstractPersistentCollection
-
- initialValue() - Method in SoftThreadLocalMap
-
Creates an initial value of a Map.
- injectIdProperty(ClassNode) - Method in GormEntityTransformation
-
- injectTrait(ClassNode, Class) - Method in AstUtils
-
- injectVersionProperty(ClassNode) - Method in GormEntityTransformation
-
- inList(String, Object) - Method in AbstractCriteriaBuilder
-
Creates an "in" Criterion based on the specified property name and list of values.
- inList(String, Object) - Method in AbstractDetachedCriteria
-
@see Criteria
- inList(String, Object) - Method in Criteria
-
Creates an "in" Criterion based on the specified property name and list of values
- inList(String, Object) - Method in DetachedCriteria
-
- InMemoryConnectionSources - Class in org.grails.datastore.mapping.core.connections
- InMemoryConnectionSources(ConnectionSource<T, S>, ConnectionSourceFactory<T, S>, PropertyResolver) - Constructor in InMemoryConnectionSources
-
- inRadians() - Method in Distance
-
@return The value of the distance in Radians
- insert(Object) - Method in AbstractSession
-
- insert(Map) - Method in DelegatingGormEntityApi
-
- insert(Object) - Method in EntityPersister
-
- insert(Map) - Method in GormEntity
-
Forces an insert of an object to the datastore
- insert(Map) - Method in GormEntityApi
-
Forces an insert of an object to the datastore
- insert(D, Map) - Method in GormInstanceApi
-
Forces an insert of an object to the datastore
- insert(D, Map) - Method in GormInstanceOperations
-
Forces an insert of an object to the datastore
- insert(D, Map) - Method in GormStaticApi
-
- insert(MongoCollection<Document>, List<? extends Map>, InsertManyOptions) - Method in MongoExtensions
-
- insert(Object) - Method in Persister
-
Forces an insert of an object rather than trying to guess if it is an insert or an update
- insert(Object) - Method in Session
-
Forces an insert
- insert(D, Map) - Method in TenantDelegatingGormOperations
-
- INSTANCE_PREFIX - Field in AbstractMongoObectEntityPersister
-
- INSTANCE_PREFIX - Field in MongoCodecEntityPersister
-
- InstanceFactoryBean - Class in org.grails.datastore.gorm.bootstrap.support
Simple singleton instance implementation of Spring's FactoryBean interface
- InstanceFactoryBean(T) - Constructor in InstanceFactoryBean
-
- InstanceMethodInvokingClosure - Class in org.grails.datastore.gorm.internal
Not public API.
- InstanceMethodInvokingClosure(def, Class<?>, String, Class) - Constructor in InstanceMethodInvokingClosure
-
- instanceOf(Class) - Method in DelegatingGormEntityApi
-
- instanceOf(Class) - Method in GormEntity
-
Proxy aware instanceOf implementation.
- instanceOf(Class) - Method in GormEntityApi
-
Proxy aware instanceOf implementation.
- instanceOf(D, Class) - Method in GormInstanceApi
-
Proxy aware instanceOf implementation.
- instanceOf(D, Class) - Method in GormInstanceOperations
-
Proxy aware instanceOf implementation.
- instanceOf(D, Class) - Method in GormStaticApi
-
- instanceOf(D, Class) - Method in TenantDelegatingGormOperations
-
- InstanceProxy - Class in org.grails.datastore.gorm.utils
A proxy onto another instance
- instantiate(Class<T>) - Method in ReflectionUtils
-
Instantiates an object catching any relevant exceptions and rethrowing as a runtime exception
- InstantiationException - Class in org.grails.datastore.mapping.reflect
Runtime exception equivalent of java.lang.InstantiationException
- InstantiationException(String, Throwable) - Constructor in InstantiationException
-
- IntArrayToIntegerArrayConverter - Class in org.grails.datastore.mapping.model.types.conversion
@author Stefan Armbruster
- IntegerToByteConverter - Class in org.grails.datastore.mapping.model.types.conversion
@author Stefan Armbruster
- IntegerToShortConverter - Class in org.grails.datastore.mapping.model.types.conversion
@author Stefan Armbruster
- invoke(Class, String, Object) - Method in DynamicFinder
-
- invoke(Class, String, Closure, Object) - Method in FinderMethod
-
Invokes the method
- invoke(Object, Method, Method, Object) - Method in GroovyObjectMethodHandler
-
- INVOKE_IMPLEMENTATION - Field in GroovyObjectMethodHandler
-
- invoke(Class, String, Closure, Object) - Method in ListOrderByFinder
-
- INVOKE_METHOD - Field in GroovyObjectMethodHandler
-
- invokeBeforeValidate(Object, List<?>) - Method in BeforeValidateHelper
-
- invokeClosureNode(Object) - Method in AbstractCriteriaBuilder
-
- invokeEntityProxyMethods(Object, String, Object) - Method in EntityProxyMethodHandler
-
- invokeList() - Method in AbstractCriteriaBuilder
-
- invokeMethod(String, Object) - Method in AbstractCriteriaBuilder
-
- invokeMethod(String, Object) - Method in ClosureToMapPopulator
-
- invokeMethod(String, def) - Method in DefaultMappingConfigurationBuilder
-
- invokeMethod(String, def) - Method in InstanceProxy
-
- invokeMethod(Object, String, Object) - Method in ProxyInstanceMetaClass
-
Handle method calls on our proxy.
- invokeMethodAfterResolving(Object, String, Object) - Method in GroovyObjectMethodHandler
-
- invokeMethodBeforeResolving(Object, String, Object) - Method in EntityProxyMethodHandler
-
- invokeMethodBeforeResolving(Object, String, Object) - Method in GroovyObjectMethodHandler
-
- invokeQuery(Query) - Method in AbstractFindByFinder
-
- invokeQuery(Query) - Method in CountByFinder
-
- invokeQuery(Query) - Method in FindAllByFinder
-
- invokeQuery(Query) - Method in ListOrderByFinder
-
- invokeThisMethod(Object, String, Object) - Method in GroovyObjectMethodHandler
-
- IS_INITIALIZED_METHOD - Field in EntityProxyMethodHandler
-
- IS_NULL_CRITERION - Field in DetachedCriteriaTransformer
-
- IS_PROXY_METHOD - Field in EntityProxyMethodHandler
-
- isAbstract() - Method in AbstractPersistentEntity
-
- isAbstract(PersistentEntity) - Method in GormMappingConfigurationStrategy
-
- isActive() - Method in SessionOnlyTransaction
-
- isActive() - Method in Transaction
-
Whether the transaction is active
- isAnnotatedSuperClass(MappingConfigurationStrategy, Class) - Method in AbstractPersistentEntity
-
- isAssignableFrom(Class<?>, Class<?>) - Method in ReflectionUtils
-
- isAssignableOrConvertibleFrom(Class<?>, Class<?>) - Method in ClassUtils
-
Returns true if the specified clazz parameter is either the same as, or is a superclass or superinterface
of, the specified type parameter.
- isAssignedId(PersistentEntity) - Method in EntityPersister
-
- isAssignedId(PersistentEntity) - Method in MongoCodecEntityPersister
-
- isAttached() - Method in DelegatingGormEntityApi
-
- isAttached() - Method in GormEntity
-
No concept of session-based model so defaults to true
- isAttached() - Method in GormEntityApi
-
No concept of session-based model so defaults to true
- isAttached(D) - Method in GormInstanceApi
-
No concept of session-based model so defaults to true
- isAttached(D) - Method in GormInstanceOperations
-
No concept of session-based model so defaults to true
- isAttached(D) - Method in GormStaticApi
-
- isAttached(D) - Method in TenantDelegatingGormOperations
-
- isAvailable() - Method in AbstractDatastoreInitializer.GrailsBeanBuilderInit
-
- isAvailable() - Method in AbstractDatastoreInitializer.GroovyBeanReaderInit
-
- isAvailable() - Method in GormEntityTraitProvider
-
@return Whether this trait provided is available
- isBasic() - Method in Association
-
@return Whether this association is embedded
- isBidirectional() - Method in Association
-
- isCached(Class, Serializable) - Method in AbstractSession
-
- isCached(Class, Serializable) - Method in SessionImplementor
-
Whether an object with the specified key is contained within the first level cache.
- isCancelled() - Method in AbstractPersistenceEvent
-
- isCircular() - Method in Association
-
@return Whether the association is circular
- isClassBelowPackage(Class<?>, List) - Method in ClassUtils
-
- isConfigurational(String) - Method in NameUtils
-
- isConnected() - Method in AbstractAttributeStoringSession
-
- isConnected() - Method in Session
-
@return true
if connected to the datastore
- isCustomType(Class<?>) - Method in MappingFactory
-
- isDerived() - Method in Property
-
@return Whether the property is derived or not
- isDirty(Object, Object) - Method in AbstractMongoObectEntityPersister
-
- isDirty() - Method in AbstractPersistentCollection
-
- isDirty(Object) - Method in AbstractSession
-
- isDirty() - Method in DelegatingGormEntityApi
-
- isDirty() - Method in GormEntity
-
Checks whether an entity is dirty
- isDirty() - Method in GormEntityApi
-
Checks whether an entity is dirty
- isDirty(D) - Method in GormInstanceApi
-
Checks whether an entity is dirty
- isDirty(Object, Object) - Method in NativeEntryEntityPersister
-
- isDirty() - Method in PersistentCollection
-
Check whether the collection has been modified.
- isDirty(Object) - Method in Session
-
Check if the instance has been modified since loading.
- isDiscriminatorProperty(String) - Method in BsonPersistentEntityCodec
-
- isDomainClass(ClassNode) - Method in AstUtils
-
- isEmbedded() - Method in Association
-
@return Whether this association is embedded
- isEmbeddedEntry(Object) - Method in MongoEntityPersister
-
- isEmbeddedEntry(Object) - Method in NativeEntryEntityPersister
-
Tests whether a native entry is an embedded entry
- isEmpty(String) - Method in AbstractCriteriaBuilder
-
- isEmpty(String) - Method in AbstractDetachedCriteria
-
@see Criteria
- isEmpty() - Method in AbstractPersistentCollection
-
- isEmpty() - Method in AbstractResultList
-
- isEmpty(String) - Method in Criteria
-
Creates a criterion that asserts the given property is empty (such as a blank string)
- isEmpty(String) - Method in DetachedCriteria
-
- isEmpty() - Method in PagedResultList
-
- isEmpty() - Method in PropertyResolverMap
-
- isEmpty(String) - Method in Query
-
Used to restrict a value to be empty (such as a blank string or an empty collection)
- isEmpty() - Method in Query.Junction
-
- isEmpty() - Method in Query.ProjectionList
-
- isEmpty(String) - Method in Restrictions
-
Used to restrict a value to be empty (such as a blank string or an empty collection)
- isEmpty() - Method in SessionHolder
-
- isEnum(ClassNode) - Method in AstUtils
-
- isExternal() - Method in AbstractPersistentEntity
-
- isExternal() - Method in PersistentEntity
-
Whether this PersistentEntity is mapped using a different store.
- isForeignKeyInChild() - Method in ToOne
-
- isGetter(String, Class<?>) - Method in ReflectionUtils
-
Returns true if the name of the method specified and the number of arguments make it a javabean property
- isGrailsPresent() - Method in AbstractDatastoreInitializer
-
- isGroovyType(ClassNode) - Method in AstUtils
-
Whether the given type is a Groovy object
- isIdentifierProperty(String) - Method in BsonPersistentEntityCodec
-
Whether the given document attribute is the identifier
- isIdentifierProperty(String) - Method in PersistentEntityCodec
-
- isIdentityName(String) - Method in AbstractPersistentEntity
-
- isIdentityName(String) - Method in PersistentEntity
-
True if the given property is the identifier
- isIgnoreCase() - Method in Query.Order
-
- isIndex() - Method in Property
-
@return Whether this property is index
- isIndexed(PersistentProperty) - Method in AbstractDatastore
-
- isInherited() - Method in AbstractPersistentProperty
-
- isInherited() - Method in PersistentProperty
-
@return Whether this property is inherited
- isInheritRollbackOnly() - Method in GrailsTransactionAttribute
-
- isInInheritanceHierarchy(PersistentEntity) - Method in AbstractMappingContext
-
Returns true if the given entity is in an inheritance hierarchy
- isInInheritanceHierarchy(PersistentEntity) - Method in MappingContext
-
Returns true if the given entity is in an inheritance hierarchy
- isInitialized() - Method in AbstractMappingContext
-
- isInitialized() - Method in AbstractPersistentCollection
-
- isInitialized() - Method in AbstractPersistentEntity
-
- isInitialized() - Method in EntityProxy
-
Checks whether the proxy has been initialized
- isInitialized(Object, String) - Method in GroovyProxyFactory
-
- isInitialized() - Method in Initializable
-
- isInitialized(Object, String) - Method in JavassistProxyFactory
-
- isInitialized() - Method in PersistentCollection
-
Check whether the collection has been loaded.
- isInitialized(Object, String) - Method in ProxyHandler
-
Checks whether the given association name of the given object is initialized
- isInstance(Object) - Method in AbstractPersistentEntity
-
- isInstance(Object) - Method in PersistentEntity
-
Tests whether the given instance is an instance of this persistent entity
- isInvertBooleanReturnValue() - Method in EventTriggerCaller
-
- isLazy() - Method in Property
-
Whether to use lazy proxies for each association.
- isLazy() - Method in ToMany
-
@return Whether this association is lazy
- isList() - Method in Association
-
@return Whether the association is a List
- isListenerExcluded(String) - Method in AbstractPersistenceEvent
-
- isLocked(Object) - Method in LockableEntityPersister
-
Return whether an object is locked or not
- isLocked(Object) - Method in MongoCodecEntityPersister
-
- isLocked(Object) - Method in NativeEntryEntityPersister
-
Subclasses can override to provide locking semantics
- isMappedClass(String, Class) - Method in AbstractDatastoreInitializer
-
- isMappedClass(String, Class) - Method in MongoDbDataStoreSpringInitializer
-
- isMethodMatch(String) - Method in DynamicFinder
-
- isMethodMatch(String) - Method in FinderMethod
-
Whether the given method name matches this finder
- isMethodMatch(String) - Method in ListOrderByFinder
-
- isMethodOverriddenFromParent(Method) - Method in ReflectionUtils
-
Tests whether a method is overridden from the parent
- isMongoNativeType(Class) - Method in MongoMappingContext
-
Check whether a type is a native mongo type that can be stored by the mongo driver without conversion.
- isMultiTenant() - Method in AbstractPersistentEntity
-
- isMultiTenant(Class) - Method in ClassUtils
-
Whether the class is multi tenant
- isMultiTenant(Class) - Method in ConnectionSourcesSupport
-
- isMultiTenant() - Method in PersistentEntity
-
@return Whether the entity is multi tenant
- isNewSession() - Method in TransactionObject
-
- isNewSessionHolder() - Method in TransactionObject
-
- isNoOperationCaller() - Method in EventTriggerCaller
-
- isNotConfigurational(String) - Method in NameUtils
-
- isNotEmpty(String) - Method in AbstractCriteriaBuilder
-
- isNotEmpty(String) - Method in AbstractDetachedCriteria
-
@see Criteria
- isNotEmpty(String) - Method in Criteria
-
Creates a criterion that asserts the given property is not empty
- isNotEmpty(String) - Method in DetachedCriteria
-
- isNotEmpty(String) - Method in Query
-
Used to restrict a value to be not empty (such as a blank string or an empty collection)
- isNotEmpty(String) - Method in Restrictions
-
Used to restrict a value to be not empty (such as a non-blank string)
- isNotNull(String) - Method in AbstractCriteriaBuilder
-
- isNotNull(String) - Method in AbstractDetachedCriteria
-
@see Criteria
- isNotNull(String) - Method in Criteria
-
Creates a criterion that asserts the given property is not null
- isNotNull(String) - Method in DetachedCriteria
-
- isNotNull(String) - Method in Query
-
Used to restrict a property to be not null
- isNotNull(String) - Method in Restrictions
-
Used to restrict a value to be null
- isNull(String) - Method in AbstractCriteriaBuilder
-
- isNull(String) - Method in AbstractDetachedCriteria
-
@see Criteria
- isNull(String) - Method in Criteria
-
Creates a criterion that asserts the given property is null
- isNull(String) - Method in DetachedCriteria
-
- isNull(String) - Method in Query
-
Used to restrict a property to be null
- isNull(String) - Method in Restrictions
-
Used to restrict a value to be null
- isNullable() - Method in AbstractPersistentProperty
-
- isNullable() - Method in OneToMany
-
- isNullable() - Method in PersistentProperty
-
Whether the property can be set to null
- isNullable() - Method in Property
-
@return Whether the property is nullable
- ISO_8601 - Field in JsonWriter
-
- isOnValue() - Method in FunctionCallingCriterion
-
Whether the function is called on the value or on the property
- isOpen() - Method in AbstractDatastorePersistenceContextInterceptor
-
- isOwningEntity(PersistentEntity) - Method in AbstractPersistentEntity
-
- isOwningEntity(PersistentEntity) - Method in PersistentEntity
-
Returns whether the specified entity asserts ownership over this
entity
- isOwningSide() - Method in Association
-
Returns whether this side owns the relationship.
- isOwningSide() - Method in Basic
-
- isOwningSide() - Method in Embedded
-
- isOwningSide() - Method in EmbeddedCollection
-
- isOwningSide() - Method in ToOne
-
- isPendingAlready(Object) - Method in AbstractSession
-
- isPendingAlready(T) - Method in SessionImplementor
-
@param obj Whether the given object is already pending
- isPersistentEntity(Object) - Method in AbstractMappingContext
-
- isPersistentEntity(Class) - Method in GormMappingConfigurationStrategy
-
Tests whether an class is a persistent entity
- isPersistentEntity(Class) - Method in MappingConfigurationStrategy
-
Tests whether the given class is a persistent entity
- isPersistentEntity(Object) - Method in MappingContext
-
Returns whether the specified value is a persistent entity
- isPresent(String, ClassLoader) - Method in ClassUtils
-
Determine whether the java.lang.Class identified by the supplied name is present
and can be loaded.
- isPropertyIndexed(Property) - Method in NativeEntryEntityPersister
-
- isProxy(Object) - Method in GroovyProxyFactory
-
Check our object has the correct meta class to be a proxy of this type.
- isProxy(Object) - Method in JavassistProxyFactory
-
- isProxy(Object) - Method in ProxyHandler
-
Checks whether the specified instance is a proxy
- isProxyInitiated(Object) - Method in AssociationQueryProxyHandler
-
- isProxyInitiated(Object) - Method in EntityProxyMethodHandler
-
- isProxyInitiated() - Method in ProxyInstanceMetaClass
-
- isProxyInitiated(Object) - Method in SessionEntityProxyMethodHandler
-
- isReadableProperty(String) - Method in ClassPropertyFetcher
-
- isRealMethod(MetaMethod) - Method in GormEnhancer
-
- isReference(Association) - Method in AbstractMongoObectEntityPersister
-
- isReference() - Method in MongoAttribute
-
- isReference() - Method in Property
-
@return Whether this property is a database reference such as a foreign key
- isRollbackOnly() - Method in TransactionObject
-
- isRoot() - Method in AbstractPersistentEntity
-
- isRoot() - Method in PersistentEntity
-
Whether this entity is a root entity
- isSchemaless() - Method in AbstractDatastore
-
- isSchemaless() - Method in AbstractSession
-
- isSchemaless() - Method in Datastore
-
Whether the datastore is schema-less.
- isSchemaless() - Method in MongoDatastore
-
- isSchemaless() - Method in QueryCreator
-
@return Whether schemaless queries are allowed
- isSessionTransactional(Session, Datastore) - Method in DatastoreUtils
-
Return whether the given Datastore Session is transactional, that is,
bound to the current thread by Spring's transaction facilities.
- isSetter(String, Class) - Method in ReflectionUtils
-
- isSharedConnection() - Method in MultiTenancySettings.MultiTenancyMode
-
@return Whether a single shared connection is used
- isSimpleType(String) - Method in MappingFactory
-
- isSingleResult() - Method in MongoQuery.AggregatePipeline
-
- isSingleton() - Method in InstanceFactoryBean
-
- isSingleton() - Method in MongoClientFactoryBean
-
- isSingleton() - Method in MongoClientOptionsFactoryBean
-
- isStateless(PersistentEntity) - Method in AbstractSession
-
- isStateless(PersistentEntity) - Method in SessionImplementor
-
@return Whether the session is stateless
- isSubclassOf(ClassNode, String) - Method in AstUtils
-
Returns true if the given class name is a parent class of the given class
- isSubclassOfOrImplementsInterface(ClassNode, String) - Method in AstUtils
-
- isSynchronizedWithTransaction - Field in AbstractSession
-
- isTenantId(PersistentEntity, MappingContext, PropertyDescriptor) - Method in AbstractGormMappingFactory
-
- isTenantId(PersistentEntity, MappingContext, PropertyDescriptor) - Method in KeyValueMappingFactory
-
- isTenantId(PersistentEntity, MappingContext, PropertyDescriptor) - Method in MappingFactory
-
Return whether the given property descriptor is the tenant id
- isTransactionPresent(Datastore) - Method in TransactionUtils
-
- isUnique() - Method in Property
-
@return Whether the property should be unique
- isUniqueWithinGroup() - Method in Property
-
@return Whether the property is unique within a group
- isValidSource(AbstractPersistenceEvent) - Method in AbstractPersistenceEventListener
-
- isVersioned() - Method in AbstractPersistentEntity
-
- isVersioned() - Method in Entity
-
@return Whether this entity is versioned
- isVersioned(EntityAccess) - Method in EntityPersister
-
- isVersioned() - Method in PersistentEntity
-
Is the entity versioned for optimistic locking.
- isVetoed() - Method in PendingDeleteAdapter
-
- isVetoed() - Method in PendingInsertAdapter
-
- isVetoed() - Method in PendingOperation
-
@return Whether the operation has been vetoed
- isVetoed() - Method in PendingOperationAdapter
-
- isVetoed() - Method in PendingUpdateAdapter
-
- iterator() - Method in AbstractConnectionSources
-
- iterator() - Method in AbstractPersistentCollection
-
- iterator() - Method in AbstractResultList
-
Override to transform elements if necessary during iteration.
- iterator() - Method in DetachedCriteria
-
- iterator() - Method in MongoQuery.AggregatedResultList
-
- iterator() - Method in PagedResultList
-
- iterator() - Method in StaticConnectionSources
-
- last(Map) - Method in GormEntity
-
Finds the last object.
- last(Map) - Method in GormStaticApi
-
Finds the last object.
- last(Map) - Method in GormStaticOperations
-
Finds the last object.
- last() - Method in PersistentSortedSet
-
- last(Map) - Method in TenantDelegatingGormOperations
-
- LAST_UPDATED - Field in GormProperties
-
- LAST_UPDATED_PROPERTY - Field in AutoTimestampEventListener
-
- lastIndexOf(Object) - Method in PagedResultList
-
- lastIndexOf(Object) - Method in PersistentList
-
- lazyQuery - Field in AbstractDetachedCriteria
-
- le(String, Object) - Method in AbstractCriteriaBuilder
-
Used to restrict a value to be less than or equal to the given value
- le(String, Object) - Method in AbstractDetachedCriteria
-
@see Criteria
- le(String, Object) - Method in Criteria
-
Used to restrict a value to be less than or equal to the given value
- le(String, Object) - Method in DetachedCriteria
-
- le(String, Object) - Method in Query
-
Used to restrict a value to be less than or equal to the given value
- leAll(String, QueryableCriteria) - Method in AbstractCriteriaBuilder
-
Creates a subquery criterion that ensures the given property is less than all the given returned values
- leAll(String, QueryableCriteria) - Method in AbstractDetachedCriteria
-
- leAll(String, QueryableCriteria) - Method in Criteria
-
Creates a subquery criterion that ensures the given property is less than all the given returned values
- leAll(String, QueryableCriteria) - Method in DetachedCriteria
-
- leftShift(DBCollection, List<? extends Map>) - Method in MongoExtensions
-
- leProperty(String, String) - Method in AbstractCriteriaBuilder
-
Constraints a property to be less than or equal to a specified other property
- leProperty(String, String) - Method in AbstractDetachedCriteria
-
@see Criteria
- leProperty(String, String) - Method in Criteria
-
Constrains a property to be less than or equal to a specified other property
- leProperty(String, String) - Method in DetachedCriteria
-
- leProperty(String, String) - Method in Restrictions
-
Constraints a property to be less than or equal to a specified other property
- leSome(String, Closure<?>) - Method in AbstractCriteriaBuilder
-
- leSome(String, Closure<?>) - Method in AbstractDetachedCriteria
-
- leSome(String, Closure<?>) - Method in Criteria
-
Creates a subquery criterion that ensures the given property is less than or equal to some of the given values
- leSome(String, Closure<?>) - Method in DetachedCriteria
-
- like(String, Object) - Method in AbstractCriteriaBuilder
-
Creates an like Criterion based on the specified property name and value.
- like(String, Object) - Method in AbstractDetachedCriteria
-
@see Criteria
- like(String, Object) - Method in Criteria
-
Creates a like Criterion based on the specified property name and value
- like(String, Object) - Method in DetachedCriteria
-
- like(String, String) - Method in Query
-
Restricts the results by the given properties value
- like(String, String) - Method in Restrictions
-
Restricts the property match the given String expressions.
- LineString - Class in grails.mongodb.geo
See http://geojson.org/geojson-spec.html#linestring
- LineString(Point) - Constructor in LineString
-
Constructs a LineString for the given
Point instances
- LineStringType - Class in org.grails.datastore.gorm.mongo.geo
- LineStringType() - Constructor in LineStringType
-
- list(Map, Closure) - Method in BuildableCriteria
-
Defines and executes a list query in a single call.
- list(Map, Closure) - Method in CriteriaBuilder
-
- list(Closure) - Method in DetachedCriteria
-
Lists all records matching the criterion contained within this DetachedCriteria instance
- list() - Method in GormEntity
-
List all entities
- list(Map, Closure) - Method in GormQueryOperations
-
Lists all records matching the criterion contained within this DetachedCriteria instance
- list() - Method in GormStaticApi
-
List all entities
- list() - Method in GormStaticOperations
-
List all entities
- list(Map, Closure) - Method in NamedCriteriaProxy
-
- list() - Method in Query
-
Executes the query returning zero or many results as a list.
- list() - Method in QueryableCriteria
-
List all results
- list() - Method in TenantDelegatingGormOperations
-
- listDirtyPropertyNames() - Method in DirtyCheckable
-
@return A list of the dirty property names
- listDistinct(Closure) - Method in BuildableCriteria
-
Defines and executes a list distinct query in a single call.
- listDistinct(Closure) - Method in CriteriaBuilder
-
Defines and executes a list distinct query in a single call.
- listDistinct(Map, Closure) - Method in NamedCriteriaProxy
-
- listeners - Field in AbstractConnectionSources
-
- listIterator(int) - Method in AbstractResultList
-
- listIterator(int) - Method in MongoQuery.AggregatedResultList
-
- listIterator(int) - Method in PagedResultList
-
- listIterator(int) - Method in PersistentList
-
- ListOrderByFinder - Class in org.grails.datastore.gorm.finders
The "listOrderBy*" static persistent method.
- ListOrderByFinder(Datastore) - Constructor in ListOrderByFinder
-
- load(Serializable) - Method in GormEntity
-
Retrieves and object from the datastore as a proxy. eg.
- load(Serializable) - Method in GormStaticApi
-
Retrieves and object from the datastore as a proxy. eg.
- load(Serializable) - Method in GormStaticOperations
-
Retrieves and object from the datastore as a proxy. eg.
- load(Serializable) - Method in TenantDelegatingGormOperations
-
- loadEmbeddedCollection(EmbeddedCollection, EntityAccess, Object, String) - Method in MongoEntityPersister
-
- loadEmbeddedCollection(EmbeddedCollection, EntityAccess, Object, String) - Method in NativeEntryEntityPersister
-
Implementors who want to the ability to read embedded collections should implement this method
- loadEmbeddedCollectionKeys(Association, EntityAccess, T) - Method in AbstractMongoObectEntityPersister
-
Implementors who want to support one-to-many associations embedded should implement this method
- loadEmbeddedCollectionKeys(Association, EntityAccess, T) - Method in NativeEntryEntityPersister
-
Implementors who want to support one-to-many associations embedded should implement this method
- loadInverseChildKeys(Session, Class, Collection) - Method in AbstractPersistentCollection
-
- lock(Class, Serializable) - Method in AbstractSession
-
- lock() - Method in DelegatingGormEntityApi
-
- lock(Serializable) - Method in GormEntity
-
Locks an instance for an update
- lock() - Method in GormEntityApi
-
Upgrades an existing persistence instance to a write lock
- lock(D) - Method in GormInstanceApi
-
Upgrades an existing persistence instance to a write lock
- lock(D) - Method in GormInstanceOperations
-
Upgrades an existing persistence instance to a write lock
- lock(D) - Method in GormStaticApi
-
- lock(Serializable) - Method in GormStaticOperations
-
Locks an instance for an update
- lock(Serializable, int) - Method in LockableEntityPersister
-
Acquire a lock using the given identifier and timeout delay
- lock(Serializable, int) - Method in MongoCodecEntityPersister
-
- lock(Serializable, int) - Method in NativeEntryEntityPersister
-
- lock(LockModeType) - Method in Query
-
Specifies whether the query should obtain a pessimistic lock
- lock(Class<T>, Serializable) - Method in Session
-
Retrieves an individual object, using a write lock to prevent loss of updates
- lock(Serializable) - Method in TenantDelegatingGormOperations
-
- LockableEntityPersister - Class in org.grails.datastore.mapping.engine
Abstract base class for entity persisters that support locking.
- LockableEntityPersister(MappingContext, PersistentEntity, Session, ApplicationEventPublisher) - Constructor in LockableEntityPersister
-
- lockedObjects - Field in AbstractSession
-
- lockEntry(PersistentEntity, String, Serializable, int) - Method in NativeEntryEntityPersister
-
Subclasses can override to provide locking semantics
- lockResult - Field in Query
-
- LOG - Field in AbstractDatastore
-
- logger - Field in MongoClientFactoryBean
-
Logger, available to subclasses.
- LOGICAL_AND - Field in JpaQueryBuilder
-
- LOGICAL_OR - Field in JpaQueryBuilder
-
- LongArrayToLongArrayConverter - Class in org.grails.datastore.mapping.model.types.conversion
@author Stefan Armbruster
- lt(String, Object) - Method in AbstractCriteriaBuilder
-
Used to restrict a value to be less than or equal to the given value
- lt(String, Object) - Method in AbstractDetachedCriteria
-
@see Criteria
- lt(String, Object) - Method in Criteria
-
Used to restrict a value to be less than or equal to the given value
- lt(String, Object) - Method in DetachedCriteria
-
- LT_OPERATOR - Field in BsonQuery
-
- lt(String, Object) - Method in Query
-
Used to restrict a value to be less than the given value
- lt(String, Object) - Method in Restrictions
-
Used to restrict a value to be less than the given value
- ltAll(String, QueryableCriteria) - Method in AbstractCriteriaBuilder
-
Creates a subquery criterion that ensures the given property is less than all the given returned values
- ltAll(String, QueryableCriteria) - Method in AbstractDetachedCriteria
-
- ltAll(String, QueryableCriteria) - Method in Criteria
-
Creates a subquery criterion that ensures the given property is less than all the given returned values
- ltAll(String, QueryableCriteria) - Method in DetachedCriteria
-
- lte(String, Object) - Method in AbstractCriteriaBuilder
-
Used to restrict a value to be less than or equal to the given value
- lte(String, Object) - Method in AbstractDetachedCriteria
-
@see Criteria
- lte(String, Object) - Method in Criteria
-
Used to restrict a value to be less than or equal to the given value
- lte(String, Object) - Method in DetachedCriteria
-
- LTE_OPERATOR - Field in BsonQuery
-
- lte(String, Object) - Method in Query
-
Used to restrict a value to be less than or equal to the given value
- lte(String, Object) - Method in Restrictions
-
Used to restrict a value to be less than or equal to the given value
- ltProperty(String, String) - Method in AbstractCriteriaBuilder
-
Constraints a property to be less than a specified other property
- ltProperty(String, String) - Method in AbstractDetachedCriteria
-
@see Criteria
- ltProperty(String, String) - Method in Criteria
-
Constrains a property to be less than a specified other property
- ltProperty(String, String) - Method in DetachedCriteria
-
- ltProperty(String, String) - Method in Restrictions
-
Constraints a property to be less than a specified other property
- ltSome(String, Closure<?>) - Method in AbstractCriteriaBuilder
-
- ltSome(String, Closure<?>) - Method in AbstractDetachedCriteria
-
- ltSome(String, Closure<?>) - Method in Criteria
-
Creates a subquery criterion that ensures the given property is less than some of the given values
- ltSome(String, Closure<?>) - Method in DetachedCriteria
-
- save(Map) - Method in DelegatingGormEntityApi
-
- save(Map) - Method in GormEntity
-
Saves an object with the given parameters
- save(Map) - Method in GormEntityApi
-
Saves an object with the given parameters
- save(D, Map) - Method in GormInstanceApi
-
Saves an object with the given parameters
- save(D, Map) - Method in GormInstanceOperations
-
Saves an object with the given parameters
- save(D, Map) - Method in GormStaticApi
-
- save(MongoCollection<Document>, Map<String, Object>, WriteConcern) - Method in MongoExtensions
-
- save(D, Map) - Method in TenantDelegatingGormOperations
-
- saveAll(Iterable<?>) - Method in GormEntity
-
Saves a list of objects in one go
- saveAll(Iterable<?>) - Method in GormStaticApi
-
Saves a list of objects in one go
- saveAll(Iterable<?>) - Method in GormStaticOperations
-
Saves a list of objects in one go
- saveAll(Iterable<?>) - Method in TenantDelegatingGormOperations
-
- SaveOrUpdateEvent - Class in org.grails.datastore.mapping.engine.event
@author Burt Beckwith
- SaveOrUpdateEvent(Datastore, Object) - Constructor in SaveOrUpdateEvent
-
- scanForPersistentClasses() - Method in AbstractDatastoreInitializer
-
- SchemaHandler - Interface in org.grails.datastore.gorm.jdbc.schema
A resolver that helps resolve information about the database schema.
- SCHEMALESS_ATTRIBUTES - Field in PersistentEntityCodec
-
- scroll(Closure) - Method in BuildableCriteria
-
Defines and executes a scroll query in a single call.
- SCROLL_CALL - Field in AbstractCriteriaBuilder
-
- scroll(Closure) - Method in CriteriaBuilder
-
- search(String, Map) - Method in MongoEntity
-
Search for entities using the given query
- search(String, Map) - Method in MongoStaticApi
-
- search(String, Map) - Method in MongoStaticOperations
-
Search for entities using the given query
- searchTop(String, int, Map) - Method in MongoEntity
-
Searches for the top results ordered by the MongoDB score
- searchTop(String, int, Map) - Method in MongoStaticApi
-
- searchTop(String, int, Map) - Method in MongoStaticOperations
-
Searches for the top results ordered by the MongoDB score
- secondaryDatastore - Field in AbstractDatastoreInitializer
-
- select(String) - Method in AbstractCriteriaBuilder
-
- select(String) - Method in AbstractDetachedCriteria
-
Specifies whether a select (lazy) query should be used (if join queries are supported by the underlying datastore)
- select(String) - Method in BuildableCriteria
-
Whether to select on an association
- select(String) - Method in CriteriaBuilder
-
- select(String) - Method in DetachedCriteria
-
- select(String) - Method in Query
-
Specifies whether a select (lazy) query should be used (if join queries are supported by the underlying datastore)
- SERIALIZABLE_CLASS_NODE - Field in GormEntityTransformation
-
- Session - Interface in org.grails.datastore.mapping.core
The Session represents the active interaction with a datastore.
- session - Field in AbstractPersistentCollection
-
- session - Field in AssociationQueryProxyHandler
-
- session - Field in CriteriaBuilder
-
- session - Field in EntityPersister
-
- session - Field in Query
-
- SessionCallback - Interface in org.grails.datastore.mapping.core
@author Burt Beckwith
- SessionCreationEvent - Class in org.grails.datastore.mapping.core
Event fired when a session is created.
- SessionCreationEvent(Session) - Constructor in SessionCreationEvent
-
- SessionEntityProxyMethodHandler - Class in org.grails.datastore.mapping.proxy
- SessionEntityProxyMethodHandler(Class, Session, Class, Serializable) - Constructor in SessionEntityProxyMethodHandler
-
- SessionHolder - Class in org.grails.datastore.mapping.transactions
Holds a reference to one or more sessions.
- SessionHolder(Session, Object) - Constructor in SessionHolder
-
- SessionImplementor - Interface in org.grails.datastore.mapping.core
Methods for the implementation of the
Session interface to implement.
- SessionOnlyTransaction - Class in org.grails.datastore.mapping.transactions
- SessionOnlyTransaction(T, Session) - Constructor in SessionOnlyTransaction
-
- sessionPropertyMap - Field in AbstractAttributeStoringSession
-
- set(int, Object) - Method in AbstractResultList
-
- set(int, Object) - Method in DirtyCheckingList
-
- SET_META_CLASS - Field in GroovyObjectMethodHandler
-
- set(int, Object) - Method in MongoQuery.AggregatedResultList
-
- SET_OPERATOR - Field in MongoConstants
-
- set(int, E) - Method in PagedResultList
-
- set(int, Object) - Method in PersistentList
-
- SET_PROPERTY - Field in GroovyObjectMethodHandler
-
- setAccessType(AccessType) - Method in Property
-
- setAlias(String) - Method in AbstractDetachedCriteria
-
Sets the root alias to be used for the query
- setApplicationContext(ApplicationContext) - Method in AbstractDatastore
-
- setApplicationContext(ApplicationContext) - Method in SpringDataSourceConnectionSourceFactory
-
- setArguments(Object) - Method in GeoIntersects
-
- setArguments(Object) - Method in GeoWithin
-
- setArguments(Object) - Method in MethodExpression
-
- setArguments(Object) - Method in MethodExpression.Between
-
- setArguments(Object) - Method in MethodExpression.InList
-
- setArguments(Object) - Method in MethodExpression.InRange
-
- setArguments(Map) - Method in MongoQuery
-
@param arguments The query arguments
- setArguments(Object) - Method in Near
-
- setArguments(Map) - Method in QueryArgumentsAware
-
@param arguments The query arguments
- setArguments(Object) - Method in WithinBox
-
- setArguments(Object) - Method in WithinCircle
-
- setArguments(Object) - Method in WithinPolygon
-
- setAssociatedEntity(PersistentEntity) - Method in Association
-
- setAttr(String) - Method in Attribute
-
- setAttribute(Object, String, Object) - Method in AbstractAttributeStoringSession
-
- setAttribute(String) - Method in Attribute
-
- setAttribute(DynamicAttributes, String, Object) - Method in DynamicAttributeHelper
-
- setAttribute(Object, String, Object) - Method in ProxyInstanceMetaClass
-
- setAttribute(Object, String, Object) - Method in Session
-
Associates an attribute with the given persistent entity.
- setCanExpandMappingContext(boolean) - Method in GormMappingConfigurationStrategy
-
Whether the strategy can add new entities to the mapping context
- setCanExpandMappingContext(boolean) - Method in MappingConfigurationStrategy
-
Whether the strategy can add new entities to the mapping context
- setCanInitializeEntities(boolean) - Method in AbstractMappingContext
-
- setCanInitializeEntities(boolean) - Method in KeyValueMappingContext
-
- setCascade(String) - Method in Property
-
- setClientURI(MongoClientURI) - Method in MongoClientFactoryBean
-
- setCodecProviders(List<CodecProvider>) - Method in MongoDatastore
-
Sets any additional codec providers
- setCodecRegistries(Collection<CodecRegistry>) - Method in MongoClientFactoryBean
-
- setCodecRegistries(List<CodecRegistry>) - Method in MongoDatastore
-
Sets any additional codec registries
- setCodecRegistry(CodecRegistry) - Method in CodecRegistryAware
-
- setCodecs(List<Codec<?>>) - Method in MongoDatastore
-
Sets any additional codecs
- setCollection(String) - Method in Collection
-
Sets the name of the collection
- setCompilationUnit(CompilationUnit) - Method in DirtyCheckingTransformer
-
- setCompilationUnit(CompilationUnit) - Method in GormEntityTransformation
-
- setCompoundIndex(Map) - Method in MongoCollection
-
Sets a compound index definition
- setConnectionString(String) - Method in MongoClientFactoryBean
-
- setContextObject(Object) - Method in AbstractGormMappingFactory
-
@param contextObject Context object to be passed to mapping blocks
- setConversionService(ConversionService) - Method in BeanEntityAccess
-
- setConversionService(ConversionService) - Method in JpaQueryBuilder
-
- setCustomTypeMarshaller(CustomTypeMarshaller) - Method in Basic
-
- setCustomTypes(List<CustomTypeMarshaller>) - Method in AbstractConnectionSourceFactory
-
The custom user types to register
- setDatabase(String) - Method in MongoClientFactoryBean
-
- setDatabase(String) - Method in MongoCollection
-
The name of the database to use
- setDatabaseName(String) - Method in MongoDbDataStoreSpringInitializer
-
Sets the name of the MongoDB database to use
- setDatastore(Datastore) - Method in DatastoreAware
-
Sets the datastore on this instance
- setDatastore(Datastore) - Method in DatastoreTransactionManager
-
- setDatastoreManagedSession(boolean) - Method in DatastoreTransactionManager
-
- setDateVersion(EntityAccess) - Method in EntityPersister
-
- setDBObjectValue(Document, String, Object, MappingContext) - Method in MongoEntityPersister
-
- setDefault(ConnectionSourceSettings.DefaultSettings) - Method in ConnectionSourceSettings
-
- setDefaultConstraints(Closure) - Method in AbstractGormMappingFactory
-
- setDefaultMapping(Closure) - Method in AbstractGormMappingFactory
-
- setDefaultMapping(Closure) - Method in MongoDbDataStoreSpringInitializer
-
Sets the default MongoDB GORM mapping configuration
- setDerived(boolean) - Method in Property
-
- setDetachedCriteria(DetachedCriteria) - Method in DynamicFinderInvocation
-
- setEmbedded(T, String, T) - Method in AbstractMongoObectEntityPersister
-
- setEmbedded(T, String, T) - Method in NativeEntryEntityPersister
-
Implementors should override this method to provide support for embedded objects
- setEmbeddedCollection(T, String, Collection<?>, List<T>) - Method in AbstractMongoObectEntityPersister
-
- setEmbeddedCollection(T, String, Collection<?>, List<T>) - Method in NativeEntryEntityPersister
-
Implementors should override this method to provide support for embedded objects
- setEmbeddedCollectionKeys(Association, EntityAccess, T, List<Serializable>) - Method in AbstractMongoObectEntityPersister
-
- setEmbeddedCollectionKeys(Association, EntityAccess, T, List<Serializable>) - Method in NativeEntryEntityPersister
-
- setEmbeddedMap(T, String, Map, Map<Object, T>) - Method in AbstractMongoObectEntityPersister
-
- setEmbeddedMap(T, String, Map, Map<Object, T>) - Method in NativeEntryEntityPersister
-
Implementors should override this method to provide support for maps of embedded objects
- setEntryValue(Document, String, Object) - Method in MongoEntityPersister
-
- setEntryValue(T, String, Object) - Method in NativeEntryEntityPersister
-
Sets a value on an entry
- setEnumType(String) - Method in Property
-
- setEnvironment(Environment) - Method in MongoDbGormAutoConfiguration
-
- setErrors(D, Errors) - Method in GormValidationApi
-
Sets the errors for an instance
- setExecuted(boolean) - Method in PendingOperationAdapter
-
- setExistingSession(Session) - Method in TransactionObject
-
- setExternal(boolean) - Method in AbstractPersistentEntity
-
- setExternal(boolean) - Method in PersistentEntity
-
Whether this PersistentEntity is mapped using a different store.
- setFamily(String) - Method in Family
-
- setFetch(String) - Method in Property
-
Makes it easier to configure the fetch strategy
- setFetchStrategy(FetchType) - Method in Property
-
Sets the strategy to use to fetch the property (lazy or eager)
- setField(String) - Method in MongoAttribute
-
- setFlushMode(FlushModeType) - Method in AbstractSession
-
- setFlushMode(FlushModeType) - Method in Session
-
The flush mode, defaults to FlushModeType.AUTO
- setForeignKeyInChild(boolean) - Method in ToOne
-
- setFormula(String) - Method in Property
-
- setGenerator(String) - Method in Property
-
Set the id generator name or class.
- setGeoIndex(String) - Method in MongoAttribute
-
- setHibernateCompatible(boolean) - Method in JpaQueryBuilder
-
- setHintFields(DBCollection, List<? extends Map>) - Method in MongoExtensions
-
- setHost(String) - Method in MongoClientFactoryBean
-
- setIdentifier(Object) - Method in BeanEntityAccess
-
- setIdentifier(Object) - Method in EntityAccess
-
Sets the entity identifier to the given value
- setIdentifier(Object, Object) - Method in EntityReflector
-
Set the identifier
- setIdentifier(Object) - Method in FieldEntityAccess
-
- setIdentifierNoConversion(Object) - Method in BeanEntityAccess
-
- setIdentifierNoConversion(Object) - Method in EntityAccess
-
Sets the entity identifier to the given value
- setIdentifierNoConversion(Object) - Method in FieldEntityAccess
-
- setIndex(String) - Method in MongoAttribute
-
- setIndex(boolean) - Method in Property
-
Whether this property is index
- setIndexAttributes(Map) - Method in MongoAttribute
-
- setInheritRollbackOnly(boolean) - Method in GrailsTransactionAttribute
-
- setInList(List<String>) - Method in Property
-
- setInversePropertyName(String) - Method in ManyToMany
-
- setInvertBooleanReturnValue(boolean) - Method in EventTriggerCaller
-
- setKey(String) - Method in KeyValue
-
- setKeyspace(String) - Method in Family
-
- setLazy(Boolean) - Method in Property
-
@param lazy Set to true if lazy proxies should be used for each element of collection types
- setManyToMany(PersistentEntity, Object, T, ManyToMany, Collection, Map<Association, List<Serializable>>) - Method in AbstractMongoObectEntityPersister
-
- setManyToMany(PersistentEntity, Object, T, ManyToMany, Collection, Map<Association, List<Serializable>>) - Method in NativeEntryEntityPersister
-
- setMappingFactory(MappingFactory<Family, KeyValue>) - Method in KeyValueMappingContext
-
- setMax(Comparable) - Method in Property
-
- setMaxDistance(Distance) - Method in MongoQuery.Near
-
- setMaxSize(Number) - Method in Property
-
- setMessageSource(MessageSource) - Method in MongoDatastore
-
The message source used for validation messages
- setMin(Comparable) - Method in Property
-
- setMinSize(Number) - Method in Property
-
- setMongoBeanName(String) - Method in MongoDbDataStoreSpringInitializer
-
Sets the name of the Mongo bean to use
- setMongoClient(MongoClient) - Method in MongoDbDataStoreSpringInitializer
-
Sets a pre-existing Mongo instance to configure for
- setMongoOptions(MongoClientOptions) - Method in MongoClientFactoryBean
-
- setMongoOptions(MongoClientOptions) - Method in MongoDbDataStoreSpringInitializer
-
Sets the MongoOptions instance to use when constructing the Mongo instance
- setMongoOptionsBeanName(String) - Method in MongoDbDataStoreSpringInitializer
-
The name of the MongoOptions bean
- setName(String) - Method in Property
-
- setNativeEntry(T) - Method in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
-
- setNativeEvent(Serializable) - Method in AbstractPersistenceEvent
-
- setNullable(boolean) - Method in Property
-
- setObject(T) - Method in InstanceFactoryBean
-
- setObjectIdentifier(Object, Serializable) - Method in EntityPersister
-
Obtains an objects identifer
- setObjectType(Class<?>) - Method in InstanceFactoryBean
-
- setOwningSide(boolean) - Method in Association
-
- setOwningSide(boolean) - Method in Basic
-
- setPassword(String) - Method in MongoClientFactoryBean
-
- setPattern(String) - Method in DynamicFinder
-
- setPattern(String) - Method in FinderMethod
-
@param pattern A regular expression
- setPattern(String) - Method in ListOrderByFinder
-
- setPooled(boolean) - Method in DataSourceBuilder
-
- setPort(int) - Method in MongoClientFactoryBean
-
- setProperty(String, Object) - Method in BeanEntityAccess
-
- setProperty(String, Object) - Method in ClosureToMapPopulator
-
- setProperty(String, Object) - Method in EntityAccess
-
Sets a property value
- setProperty(Object, String, Object) - Method in EntityReflector
-
Set a property for the specified index
- setProperty(String, Object) - Method in FieldEntityAccess
-
- setProperty(Object, String, Object) - Method in GroovyObjectMethodHandler
-
- setProperty(String, def) - Method in InstanceProxy
-
- setProperty(String, Object) - Method in ModificationTrackingEntityAccess
-
Sets a property value
- setProperty(String, Object) - Method in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
-
- setProperty(Object, String, Object) - Method in ProxyInstanceMetaClass
-
- setPropertyAfterResolving(Object, String, Object) - Method in GroovyObjectMethodHandler
-
- setPropertyBeforeResolving(Object, String, Object) - Method in GroovyObjectMethodHandler
-
- setPropertyNoConversion(String, Object) - Method in BeanEntityAccess
-
- setPropertyNoConversion(String, Object) - Method in EntityAccess
-
Sets a property without applying any automatic type conversion
- setPropertyNoConversion(String, Object) - Method in FieldEntityAccess
-
- setPropertyNoConversion(String, Object) - Method in ModificationTrackingEntityAccess
-
- setProxyEntities(boolean) - Method in AbstractPersistentCollection
-
Whether to proxy entities by their keys
- setProxyFactory(ProxyFactory) - Method in AbstractMappingContext
-
- setProxyFactory(ProxyFactory) - Method in MappingContext
-
Factory to use for creating proxies
- setRange(ObjectRange) - Method in Property
-
- setReadOnly() - Method in AbstractDatastorePersistenceContextInterceptor
-
- setReadOnly(boolean) - Method in DataSourceBuilder
-
- setReadWrite() - Method in AbstractDatastorePersistenceContextInterceptor
-
- setReference(boolean) - Method in MongoAttribute
-
- setReference(boolean) - Method in Property
-
- setReferencedPropertyName(String) - Method in Association
-
- setReplicaPair(List<ServerAddress>) - Method in MongoClientFactoryBean
-
- setReplicaSetSeeds(List<ServerAddress>) - Method in MongoClientFactoryBean
-
- setResourceLoader(ResourceLoader) - Method in AbstractDatastoreInitializer
-
- setResults(List) - Method in PostQueryEvent
-
Reset the list of results to a new list.
- setScale(int) - Method in Property
-
- setSecondaryDatastore(boolean) - Method in AbstractDatastoreInitializer
-
Whether this datastore is secondary to another primary datastore (example the SQL DB)
- setSession(Session) - Method in TransactionObject
-
- setSessionHolder(SessionHolder) - Method in TransactionObject
-
- setSessionProperty(String, Object) - Method in AbstractAttributeStoringSession
-
Set a property on this session.
- setSessionProperty(String, Object) - Method in Session
-
Set a property on this session.
- setSize(IntRange) - Method in Property
-
- setSort(Object) - Method in Entity
-
- setSort(Object) - Method in MongoCollection
-
- setSynchronizedWithTransaction(boolean) - Method in AbstractSession
-
Whether the session is synchronized with an external transaction
- setSynchronizedWithTransaction(boolean) - Method in Session
-
Whether the session is synchronized with a transaction
- setSynchronizedWithTransaction(boolean) - Method in SessionHolder
-
- setSyntaxStrategy(MappingConfigurationStrategy) - Method in KeyValueMappingContext
-
- setTargetName(String) - Method in Property
-
- setTenantResolver(TenantResolver) - Method in AbstractConnectionSourceFactory
-
The tenant resolver to use
- setTenantResolver(TenantResolver) - Method in MultiTenancySettings
-
Sets the tenant resolver to use
- setThisMetaClass(MetaClass) - Method in GroovyObjectMethodHandler
-
- setTimeout(int) - Method in SessionOnlyTransaction
-
- setTimeout(int) - Method in Transaction
-
Sets the transaction timeout period
- setTimestampProvider(TimestampProvider) - Method in AutoTimestampEventListener
-
- setTimestampProviders(List<TimestampProvider>) - Method in AggregateTimestampProvider
-
- SETTING_AUTO_FLUSH - Field in Settings
-
Whether to flush the session between each query
- SETTING_CONNECTION_STRING - Field in MongoDatastore
-
- SETTING_CUSTOM_TYPES - Field in Settings
-
The custom types
- SETTING_DATABASE_NAME - Field in MongoDatastore
-
- SETTING_DATASOURCE - Field in Settings
-
The data source setting
- SETTING_DATASOURCES - Field in Settings
-
The data sources setting
- SETTING_DB_CREATE - Field in Settings
-
The dbCreate setting (defaults to none)
- SETTING_DEFAULT_CONSTRAINTS - Field in Settings
-
The default constraints
- SETTING_DEFAULT_MAPPING - Field in MongoDatastore
-
- SETTING_DEFAULT_MAPPING - Field in Settings
-
The default mapping
- SETTING_ENGINE - Field in MongoDatastore
-
- SETTING_FAIL_ON_ERROR - Field in Settings
-
Whether to throw an exception on a validation error
- SETTING_FLUSH_MODE - Field in Settings
-
The default flush mode
- SETTING_HOST - Field in MongoDatastore
-
- SETTING_MULTI_TENANCY_MODE - Field in Settings
-
The multi tenancy mode
- SETTING_MULTI_TENANT_RESOLVER_CLASS - Field in Settings
-
The multi tenancy resolver class
- SETTING_MULTI_TENANT_RESOLVER - Field in Settings
-
The multi tenancy resolver class
- SETTING_OPTIONS - Field in MongoDatastore
-
- SETTING_PASSWORD - Field in MongoDatastore
-
- SETTING_PORT - Field in MongoDatastore
-
- SETTING_STATELESS - Field in MongoDatastore
-
- SETTING_URL - Field in MongoDatastore
-
- SETTING_USERNAME - Field in MongoDatastore
-
- Settings - Interface in org.grails.datastore.mapping.config
Common settings across all GORM implementations
- settings - Field in DefaultConnectionSource
-
- settings - Field in JsonWriter
-
- setToIndex(Map<PersistentProperty, Object>) - Method in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
-
- setTPCacheAdapter(String, TPCacheAdapter<T>) - Method in TPCacheAdapterRepository
-
- setTPCacheAdapter(String, TPCacheAdapter<T>) - Method in TPCacheAdapterRepositoryImpl
-
- setTransaction(Transaction<?>) - Method in SessionHolder
-
- setTransaction(Transaction<?>) - Method in TransactionObject
-
@deprecated Here for binary compatibility, doesn't actually do anything
- setUnique(List<String>) - Method in Property
-
- setUniqueResult(boolean) - Method in AbstractCriteriaBuilder
-
- setUniqueResult(boolean) - Method in Query
-
Here purely for compatibility
- setup() - Method in MongoSpec
-
- setupSpec() - Method in MongoSpec
-
- setUsername(String) - Method in MongoClientFactoryBean
-
- setValidatedFields(List<?>) - Method in ValidationEvent
-
- setValidator(Validator) - Method in GormValidationApi
-
- setValidatorRegistry(ValidatorRegistry) - Method in AbstractMappingContext
-
- setValidatorRegistry(ValidatorRegistry) - Method in MappingContext
-
Sets the validator registry used by this mapping context
- setValue(List) - Method in MongoQuery.WithinBox
-
- setValue(List) - Method in MongoQuery.WithinCircle
-
- setValue(List) - Method in MongoQuery.WithinPolygon
-
- setValue(Object) - Method in Query.Equals
-
- setValue(Object) - Method in Query.IdEquals
-
- setValue(Object) - Method in Query.NotEquals
-
- setValue(Object) - Method in Query.PropertyCriterion
-
- setVersion(EntityAccess) - Method in DomainEventListener
-
- setVersion(EntityAccess) - Method in EntityPersister
-
- setVersionByDefault(boolean) - Method in AbstractGormMappingFactory
-
Whether the version entities using optimistic locking by default
- setVetoed(boolean) - Method in PendingDeleteAdapter
-
- setVetoed(boolean) - Method in PendingInsertAdapter
-
- setVetoed(boolean) - Method in PendingOperationAdapter
-
- setVetoed(boolean) - Method in PendingUpdateAdapter
-
- setWriteConcern(WriteConcern) - Method in AbstractMongoSession
-
Sets the WriteConcern to use for the session
- setWriteConcern(WriteConcern) - Method in MongoCollection
-
The com.mongodb.WriteConcern for the collection
- Shape - Class in grails.mongodb.geo
An interface for all geo shapes to implement
- ShapeType - Class in org.grails.datastore.gorm.mongo.geo
Custom type for persisting the
Shape type
- ShapeType() - Constructor in ShapeType
-
- shouldCreateTransactionalProxy(String, GrailsServiceClass) - Method in SpringConfigurer
-
- shouldInject(URL) - Method in DirtyCheckingTransformer
-
- shouldSaveOnCreate() - Method in FindOrCreateByFinder
-
- shouldSaveOnCreate() - Method in FindOrSaveByFinder
-
- shouldSkipValidation() - Method in GormValidateable
-
@return Whether this instance should skip validation
- Simple - Class in org.grails.datastore.mapping.model.types
Models a simple property type
- Simple(PersistentEntity, MappingContext, String, Class) - Constructor in Simple
-
- SIMPLE_TYPE_DECODERS - Field in SimpleDecoder
-
- SIMPLE_TYPE_ENCODERS - Field in SimpleEncoder
-
- SIMPLE_TYPES - Field in MappingFactory
-
- SimpleDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding
Simple properties
- SimpleDecoder.TypeDecoder - Interface in org.grails.datastore.bson.codecs.decoders
- SimpleEncoder - Class in org.grails.datastore.bson.codecs.encoders
An encoder for simple types persistable by MongoDB
- SimpleEncoder.TypeEncoder - Interface in org.grails.datastore.bson.codecs.encoders
- singleResult() - Method in Query
-
Executes the query returning a single result or null
- SingletonConnectionSources - Class in org.grails.datastore.mapping.core.connections
- SingletonConnectionSources.NullConnectionFactory - Class in org.grails.datastore.mapping.core.connections
- SingletonConnectionSources(ConnectionSource<T, S>, PropertyResolver) - Constructor in SingletonConnectionSources
-
- size() - Method in AbstractPersistentCollection
-
- size() - Method in AbstractResultList
-
- size() - Method in DetachedCriteria
-
Synonym for #count()
- size() - Method in MongoQuery.AggregatedResultList
-
- SIZE_OPERATOR - Field in BsonQuery
-
- size() - Method in PagedResultList
-
- size() - Method in PropertyResolverMap
-
- size() - Method in SessionHolder
-
- sizeEq(String, int) - Method in AbstractCriteriaBuilder
-
- sizeEq(String, int) - Method in AbstractDetachedCriteria
-
@see Criteria
- sizeEq(String, int) - Method in Criteria
-
Creates a Criterion that constrains a collection property by size
- sizeEq(String, int) - Method in DetachedCriteria
-
- sizeEq(String, int) - Method in Restrictions
-
Used to restrict the size of a collection property
- sizeGe(String, int) - Method in AbstractCriteriaBuilder
-
- sizeGe(String, int) - Method in AbstractDetachedCriteria
-
@see Criteria
- sizeGe(String, int) - Method in Criteria
-
Creates a Criterion that constrains a collection property to be greater than or equal to the given size
- sizeGe(String, int) - Method in DetachedCriteria
-
- sizeGe(String, int) - Method in Restrictions
-
Used to restrict the size of a collection property to be greater than or equal to the given value
- sizeGt(String, int) - Method in AbstractCriteriaBuilder
-
- sizeGt(String, int) - Method in AbstractDetachedCriteria
-
@see Criteria
- sizeGt(String, int) - Method in Criteria
-
Creates a Criterion that constrains a collection property to be greater than the given size
- sizeGt(String, int) - Method in DetachedCriteria
-
- sizeGt(String, int) - Method in Restrictions
-
Used to restrict the size of a collection property to be greater than the given value
- sizeLe(String, int) - Method in AbstractCriteriaBuilder
-
- sizeLe(String, int) - Method in AbstractDetachedCriteria
-
@see Criteria
- sizeLe(String, int) - Method in Criteria
-
Creates a Criterion that constrains a collection property to be less than or equal to the given size
- sizeLe(String, int) - Method in DetachedCriteria
-
- sizeLe(String, int) - Method in Restrictions
-
Creates a Criterion that contrains a collection property to be less than or equal to the given size
- sizeLt(String, int) - Method in AbstractCriteriaBuilder
-
- sizeLt(String, int) - Method in AbstractDetachedCriteria
-
@see Criteria
- sizeLt(String, int) - Method in Criteria
-
Creates a Criterion that constrains a collection property to be less than to the given size
- sizeLt(String, int) - Method in DetachedCriteria
-
- sizeLt(String, int) - Method in Restrictions
-
Creates a Criterion that contrains a collection property to be less than to the given size
- sizeNe(String, int) - Method in AbstractCriteriaBuilder
-
- sizeNe(String, int) - Method in AbstractDetachedCriteria
-
@see Criteria
- sizeNe(String, int) - Method in Criteria
-
Creates a Criterion that constrains a collection property to be not equal to the given size
- sizeNe(String, int) - Method in DetachedCriteria
-
- sizeNe(String, int) - Method in Restrictions
-
Creates a Criterion that contrains a collection property to be not equal to the given size
- skipValidation(boolean) - Method in GormValidateable
-
Marks this instance to skip validation
- SoftThreadLocalMap - Class in org.grails.datastore.mapping.core
Creates a InheritableThreadLocal with an intial value of a Map.
- sort(String, String) - Method in AbstractDetachedCriteria
-
Adds a sort order to this criteria instance
- sort(String, String) - Method in DetachedCriteria
-
Adds a sort order to this criteria instance
- sort(DBCursor, Map<String, Object>) - Method in MongoExtensions
-
- SORT_OPERATOR - Field in BsonQuery
-
- source - Field in DefaultConnectionSource
-
- Sphere - Class in grails.mongodb.geo
Represents a Sphere with the radius calculated in radians
- Sphere(Point, Distance) - Constructor in Sphere
-
Construct a circle for the given center
Point and distance
- SpringConfigurer - Class in org.grails.datastore.gorm.plugin.support
Helper class for use by plugins in configuring Spring.
- SpringDataSourceConnectionSourceFactory - Class in org.grails.datastore.gorm.jdbc.connections
- SpringSessionSynchronization - Class in org.grails.datastore.mapping.transactions.support
An instance of org.springframework.transaction.support.TransactionSynchronization
for the Datastore abstraction.
- SpringSessionSynchronization(SessionHolder, Datastore, boolean) - Constructor in SpringSessionSynchronization
-
- startBuild(Object, String) - Method in ConfigurationBuilder
-
Subclasses can override for when building starts for the given builder
- startBuild(Object, String) - Method in MongoConnectionSourceSettingsBuilder
-
- stateless - Field in AbstractSession
-
- stateless - Field in MongoDatastore
-
- StatelessDatastore - Interface in org.grails.datastore.mapping.core
For Datastores that support stateless connectivity
- StaticConnectionSources - Class in org.grails.datastore.mapping.core.connections
A static non-mutable implementation for existing for a set of existing
ConnectionSource instances
- StaticConnectionSources(ConnectionSource<T, S>, Iterable<ConnectionSource<T, S>>, PropertyResolver) - Constructor in StaticConnectionSources
-
- staticDetachedCriteriaVariables - Field in DetachedCriteriaTransformer
-
- StaticMethodInvokingClosure - Class in org.grails.datastore.gorm.internal
Not public API.
- StaticMethodInvokingClosure(def, String, Class) - Constructor in StaticMethodInvokingClosure
-
- staticMethodMissing(String, def) - Method in GormEntity
-
Handles static method missing for dynamic finders
- staticPropertyMissing(String, def) - Method in GormEntity
-
Handles property missing, does nothing by default, sub traits to override
- storeDateCreatedAndLastUpdatedInfo(PersistentEntity) - Method in AutoTimestampEventListener
-
- storeEntry(PersistentEntity, EntityAccess, Object, Document) - Method in MongoEntityPersister
-
- storeEntry(PersistentEntity, EntityAccess, K, T) - Method in NativeEntryEntityPersister
-
Stores the native form of a Key/value datastore to the actual data store
- storeTimestampAvailability(Map<String, Boolean>, PersistentEntity, PersistentProperty<?>) - Method in AutoTimestampEventListener
-
- StringToBigDecimalConverter - Class in org.grails.datastore.mapping.model.types.conversion
@author Stefan Armbruster
- StringToBigIntegerConverter - Class in org.grails.datastore.mapping.model.types.conversion
@author Stefan Armbruster
- StringToByteArrayConverter - Class in org.grails.datastore.mapping.model.types.conversion
@author Stefan Armbruster
- StringToCurrencyConverter - Class in org.grails.datastore.mapping.model.types.conversion
@author Stefan Armbruster
- StringToLocaleConverter - Class in org.grails.datastore.mapping.model.types.conversion
@author Stefan Armbruster
- StringToShortConverter - Class in org.grails.datastore.mapping.model.types.conversion
@author Stefan Armbruster
- StringToTimeZoneConverter - Class in org.grails.datastore.mapping.model.types.conversion
@author Stefan Armbruster
- StringToURLConverter - Class in org.grails.datastore.mapping.model.types.conversion
@author Stefan Armbruster
- subList(int, int) - Method in PagedResultList
-
- subList(int, int) - Method in PersistentList
-
- subSet(Object, Object) - Method in PersistentSortedSet
-
- sum(String) - Method in AbstractCriteriaBuilder
-
Computes the sum of a property
- sum(String) - Method in AbstractDetachedCriteria
-
Adds a sum projection
- sum(String) - Method in AbstractDetachedCriteria.DetachedProjections
-
- sum(String) - Method in DetachedCriteria
-
Adds a sum projection
- SUM_OPERATOR - Field in BsonQuery
-
- sum(String) - Method in ProjectionList
-
Computes the sum of a property
- sum(String) - Method in Projections
-
Computes the sum of a property
- sum(String) - Method in Query.ProjectionList
-
Computes the sum of a property
- supports(MappingContext) - Method in AbstractMappingAwareCustomTypeMarshaller
-
- supports(Datastore) - Method in AbstractShapeCoordsType
-
- supports(Datastore) - Method in CodecCustomTypeMarshaller
-
- supports(Datastore) - Method in CustomTypeMarshaller
-
- supports(Datastore) - Method in EnumType
-
- supports(Datastore) - Method in GeoJSONType
-
- supports(MappingContext) - Method in GeometryCollectionType
-
- supports(Class) - Method in UniqueConstraint
-
- supportsCreating(Class<?>) - Method in AggregateTimestampProvider
-
- supportsCreating(Class<?>) - Method in DefaultTimestampProvider
-
- supportsCreating(Class<?>) - Method in TimestampProvider
-
Whether a timestamp can be created for the given type
- supportsCustomType(Class<?>) - Method in GormMappingConfigurationStrategy
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in AutoTimestampEventListener
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in DomainEventListener
-
{@inheritDoc}
- supportsEventType(Class<? extends ApplicationEvent>) - Method in MultiTenantEventListener
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in ValidatingEventListener
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in ValidationEventListener
-
- supportsSourceType(Class<?>) - Method in AbstractPersistenceEventListener
-
- supportsSourceType(Class<?>) - Method in MultiTenantEventListener
-
- suspend() - Method in SpringSessionSynchronization
-
- syntaxStrategy - Field in KeyValueMappingContext
-
- SystemPropertyTenantResolver - Class in org.grails.datastore.mapping.multitenancy.resolvers
A
TenantResolver that resolves from a System property called "gorm.tenantId".
- warning(SourceUnit, ASTNode, String) - Method in AstUtils
-
- wasExecuted() - Method in PendingOperation
-
@return Whether it was already executed
- wasExecuted() - Method in PendingOperationAdapter
-
- wasHandled(Object) - Method in GroovyObjectMethodHandler
-
- weaveIntoExistingSetter(String, DirtyCheckingTransformer.GetterAndSetter, MethodNode) - Method in DirtyCheckingTransformer
-
- where(Closure) - Method in AbstractDetachedCriteria
-
Where method derives a new query from this query.
- where(Closure) - Method in DetachedCriteria
-
Where method derives a new query from this query.
- where(Closure) - Method in GormEntity
-
@param callable Callable closure containing detached criteria definition
- where(Closure) - Method in GormStaticApi
-
@param callable Callable closure containing detached criteria definition
- where(Closure) - Method in GormStaticOperations
-
@param callable Callable closure containing detached criteria definition
- WHERE_LAZY - Field in DetachedCriteriaTransformer
-
- WHERE_OPERATOR - Field in BsonQuery
-
- where(Closure) - Method in TenantDelegatingGormOperations
-
- whereAny(Closure) - Method in GormEntity
-
@param callable Callable closure containing detached criteria definition
- whereAny(Closure) - Method in GormStaticApi
-
@param callable Callable closure containing detached criteria definition
- whereAny(Closure) - Method in GormStaticOperations
-
@param callable Callable closure containing detached criteria definition
- whereAny(Closure) - Method in TenantDelegatingGormOperations
-
- whereLazy(Closure) - Method in AbstractDetachedCriteria
-
Where method derives a new query from this query.
- whereLazy(Closure) - Method in DetachedCriteria
-
Where method derives a new query from this query.
- whereLazy(Closure) - Method in GormEntity
-
@param callable Callable closure containing detached criteria definition
- whereLazy(Closure) - Method in GormStaticApi
-
@param callable Callable closure containing detached criteria definition
- whereLazy(Closure) - Method in GormStaticOperations
-
@param callable Callable closure containing detached criteria definition
- whereLazy(Closure) - Method in TenantDelegatingGormOperations
-
- withCollection(String, Closure<T>) - Method in MongoEntity
-
Use the given collection for this entity for the scope of the closure call
- withCollection(String, Closure<T>) - Method in MongoStaticApi
-
- withCollection(String, Closure<T>) - Method in MongoStaticOperations
-
Use the given collection for this entity for the scope of the closure call
- withConnection(String, Closure) - Method in MongoEntity
-
Perform an operation with the given connection
- withCriteria(Map, Closure) - Method in GormEntity
-
Creates a criteria builder instance
- withCriteria(Map, Closure) - Method in GormStaticApi
-
Creates a criteria builder instance
- withCriteria(Map, Closure) - Method in GormStaticOperations
-
Creates a criteria builder instance
- withCriteria(Map, Closure) - Method in TenantDelegatingGormOperations
-
- withCurrent(Class<? extends Datastore>, Closure<T>) - Method in Tenants
-
Execute the given closure with the current tenant
- withDatabase(String, Closure<T>) - Method in MongoEntity
-
Use the given database for this entity for the scope of the closure call
- withDatabase(String, Closure<T>) - Method in MongoStaticApi
-
- withDatabase(String, Closure<T>) - Method in MongoStaticOperations
-
Use the given database for this entity for the scope of the closure call
- withDatastoreSession(Closure<T>) - Method in GormEntity
-
Same as withSession, but present for the case where withSession is overridden to use the Hibernate session
- withDatastoreSession(Closure<T>) - Method in GormStaticApi
-
Same as withSession, but present for the case where withSession is overridden to use the Hibernate session
- withDatastoreSession(Closure<T>) - Method in GormStaticOperations
-
Same as withSession, but present for the case where withSession is overridden to use the Hibernate session
- withDatastoreSession(Closure<T>) - Method in TenantDelegatingGormOperations
-
- withId(Class<? extends Datastore>, Serializable, Closure<T>) - Method in Tenants
-
Execute the given closure with given tenant id
- WITHIN_OPERATOR - Field in MongoQuery
-
- WithinBox - Class in org.grails.datastore.gorm.mongo
Dynamic finder expression for within box queries
- withinBox(String, List<?>) - Method in MongoCriteriaBuilder
-
Geospacial query for values within a given box.
- withinBox(String, List) - Method in MongoQuery
-
Geospacial query for values within a given box.
- WithinBox(Class<?>, String) - Constructor in WithinBox
-
- WithinCircle - Class in org.grails.datastore.gorm.mongo
A dynamic finder method expression that adds the ability to query within a circle
- withinCircle(String, List<?>) - Method in MongoCriteriaBuilder
-
Geospacial query for values within a given circle.
- withinCircle(String, List) - Method in MongoQuery
-
Geospacial query for values within a given circle.
- WithinCircle(Class<?>, String) - Constructor in WithinCircle
-
- WithinPolygon - Class in org.grails.datastore.gorm.mongo
Dynamic finder expression for within polygon queries
- withinPolygon(String, List<?>) - Method in MongoCriteriaBuilder
-
Geospacial query for values within a given polygon.
- withinPolygon(String, List) - Method in MongoQuery
-
Geospacial query for values within a given polygon.
- WithinPolygon(Class<?>, String) - Constructor in WithinPolygon
-
- withNewSession(Closure<T>) - Method in GormEntity
-
Creates and binds a new session for the scope of the given closure
- withNewSession(Closure<T>) - Method in GormStaticApi
-
Creates and binds a new session for the scope of the given closure
- withNewSession(Closure<T>) - Method in GormStaticOperations
-
Creates and binds a new session for the scope of the given closure
- withNewSession(Serializable, Closure<T1>) - Method in MongoDatastore
-
- withNewSession(Serializable, Closure<T1>) - Method in MultiTenantCapableDatastore
-
Execute a new session with the given tenantId
- withNewSession(Closure<T>) - Method in TenantDelegatingGormOperations
-
- withNewTransaction(Map, Closure<T>) - Method in GormEntity
-
Executes the closure within the context of a new transaction which is
configured with the properties contained in transactionProperties.
- withNewTransaction(Map, Closure<T>) - Method in GormStaticApi
-
Executes the closure within the context of a new transaction which is
configured with the properties contained in transactionProperties.
- withNewTransaction(Map, Closure<T>) - Method in GormStaticOperations
-
Executes the closure within the context of a new transaction which is
configured with the properties contained in transactionProperties.
- withNewTransaction(Map, Closure<T>) - Method in TenantDelegatingGormOperations
-
- withoutDateCreated(Class, Runnable) - Method in AutoTimestampEventListener
-
Temporarily disables the date created processing only on the provided class during the execution of the runnable
- withoutId(Closure<T>) - Method in Tenants
-
Execute the given closure without any tenant id.
- withoutLastUpdated(Class, Runnable) - Method in AutoTimestampEventListener
-
Temporarily disables the last updated processing only on the provided class during the execution of the runnable
- withoutTimestamps(Class, Runnable) - Method in AutoTimestampEventListener
-
Temporarily disables the timestamp processing during the execution of the runnable
- withSession(Closure<T>) - Method in AbstractDatastore
-
- withSession(Closure<T>) - Method in Datastore
-
Execute the given closure with a session
- withSession(Closure<T>) - Method in GormEntity
-
Execute a closure whose first argument is a reference to the current session.
- withSession(Closure<T>) - Method in GormStaticApi
-
Execute a closure whose first argument is a reference to the current session.
- withSession(Closure<T>) - Method in GormStaticOperations
-
Execute a closure whose first argument is a reference to the current session.
- withSession(Closure<T>) - Method in TenantDelegatingGormOperations
-
- withStatelessSession(Closure<T>) - Method in GormEntity
-
Creates and binds a new session for the scope of the given closure
- withStatelessSession(Closure<T>) - Method in GormStaticApi
-
Creates and binds a new session for the scope of the given closure
- withStatelessSession(Closure<T>) - Method in GormStaticOperations
-
Creates and binds a new session for the scope of the given closure
- withStatelessSession(Closure<T>) - Method in TenantDelegatingGormOperations
-
- withTenant(Serializable) - Method in GormStaticApi
-
- withTenant(Serializable) - Method in GormStaticOperations
-
- withTenant(Serializable) - Method in MultiTenant
-
- withTenant(Serializable) - Method in TenantDelegatingGormOperations
-
- withTenant(Serializable, Closure<T>) - Method in Tenants.CurrentTenant
-
Execute with the current tenant
- withTransaction(TransactionDefinition, Closure<T>) - Method in GormEntity
-
Executes the closure within the context of a transaction for the given org.springframework.transaction.TransactionDefinition
- withTransaction(TransactionDefinition, Closure<T>) - Method in GormStaticApi
-
Executes the closure within the context of a transaction for the given org.springframework.transaction.TransactionDefinition
- withTransaction(TransactionDefinition, Closure<T>) - Method in GormStaticOperations
-
Executes the closure within the context of a transaction for the given org.springframework.transaction.TransactionDefinition
- withTransaction(TransactionDefinition, Closure<T>) - Method in TenantDelegatingGormOperations
-
- wrap(Collection, DirtyCheckable, String) - Method in DirtyCheckingSupport
-
Wraps a collection in dirty checking capability
- wrapNullInNoopCaller(EventTriggerCaller) - Method in EventTriggerCaller
-
- write(PersistentProperty, T, N) - Method in AbstractMappingAwareCustomTypeMarshaller
-
- write(PersistentProperty, Document, Document) - Method in CodecCustomTypeMarshaller
-
- write(PersistentProperty, T, N) - Method in CustomTypeMarshaller
-
Converts a value to its native form
- write(Object, Object) - Method in EntityReflector.PropertyWriter
-
Writes the property
- writeAttributes(Map<String, Object>, BsonWriter, EncoderContext) - Method in BsonPersistentEntityCodec
-
Writes the dynamic attributes to the writer
- writeConcern - Field in AbstractMongoSession
-
- writeInternal(PersistentProperty, String, T, N) - Method in AbstractMappingAwareCustomTypeMarshaller
-
- writeInternal(PersistentProperty, String, T, Document) - Method in AbstractShapeCoordsType
-
- writeInternal(PersistentProperty, String, Object, Document) - Method in EnumType
-
- writeInternal(PersistentProperty, String, T, Document) - Method in GeoJSONType
-
- writeInternal(PersistentProperty, String, GeometryCollection, Document) - Method in GeometryCollectionType
-
- writeInternal(PersistentProperty, String, Shape, Document) - Method in ShapeType
-
- writeNameHelper(String) - Method in JsonWriter
-
- writer - Field in JsonWriter
-
- writingComplete(EntityAccess) - Method in BsonPersistentEntityCodec
-
Called when the document is fully written from the source entity