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

A

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

B

b - Field in ClassReader
The class to be parsed.
Basic - Class in org.grails.datastore.mapping.model.types
Models a basic collection type such as a list of Strings
Basic(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in Basic
BASIC_TYPES - Field in Neo4jMappingContext
BasicTypeConverterRegistrar - Class in org.grails.datastore.mapping.model.types
A registrar that registers basic type converters
batchCreateStatement - Field in GraphPersistentEntity
batchId - Field in GraphPersistentEntity
BeanEntityAccess - Class in org.grails.datastore.mapping.engine
Class used to access properties of an entity.
BeanEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Constructor in BeanEntityAccess
beanFactory - Field in BeanFactoryValidatorRegistry
beanFactory - Field in DatastoreServiceMethodInvokingFactoryBean
beanFactory - Property in Neo4jAutoConfiguration
BeanFactoryValidatorRegistry - Class in org.grails.datastore.mapping.validation
Looks up validators from Spring
BeanFactoryValidatorRegistry(org.springframework.beans.factory.BeanFactory) - Constructor in BeanFactoryValidatorRegistry
BeanPath(java.lang.String) - Constructor in RelaxedDataBinder.BeanPath
beanWrapper - Field in BeanEntityAccess
BEFORE_DELETE_EVENT - Field in AbstractPersistenceEvent
BEFORE_INSERT_EVENT - Field in AbstractPersistenceEvent
BEFORE_LOAD_EVENT - Field in AbstractPersistenceEvent
BEFORE_UPDATE_EVENT - Field in AbstractPersistenceEvent
beforeCommit(boolean) - Method in SpringSessionSynchronization
beforeCompletion() - Method in SpringSessionSynchronization
beforeDelete(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PreDeleteEvent) - Method in DomainEventListener
beforeInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in AutoTimestampEventListener
beforeInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PreInsertEvent) - Method in DomainEventListener
beforeLoad(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PreLoadEvent) - Method in DomainEventListener
beforeUpdate(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in AutoTimestampEventListener
beforeUpdate(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PreUpdateEvent) - Method in DomainEventListener
beforeValidateHelper - Property in GormValidationApi
beginTransaction(org.springframework.transaction.TransactionDefinition) - Method in AbstractSession
beginTransaction(org.springframework.transaction.TransactionDefinition) - Method in Neo4jSession
beginTransaction(org.springframework.transaction.TransactionDefinition) - Method in Session
Starts a transaction
beginTransactionInternal() - Method in AbstractSession
beginTransactionInternal(org.springframework.transaction.TransactionDefinition, boolean) - Method in Neo4jSession
BELONGS_TO - Field in GormProperties
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in AbstractCriteriaBuilder
Restricts the results by the given property value range (inclusive)
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in Criteria
Restricts the results by the given property value range (inclusive)
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in DetachedCriteria
Between(java.lang.String) - Constructor in MethodExpression.Between
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in Query
Restricts the results by the given property value range
Between(java.lang.String, java.lang.Object, java.lang.Object) - Constructor in Query.Between
between(java.lang.String, java.lang.Object, java.lang.Object) - Method in Restrictions
Restricts the results by the given property value range
bind(javax.sql.DataSource) - Method in DataSourceBuilder
bindNewSession(org.grails.datastore.mapping.core.Session) - Method in DatastoreUtils
Adds the session to the current SessionHolder's list of sessions, making it the current session.
bindParametersAndSave(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression) - Method in AbstractSaveImplementer
bindSession(org.grails.datastore.mapping.core.Session, java.lang.Object) - Method in DatastoreUtils
Bind the session to the thread with a SessionHolder keyed by its Datastore.
BLANK - Field in Neo4jQuery
BLANK - Field in RelaxedDataBinder
boltDriver - Field in Neo4jDatastore
boltDriver - Field in Neo4jSession
boltSession - Field in Neo4jSession
map node id to hashmap of relationship types showing startNode id and endNode id
boltSession - Property in Neo4jTransaction
boltTransaction - Field in RelationshipPendingDelete
boltTransaction - Field in RelationshipPendingInsert
bootstrapMethods - Field in Context
The start index of each bootstrap method.
BOTH - Enum Constant in Direction
buffer - Field in Context
The buffer used to read strings.
build(groovy.lang.Closure) - Method in AbstractCriteriaBuilder
build(groovy.lang.Closure) - Method in AbstractDetachedCriteria
Enable the builder syntax for constructing Criteria
build() - Method in ConfigurationBuilder
build() - Method in CypherBuilder
build() - Method in DataSourceBuilder
build(groovy.lang.Closure) - Method in DetachedCriteria
Enable the builder syntax for constructing Criteria
build() - Method in DetachedCriteriaTransformer.ClosureAndArguments
build() - Method in MappingBuilder.ClosureNodeMappingDefinition
build() - Method in MappingBuilder.ClosureRelMappingDefinition
build(java.lang.Class, java.lang.String, java.lang.Object) - Method in MappingContextAwareConstraintFactory
build() - Method in MappingDefinition
Build a new mapping
BuildableCriteria - Interface in org.grails.datastore.mapping.query.api
Authors:
Jeff Brown
buildAndExecuteCreateStatement(Collection<PendingInsert>, org.grails.datastore.gorm.neo4j.GraphPersistentEntity, List<PendingOperation<Object,Serializable>>) - Method in Neo4jSession
buildArgs(org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in FindAllByImplementer
buildBaseQuery(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Junction) - Method in Neo4jQuery
buildCallToOriginalMethod(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractMethodDecoratingTransformation
buildCascadeOperations() - Method in Association
It is possible this method could be called multiple times in some threaded initialization scenarios.
buildCascadingDeletes(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.gorm.neo4j.CypherBuilder) - Method in Neo4jSession
buildConditions(org.grails.datastore.mapping.query.Query.Criterion, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery
buildConfiguration() - Method in JavaxValidatorRegistry
Builds the default Validator configuration
buildConfigurationFor(org.grails.datastore.mapping.model.MappingContext, org.springframework.context.MessageSource) - Method in JavaxValidatorRegistry
Builds a configuration for the given context and message source
buildCypherCreateStatement(Collection<PendingInsert>, org.grails.datastore.gorm.neo4j.GraphPersistentEntity, List<PendingOperation<Object,Serializable>>, Map<String,Object>) - Method in Neo4jSession
buildDefault(java.lang.Class) - Method in ConfigurableParameterNameProvider
buildDelegatingMethodCall(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in AbstractMethodDecoratingTransformation
Builds the delegating method call for the given class node
buildDelegatingMethodCall(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in TenantTransform
buildDelegatingMethodCall(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.MethodCallExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in TransactionalTransform
buildDelete() - Method in JpaQueryBuilder
Builds a DELETE statement
buildEntityCreateOperation(java.lang.StringBuilder, java.lang.String, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.impl.PendingInsert, Map<String,Object>, List<PendingOperation<Object,Serializable>>) - Method in Neo4jSession
builderMethodPrefix - Property in ConfigurationBuilder
buildGetPropertyExpression(org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.ClassNode, boolean) - Method in AstUtils
Build static direct call to getter of a property
buildIndex - Property in Neo4jConnectionSourceSettings
Whether to build the Neo4j index
buildInstanceApiLookup(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractServiceImplementer
buildInterfaceImpl(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in InterfaceProjectionBuilder
buildInterfaceProjection(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode) - Method in IterableInterfaceProjectionBuilder
buildInterfaceProjection(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode) - Method in SingleResultInterfaceProjectionBuilder
buildInternal(B, java.lang.String) - Method in ConfigurationBuilder
buildLazy(groovy.lang.Closure) - Method in AbstractDetachedCriteria
Enable the builder syntax for constructing Criteria
buildLazy(groovy.lang.Closure) - Method in DetachedCriteria
Enable the builder syntax for constructing Criteria
buildMatch(java.lang.String, java.lang.String) - Method in RelationshipPersistentEntity
buildMatchSpec(java.lang.String, java.lang.String, int) - Method in DynamicFinder
Builds a match specification that can be used to establish information about a dynamic finder compilation for the purposes of compilation etc.
buildMatchSpec(java.lang.String, java.lang.String, int) - Method in FindAllByImplementer
buildNamedCriteriaProxy(java.lang.Class, Map<String, Closure>, java.lang.String, java.lang.Object) - Method in GormEnhancer
buildNamedParameterQueryFromGString(groovy.lang.GString, java.util.Map) - Method in Neo4jGormStaticApi
Processes a query converting GString expressions into parameters
buildProjection(org.grails.datastore.mapping.query.Query.Projection, org.grails.datastore.gorm.neo4j.CypherBuilder) - Method in Neo4jQuery
buildQuery(org.grails.datastore.gorm.finders.DynamicFinderInvocation, Class<?>, org.grails.datastore.mapping.query.Query) - Method in AbstractFindByFinder
buildQuery(org.grails.datastore.gorm.finders.DynamicFinderInvocation, Class<?>, org.grails.datastore.mapping.query.Query) - Method in CountByFinder
buildQuery(org.grails.datastore.gorm.finders.DynamicFinderInvocation, Class<?>, org.grails.datastore.mapping.query.Query) - Method in FindAllByFinder
buildQuery(org.grails.datastore.gorm.finders.DynamicFinderInvocation, org.grails.datastore.mapping.core.Session) - Method in QueryBuildingFinder
Build a query from an invocation
buildQueryableCriteria(groovy.lang.Closure) - Method in AbstractCriteriaBuilder
buildQueryableCriteria(groovy.lang.Closure) - Method in AbstractDetachedCriteria
buildQueryableCriteria(groovy.lang.Closure) - Method in DetachedCriteria
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractStringQueryImplementer
Builds the query return statement
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllStringQueryImplementer
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneInterfaceProjectionStringQueryImplementer
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneStringQueryImplementer
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindPathCypherQueryImplementer
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in StatementResultCypherQueryImplementer
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in UpdateCypherQueryImplementer
buildQueryReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in UpdateStringQueryImplementer
buildRecurse(java.lang.Object, List<Class>, java.lang.Object, java.lang.String) - Method in ConfigurationBuilder
buildRelationship(java.lang.String, java.lang.String, java.lang.String) - Method in CypherBuilder
Produces "(from%s)%s(to%s)"
buildRelationshipMatch(java.lang.String) - Method in CypherBuilder
Produces "MATCH %s WHERE "
buildRelationshipMatch(java.lang.String, java.lang.String) - Method in RelationshipPersistentEntity
buildRelationshipMatchTo(java.lang.String, java.lang.String) - Method in RelationshipPersistentEntity
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractWhereImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in CountWhereImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in DeleteWhereImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllByImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllByInterfaceProjectionImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllWhereImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode) - Method in FindAndDeleteImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneByInterfaceProjectionImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode) - Method in FindOneImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.MethodNode) - Method in FindOneInterfaceProjectionImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneInterfaceProjectionWhereImplementer
buildReturnStatement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneWhereImplementer
buildRuntimeSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F) - Method in AbstractConnectionSourceFactory
buildSelect(java.lang.StringBuilder, List<Query.Projection>, java.lang.String, org.grails.datastore.mapping.model.PersistentEntity) - Method in JpaQueryBuilder
buildSelectClause(java.lang.StringBuilder) - Method in JpaQueryBuilder
buildSetPropertyExpression(org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression) - Method in AstUtils
Build static direct call to setter of a property
buildSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F, boolean) - Method in AbstractConnectionSourceFactory
buildSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F, boolean) - Method in DataSourceConnectionSourceFactory
buildSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F, boolean) - Method in Neo4jConnectionSourceFactory
buildSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F, boolean) - Method in SingletonConnectionSources.NullConnectionFactory
buildStaticApiLookup(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractServiceImplementer
buildSubQuery(java.lang.StringBuilder, java.lang.StringBuilder, int, java.util.List, org.springframework.core.convert.ConversionService, boolean, boolean, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in JpaQueryBuilder
buildToMatch(java.lang.String) - Method in RelationshipPersistentEntity
buildUpdate(Map<String,Object>) - Method in JpaQueryBuilder
Builds an UPDATE statement.
buildUpdateStatement(java.lang.StringBuilder, Map<String,Object>, java.util.List, boolean) - Method in JpaQueryBuilder
buildValidatorFactoryAdapter(org.springframework.context.annotation.Configuration) - Method in JavaxValidatorRegistry
Build the validator factory from the validator configuration
buildWhereClause(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Junction, java.lang.StringBuilder, java.lang.StringBuilder, java.lang.String, boolean, java.util.List) - Method in JpaQueryBuilder
buildWhereClauseForCriterion(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Junction, java.lang.StringBuilder, java.lang.StringBuilder, java.lang.String, List<Query.Criterion>, int, java.util.List, org.springframework.core.convert.ConversionService, boolean, boolean) - Method in JpaQueryBuilder
by() - Method in Implemented
ByteArrayToStringConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
ByteArrayToStringConverter() - Constructor in ByteArrayToStringConverter

C

cache(boolean) - Method in AbstractCriteriaBuilder
cache(boolean) - Method in AbstractDetachedCriteria
cache(boolean) - Method in BuildableCriteria
Whether to cache the query
cache(boolean) - Method in Criteria
cache(boolean) - Method in CriteriaBuilder
cache - Field in HashMapTPCacheAdapter
cache(boolean) - Method in Query
Specifies whether the query results should be cached (if supported by the underlying datastore)
cacheAdapterRepository - Field in AbstractDatastore
cacheAdapterRepository - Field in AbstractSession
cacheAdapterRepository - Field in ThirdPartyCacheEntityPersister
cacheCollection(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.util.Collection, java.lang.String) - Method in AbstractSession
cacheCollection(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.util.Collection, java.lang.String) - Method in SessionImplementor
Caches a collection
cachedClassProperties - Field in AstPropertyResolveUtils
CachedDataSourceConnectionSourceFactory - Class in org.grails.datastore.gorm.jdbc.connections
Extends DataSourceConnectionSourceFactory and caches the created DataSourceConnectionSource instances ensuring they are singletons
cachedReadMethods - Field in ManualEntityOrdering
cacheEmbeddedEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, T) - Method in NativeEntryEntityPersister
cacheEntry(java.io.Serializable, java.lang.Object, Map<Serializable,Object>, boolean) - Method in AbstractSession
cacheEntry(java.io.Serializable, T) - Method in HashMapTPCacheAdapter
cacheEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, T) - Method in SessionImplementor
Caches a native entry
cacheEntry(java.io.Serializable, T) - Method in TPCacheAdapter
Stores a cached entry in a synchronous manner.
CacheException - Class in org.grails.datastore.mapping.cache.exception
Top-level exception used to report problems with third-party cache operations
CacheException(java.lang.Throwable) - Constructor in CacheException
cacheInstance(java.lang.Class, java.io.Serializable, java.lang.Object) - Method in AbstractSession
cacheInstance(java.lang.Class, java.io.Serializable, java.lang.Object) - Method in SessionImplementor
Caches an instance
cacheNativeEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, T) - Method in NativeEntryEntityPersister
cacheObject(java.io.Serializable, java.lang.Object) - Method in AbstractSession
cachePropertiesForAssociationMetadata(Map<String,ClassNode>, org.grails.datastore.mapping.reflect.ClassPropertyFetcher, java.lang.String) - Method in AstPropertyResolveUtils
calcInheritenceChain(org.grails.datastore.mapping.model.PersistentEntity) - Method in Neo4jEntityPersister
calcPropertyName(java.lang.String, java.lang.String) - Method in DynamicFinder
calculateAssociationMatch(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.model.types.Association, java.lang.String) - Method in GraphPersistentEntity
calculatePropertyPath(org.codehaus.groovy.ast.expr.PropertyExpression) - Method in QueryStringTransformer
call(java.lang.Object) - Method in InstanceMethodInvokingClosure
call(java.lang.Object) - Method in MethodInvokingClosure
call(java.lang.Object) - Method in NamedCriteriaProxy
call(java.lang.Object) - Method in StaticMethodInvokingClosure
callD(org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.expr.Expression) - Method in AstMethodDispatchUtils
Make a direct method call on this object for the given name and arguments
callThisD(org.codehaus.groovy.ast.ClassNode, java.lang.String, org.codehaus.groovy.ast.expr.Expression) - Method in AstMethodDispatchUtils
Make a direct method call on this object for the given name and arguments
CAMEL_CASE_PATTERN - Field in RelaxedNames
CAMELCASE_TO_HYPHEN - Enum Constant in RelaxedNames.Manipulation
CAMELCASE_TO_UNDERSCORE - Enum Constant in RelaxedNames.Manipulation
cancel() - Method in AbstractPersistenceEvent
cancelDelete(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
Fire the beforeDelete event on an entityAccess object and return true if the operation should be cancelled
cancelInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
Fire the beforeInsert even on an entityAccess object and return true if the operation should be cancelled
cancelled - Field in AbstractPersistenceEvent
cancelLoad(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
Fire the beforeDelete event on an entityAccess object and return true if the operation should be cancelled
cancelUpdate(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
Fire the beforeUpdate event on an entityAccess object and return true if the operation should be cancelled
canConvert(org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor) - Method in DefaultConversionService
canConvert(org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor) - Method in RelaxedConversionService
CANDIDATE_METHODS - Field in DetachedCriteriaTransformer
CANDIDATE_METHODS_WHERE_ONLY - Field in DetachedCriteriaTransformer
canExpandMappingContext - Field in GormMappingConfigurationStrategy
canInitializeEntities - Field in AbstractMappingContext
canLoadFileExtension(org.springframework.boot.env.PropertySourceLoader, java.lang.String) - Method in Neo4jSpec
capitalize(java.lang.String) - Method in NameUtils
Converts a property name to class name according to the JavaBean convention
cascade - Property in Property
Cascading strategy for this property.
cascadeAfterDelete(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, K, java.lang.Object) - Method in NativeEntryEntityPersister
Delete many-to-ones after owner delete.
cascadeBeforeDelete(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, K, java.lang.Object) - Method in NativeEntryEntityPersister
Delete collections before owner delete.
cascadeDeleteCollection(org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.Association) - Method in NativeEntryEntityPersister
cascadeOperations - Field in Association
cascades - Property in Property
For specifying the cascade type using javax.persistence.CascadeType
cascadeTypeConversions - Field in Association
cascadeValidate - Property in Property
Cascade validation for associations that are not owned by the parent entity.
CascadeValidateType - Enum in org.grails.datastore.mapping.validation
Defines a set of cascade validation options that are propagated to the associated entity.
cascadeValidateType - Field in Association
CascadingValidator - Interface in org.grails.datastore.gorm.validation
Extends the default Spring Validator interface and provides an additional method that specifies whether validation should cascade into associations.
CASE_INSENSITIVE_SEPARATED_TO_CAMELCASE - Enum Constant in RelaxedNames.Manipulation
category00 - Field in PlingStemmer
Words that do not have a distinct plural form (like "atlas" etc.)
categoryCHE_CHES - Field in PlingStemmer
Words that change from "-che" to "-ches" (like "brioche" etc.), listed in their plural forms
categoryEX_ICES - Field in PlingStemmer
Words that change from "-ex" to "-ices" (like "index" etc.), listed in their plural forms
categoryICS - Field in PlingStemmer
Words that end with "-ics" and do not exist as nouns without the 's' (like "aerobics" etc.)
categoryIE_IES - Field in PlingStemmer
Words that change from "-ie" to "-ies" (like "auntie" etc.), listed in their plural forms
categoryIS_ES - Field in PlingStemmer
Words that change from "-is" to "-es" (like "axis" etc.), listed in their plural forms
categoryIX_ICES - Field in PlingStemmer
Words that change from "-ix" to "-ices" (like "appendix" etc.), listed in their plural forms
categoryO_I - Field in PlingStemmer
Words that change from "-o" to "-i" (like "libretto" etc.), listed in their plural forms
categoryOE_OES - Field in PlingStemmer
Words that change from "-oe" to "-oes" (like "toe" etc.), listed in their plural forms
categoryON_A - Field in PlingStemmer
Words that change from "-on" to "-a" (like "phenomenon" etc.), listed in their plural forms
categorySE_SES - Field in PlingStemmer
Words that end in "-se" in their plural forms (like "nurse" etc.)
categorySSE_SSES - Field in PlingStemmer
Words that change from "-sse" to "-sses" (like "finesse" etc.), listed in their plural forms
categoryU_US - Field in PlingStemmer
Words that change from "-u" to "-us" (like "emu" etc.), listed in their plural forms
categoryUM_A - Field in PlingStemmer
Words that change from "-um" to "-a" (like "curriculum" etc.), listed in their plural forms
categoryUS_I - Field in PlingStemmer
Words that change from "-us" to "-i" (like "fungus" etc.), listed in their plural forms
childType - Field in AbstractPersistentCollection
childType - Property in GraphAdapter
CLASS - Field in ClassReader
The type of CONSTANT_Class constant pool items.
CLASS - Field in GormProperties
classInfo - Field in ClassPropertyFetcher
classLoader - Field in AbstractDatastoreInitializer
classLoader - Property in ClasspathEntityScanner
The classloader to use
classLoader - Field in DataSourceBuilder
classLoader - Field in SoftServiceLoader
ClassMapping - Interface in org.grails.datastore.mapping.model
A class mapping is a mapping between a class and some external form such as a table, column family, or document (depending on the underlying data store).
classMapping - Field in DocumentPersistentEntity
classMapping - Field in GraphPersistentEntity
classMapping - Field in KeyValuePersistentEntity
classMapping - Field in NativeEntryEntityPersister
classMetadata - Field in AnnotationMetadataReader
ClasspathEntityScanner - Class in org.grails.datastore.gorm.utils
Utility class for scanning the classpath for entities
ClasspathEntityScanner() - Constructor in ClasspathEntityScanner
ClassPropertyFetcher - Class in org.grails.datastore.mapping.reflect
Reads the properties of a class in an optimized manner avoiding exceptions.
ClassPropertyFetcher(java.lang.Class) - Constructor in ClassPropertyFetcher
ClassReader - Class in org.grails.datastore.gorm.utils
A Java class parser to make a org.springframework.asm.ClassVisitor visit an existing class.
ClassReader(java.io.InputStream) - Constructor in ClassReader
Constructs a new org.springframework.asm.ClassReader object.
ClassUtils - Class in org.grails.datastore.mapping.reflect
Helper methods for dealing with classes and reflection
clazz - Field in AbstractSession.CollectionKey
clazz - Field in ClassPropertyFetcher
cleanup() - Method in Neo4jSpec
clear() - Method in AbstractDatastorePersistenceContextInterceptor
clear() - Method in AbstractPersistentCollection
clear(java.lang.Object) - Method in AbstractSession
clear() - Method in DirtyCheckingCollection
clear() - Method in DirtyCheckingMap
clear() - Method in Neo4jList
clear() - Method in PagedResultList
clear() - Method in PropertyResolverMap
clear(java.lang.Object) - Method in Session
Clear a specific object
clearCache() - Method in ClassPropertyFetcher
deprecated:
Does nothing, no longer needed
clearErrors() - Method in GormValidateable
Clears any errors that exist on an instance
clearErrors(D) - Method in GormValidationApi
Clears any errors that exist on an instance
clearMaps(Map<Class,Map<Serializable,Object>>) - Method in AbstractSession
clearPendingOperations() - Method in AbstractSession
clearPendingOperations() - Method in Neo4jSession
clearReflectors() - Method in FieldEntityAccess
clearSessionProperty(java.lang.String) - Method in AbstractAttributeStoringSession
Clear a property in a session.
clearSessionProperty(java.lang.String) - Method in Session
Clear a property in a session.
clockProvider(javax.validation.ClockProvider) - Method in GormValidatorFactoryAdapter.GormValidatorContext
clone() - Method in AbstractDetachedCriteria
clone() - Method in DetachedCriteria
clone() - Method in Property
clone() - Method in Query
cloneAnnotation(org.codehaus.groovy.ast.AnnotationNode) - Method in AstUtils
cloneGlobalConstraint() - Method in Entity
close() - Method in AbstractConnectionSources
CLOSE_BRACE - Field in RelationshipUtils
CLOSE_BRACKET - Field in JpaQueryBuilder
close() - Method in DataSourceConnectionSource
close() - Method in DefaultConnectionSource
close() - Method in GormEnhancer
Closes the enhancer clearing any stored static state
close() - Method in GormValidatorFactoryAdapter
close() - Method in JavaxValidatorRegistry
close() - Method in MultiTenantConnection
close() - Method in Neo4jDatastore
close() - Method in Neo4jEmbeddedConnectionSource
close() - Method in Neo4jResultList
close() - Method in Neo4jTransaction
closed - Field in DefaultConnectionSource
closeSession(org.grails.datastore.mapping.core.Session) - Method in DatastoreUtils
Perform actual closing of the Session, catching and logging any cleanup exceptions thrown.
closeSessionOrRegisterDeferredClose(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.core.Datastore) - Method in DatastoreUtils
Close the given Session or register it for deferred close.
ClosureAndArguments(org.codehaus.groovy.ast.VariableScope) - Constructor in DetachedCriteriaTransformer.ClosureAndArguments
closureExpression - Field in DetachedCriteriaTransformer.ClosureAndArguments
ClosureNodeMappingDefinition(groovy.lang.Closure) - Constructor in MappingBuilder.ClosureNodeMappingDefinition
ClosureRelMappingDefinition(groovy.lang.Closure) - Constructor in MappingBuilder.ClosureRelMappingDefinition
ClosureToMapPopulator - Class in org.grails.datastore.mapping.reflect
A simple class that takes method invocations and property setters and populates the arguments of these into the supplied map ignoring null values.
ClosureToMapPopulator() - Constructor in ClosureToMapPopulator
cls - Field in SessionEntityProxyMethodHandler
coerceDbProperties() - Method in DataSourceBuilder
collapseKeys(int) - Method in RelaxedDataBinder.BeanPath
collectAndOrderGormTransformations(org.codehaus.groovy.ast.AnnotatedNode) - Method in OrderedGormTransformation
Collection - Class in org.grails.datastore.mapping.document.config
Configures how an entity is mapped onto a Document collection
collection - Field in AbstractPersistentCollection
collection - Property in Collection
The name of the collection
CollectionKey(java.lang.Class, java.io.Serializable, java.lang.String) - Constructor in AbstractSession.CollectionKey
collectionName - Field in AbstractSession.CollectionKey
collectMappedClasses(java.lang.String) - Method in AbstractDatastoreInitializer
COLON - Field in RelationshipUtils
ColumnDatastore - Interface in org.grails.datastore.mapping.column
Authors:
Guillaume Laforge
COMMA - Field in JpaQueryBuilder
COMMA - Field in RelationshipUtils
COMMAND_SEPARATOR - Field in CypherBuilder
commit() - Method in Neo4jTransaction
commit() - Method in SessionOnlyTransaction
commit() - Method in Transaction
Commit the transaction.
comparator() - Method in PersistentSortedSet
compare(java.lang.Object, java.lang.Object) - Method in ManualEntityOrdering
compare(org.grails.datastore.gorm.neo4j.Neo4jSession.RelationshipUpdateKey, org.grails.datastore.gorm.neo4j.Neo4jSession.RelationshipUpdateKey) - Method in Neo4jSession
compare(T, T) - Method in OrderedComparator
compareTo(org.grails.datastore.mapping.core.grailsversion.GrailsVersion) - Method in GrailsVersion
compareTo(org.grails.datastore.mapping.core.grailsversion.Snapshot) - Method in Snapshot
COMPARISON_OPERATORS - Field in Neo4jQuery
ComparisonCriterionHandler(java.lang.String) - Constructor in Neo4jQuery.ComparisonCriterionHandler
compilationUnit - Property in AbstractGormASTTransformation
compilationUnit - Field in DirtyCheckingTransformer
compilationUnit - Property in DirtyCheckTransformation
compilationUnit - Property in GlobalJpaEntityTransform
compilationUnit - Field in GormEntityTransformation
compilationUnit - Property in OrderedGormTransformation
COMPILE_STATIC_TYPE - Field in AstUtils
compileMethodStatically(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.MethodNode) - Method in AbstractMethodDecoratingTransformation
componentType - Field in Basic
compositeIdentity - Field in AbstractPersistentEntity
condition - Field in SoftServiceLoader
conditions - Field in CypherBuilder
ConfigObjectPropertySource(java.lang.String, java.util.Map) - Constructor in DatastoreUtils.ConfigObjectPropertySource
ConfigurableApplicationContextEventPublisher - Class in org.grails.datastore.gorm.events
Bridge to Spring ApplicationContext event publishing
ConfigurableApplicationContextEventPublisher(org.springframework.context.ConfigurableApplicationContext) - Constructor in ConfigurableApplicationContextEventPublisher
ConfigurableApplicationEventPublisher - Interface in org.grails.datastore.gorm.events
An org.springframework.context.ApplicationEventPublisher that is configurable with new listeners
ConfigurableParameterNameProvider - Class in org.grails.datastore.gorm.validation.javax
A configurable parameter name provider
ConfigurableParameterNameProvider() - Constructor in ConfigurableParameterNameProvider
configuration - Field in AbstractConnectionSources
configuration - Property in AbstractDatastoreInitializer
CONFIGURATION_PREFIX - Field in AbstractMappingContext
CONFIGURATIONAL_PROPERTIES - Field in NameUtils
ConfigurationBuilder - Class in org.grails.datastore.mapping.config
A generic configuration builder that implementers can implement to construct the configuration from the source org.springframework.core.env.PropertyResolver
ConfigurationBuilder(org.springframework.core.env.PropertyResolver, java.lang.String, java.lang.Object, java.lang.String) - Constructor in ConfigurationBuilder
Parameters:
propertyResolver - The property resolver
ConfigurationException - Class in org.grails.datastore.mapping.core.exceptions
An exception thrown if a configuration error occurs
ConfigurationException(java.lang.String, java.lang.Throwable) - Constructor in ConfigurationException
configurationPrefix - Property in ConfigurationBuilder
ConfigurationUtils - Class in org.grails.datastore.mapping.config
Utility methods for configuration
configure() - Method in AbstractDatastoreInitializer
Configures for an existing Mongo instance
configure(org.springframework.core.env.PropertyResolver) - Method in AbstractMappingContext
configure(org.grails.datastore.gorm.neo4j.mapping.config.NodeConfig) - Method in MappingBuilder.ClosureNodeMappingDefinition
configure(org.grails.datastore.gorm.neo4j.mapping.config.RelationshipConfig) - Method in MappingBuilder.ClosureRelMappingDefinition
configure(E) - Method in MappingDefinition
Configures an existing mapping
configureExisting(T, groovy.lang.Closure) - Method in Entity
Configures an existing Mapping instance
configureExisting(T, java.util.Map) - Method in Property
Configures an existing PropertyConfig instance
configureForBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in AbstractDatastoreInitializer
Configures an existing BeanDefinitionRegistry
configureOwningSide(org.grails.datastore.mapping.model.types.Association) - Method in GormMappingConfigurationStrategy
configureQueryWithArguments(java.lang.Class, org.grails.datastore.mapping.query.Query, java.lang.Object) - Method in DynamicFinder
configureValidatorRegistry(org.grails.datastore.gorm.neo4j.Neo4jMappingContext, org.springframework.context.MessageSource, org.grails.datastore.mapping.validation.ValidatorRegistry) - Method in Neo4jDatastore
ConfigUtils - Class in org.grails.datastore.mapping.config.utils
Authors:
Graeme Rocher
ConfigUtils() - Constructor in ConfigUtils
conjunction(Junction) - Method in Query
Conjunction(List<Criterion>) - Constructor in Query.Conjunction
connect(org.springframework.core.env.PropertyResolver) - Method in AbstractDatastore
connect() - Method in Datastore
Connects to the datastore with the default connection details, normally provided via the datastore implementations constructor
connected - Field in AbstractAttributeStoringSession
connection - Field in CustomizableRollbackTransactionAttribute
connection(java.lang.String) - Method in Entity
Sets the datastore to use
connection - Field in ReadOnly
The connection to use by default
Default:
ConnectionSource.DEFAULT
connection - Field in Transactional
The connection to use by default
Default:
ConnectionSource.DEFAULT
connectionDetails - Field in AbstractDatastore
connectionName - Field in AbstractDetachedCriteria
ConnectionNotFoundException - Class in org.grails.datastore.mapping.core
Thrown when a session cannot be located.
ConnectionNotFoundException(java.lang.String) - Constructor in ConnectionNotFoundException
connections(List<String>) - Method in Entity
Sets the connection to use
ConnectionSource - Interface in org.grails.datastore.mapping.core.connections
Represents a connection source, which could be a SQL DataSource, a MongoClient etc.
ConnectionSourceFactory - Interface in org.grails.datastore.mapping.core.connections
A factory for creating new ConnectionSource instances
connectionSourceFactory - Field in AbstractConnectionSources
connectionSourceMap - Field in InMemoryConnectionSources
connectionSourceMap - Field in StaticConnectionSources
ConnectionSources - Interface in org.grails.datastore.mapping.core.connections
Models multiple connection sources
connectionSources - Field in GormStaticApi
connectionSources - Field in Neo4jDatastore
connectionSourcesClass - Property in ConnectionSourceSettings
The class used to create
ConnectionSourceSettings - Class in org.grails.datastore.mapping.core.connections
Default settings shared across all implementations
ConnectionSourceSettings.CustomSettings - Class in org.grails.datastore.mapping.core.connections
Any custom settings
ConnectionSourceSettings.CustomSettings() - Constructor in ConnectionSourceSettings.CustomSettings
ConnectionSourceSettings.DefaultSettings - Class in org.grails.datastore.mapping.core.connections
Represents the default settings
ConnectionSourceSettings.DefaultSettings() - Constructor in ConnectionSourceSettings.DefaultSettings
ConnectionSourceSettings() - Constructor in ConnectionSourceSettings
ConnectionSourceSettingsBuilder - Class in org.grails.datastore.mapping.core.connections
Builder for the default settings
ConnectionSourceSettingsBuilder(org.springframework.core.env.PropertyResolver, java.lang.String) - Constructor in ConnectionSourceSettingsBuilder
ConnectionSourcesInitializer - Class in org.grails.datastore.mapping.core.connections
Initializer sequence for creating ConnectionSources
ConnectionSourcesInitializer() - Constructor in ConnectionSourcesInitializer
ConnectionSourcesListener - Interface in org.grails.datastore.mapping.core.connections
A listener for connection sources
ConnectionSourcesProvider - Interface in org.grails.datastore.mapping.core.connections
An interfaces for classes that provide ConnectionSources
ConnectionSourcesSupport - Class in org.grails.datastore.mapping.core.connections
Utility methods for ConnectionSource handling
connectStateless() - Method in AbstractDatastore
connectStateless() - Method in StatelessDatastore
Connect and return a stateless session
CONSTANT_NULL - Field in DirtyCheckingTransformer
constraints - Property in ConnectionSourceSettings.DefaultSettings
The default constraints
CONSTRAINTS - Field in GormProperties
constraintValidatorFactory(javax.validation.ConstraintValidatorFactory) - Method in GormValidatorFactoryAdapter.GormValidatorContext
ConstraintViolationUtils - Class in org.grails.datastore.gorm.validation.javax
Utility methods for handling ConstraintViolationException
ConstraintViolationUtils() - Constructor in ConstraintViolationUtils
contains(java.lang.Object) - Method in AbstractPersistentCollection
contains(java.lang.Object) - Method in AbstractSession
contains(java.lang.Object) - Method in Neo4jPath
contains(java.lang.Object) - Method in PagedResultList
contains(java.lang.Object) - Method in Session
Whether the object is contained within the first level cache
containsAll(java.util.Collection) - Method in AbstractPersistentCollection
containsAll(java.util.Collection) - Method in Neo4jList
containsAll(java.util.Collection) - Method in Neo4jPersistentList
containsAll(java.util.Collection) - Method in Neo4jPersistentSet
containsAll(java.util.Collection) - Method in Neo4jPersistentSortedSet
containsAll(java.util.Collection) - Method in Neo4jSet
containsAll(java.util.Collection) - Method in Neo4jSortedSet
containsAll(Collection<?>) - Method in PagedResultList
containsKey(java.lang.Object) - Method in PropertyResolverMap
containsRegisteredBean(java.lang.Object, org.springframework.beans.factory.support.BeanDefinitionRegistry, java.lang.String) - Method in AbstractDatastoreInitializer
containsSession(org.grails.datastore.mapping.core.Session) - Method in SessionHolder
containsValue(java.lang.Object) - Method in PropertyResolverMap
Context - Class in org.grails.datastore.gorm.utils
Information about a class being parsed in a ClassReader.
context - Field in AbstractClassMapping
context - Field in AbstractPersistentEntity
context - Field in AbstractPersistentProperty
contextObject - Field in AbstractGormMappingFactory
conversionService - Field in AbstractMappingContext
conversionService - Field in ConfigUtils
conversionService - Field in FieldEntityAccess
conversionService - Field in JpaQueryBuilder
conversionService - Field in RelaxedConversionService
convert(java.lang.CharSequence) - Method in BasicTypeConverterRegistrar
convert(byte[]) - Method in ByteArrayToStringConverter
convert(java.lang.String) - Method in DatastoreUtils
convert(java.lang.Object, org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor) - Method in DefaultConversionService
convert(java.lang.Double) - Method in DoubleToFloatConverter
convert(java.lang.Long) - Method in InstantConverter
convert(int[]) - Method in IntArrayToIntegerArrayConverter
convert(java.lang.Integer) - Method in IntegerToByteConverter
convert(java.lang.Integer) - Method in IntegerToShortConverter
convert(java.lang.Long) - Method in LocalDateConverter
convert(java.lang.Long) - Method in LocalDateTimeConverter
convert(java.lang.Long) - Method in LocalTimeConverter
convert(long[]) - Method in LongArrayToLongArrayConverter
convert(java.lang.Long) - Method in OffsetDateTimeConverter
convert(java.lang.Long) - Method in OffsetTimeConverter
convert(java.lang.String) - Method in PeriodConverter
convert(java.lang.Object, org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor) - Method in RelaxedConversionService
convert(java.lang.String) - Method in RelaxedConversionService.StringToCharArrayConverter
convert(java.lang.String) - Method in RelaxedConversionService.StringToEnumIgnoringCaseConverterFactory.StringToEnum
convert(java.lang.String) - Method in StringToBigDecimalConverter
convert(java.lang.String) - Method in StringToBigIntegerConverter
convert(java.lang.String) - Method in StringToByteArrayConverter
convert(java.lang.String) - Method in StringToCurrencyConverter
convert(java.lang.String) - Method in StringToLocaleConverter
convert(java.lang.String) - Method in StringToShortConverter
convert(java.lang.String) - Method in StringToTimeZoneConverter
convert(java.lang.String) - Method in StringToURLConverter
convert(java.lang.Long) - Method in TemporalConverter
convert(java.lang.Long) - Method in ZonedDateTimeConverter
convertArgumentList(java.util.Collection) - Method in AbstractDetachedCriteria
convertArguments(org.grails.datastore.mapping.model.PersistentEntity) - Method in MethodExpression
convertArguments(org.grails.datastore.mapping.model.PersistentEntity) - Method in MethodExpression.InList
convertArguments(org.grails.datastore.mapping.model.PersistentEntity) - Method in MethodExpression.InRange
convertArguments(org.grails.datastore.mapping.model.PersistentEntity) - Method in MethodExpression.NotInList
convertArgumentsForProp(org.grails.datastore.mapping.model.PersistentEntity, PersistentProperty<?>, java.lang.String, java.lang.Object, org.springframework.core.convert.ConversionService) - Method in MethodExpression
convertBasicEntryValue(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.types.Basic, java.lang.Object) - Method in NativeEntryEntityPersister
Convert a Basic (collection-style) property native entry value taken from an entity into the target property type.
convertCharSequenceValuesIfNecessary(java.util.Collection) - Method in Query.In
convertEnumsInList(java.util.Collection) - Method in Neo4jQuery
convertIdentityIfNecessasry(org.grails.datastore.mapping.model.PersistentProperty, java.io.Serializable) - Method in AbstractSession
convertIdIfNecessary(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable) - Method in NativeEntryEntityPersister
convertObject(java.lang.Object) - Method in AbstractResultList
convertToNative(java.lang.Object) - Method in Neo4jMappingContext
Obtain the native type to use for the given value
convertToNativeKey(java.io.Serializable) - Method in NativeEntryEntityPersister
Subclasses should override to provide any conversion necessary to convert to a nativeKey
copyAnnotations(org.codehaus.groovy.ast.AnnotatedNode, org.codehaus.groovy.ast.AnnotatedNode, Set<String>, Set<String>) - Method in AstUtils
copyClassAnnotations(org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractServiceImplementer
Copies annotation from the abstract method to the implementation method
copyParameters(Map<String, ClassNode>, org.codehaus.groovy.ast.Parameter, List<String>) - Method in AstUtils
count() - Method in AbstractCriteriaBuilder
count() - Method in AbstractDetachedCriteria.DetachedProjections
count(groovy.lang.Closure) - Method in CriteriaBuilder
Defines and executes a count query in a single call.
count(groovy.lang.Closure) - Method in DetachedCriteria
Counts the number of records returned by the query
count() - Method in GormEntity
Counts the number of persisted entities
count(java.util.Map, groovy.lang.Closure) - Method in GormQueryOperations
Counts the number of records returned by the query
count() - Method in GormStaticApi
Counts the number of persisted entities
count() - Method in GormStaticOperations
Counts the number of persisted entities
count(java.util.Iterator) - Method in IteratorUtil
count(groovy.lang.Closure) - Method in NamedCriteriaProxy
COUNT - Field in Neo4jQuery.CriterionHandler
COUNT - Field in Neo4jQuery.ProjectionHandler
COUNT_PROJECTION - Field in Projections
count() - Method in ProjectionList
Count the number of records returned
count() - Method in Projections
Projection that returns the number of records from the query instead of the results themselves
count() - Method in Query.ProjectionList
count() - Method in TenantDelegatingGormOperations
CountByFinder - Class in org.grails.datastore.gorm.finders
Supports counting objects.
CountByFinder(org.grails.datastore.mapping.model.MappingContext) - Constructor in CountByFinder
CountByImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements countBy* methods on Service instances
CountByImplementer() - Constructor in CountByImplementer
countDistinct(java.lang.String) - Method in AbstractCriteriaBuilder
Projection that signifies to count distinct results
countDistinct(java.lang.String) - Method in AbstractDetachedCriteria.DetachedProjections
countDistinct(java.util.Collection, java.lang.String) - Method in ManualProjections
Counts the number of distinct values
countDistinct(java.lang.String) - Method in ProjectionList
Count the number of records returned
countDistinct(java.lang.String) - Method in Projections
Projection that signifies to return only distinct results
countDistinct(java.lang.String) - Method in Query.ProjectionList
CountDistinctProjection(java.lang.String) - Constructor in Query.CountDistinctProjection
CountImplementer - Class in org.grails.datastore.gorm.services.implementers
Implementation for counting
CountImplementer() - Constructor in CountImplementer
countUpdates(org.neo4j.driver.Result) - Method in Neo4jEntityPersister
CountWhereImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements support for the Where annotation on Service instances that return a multiple results
CountWhereImplementer() - Constructor in CountWhereImplementer
cpf - Field in FieldEntityAccess.FieldEntityReflector.ReaderAndWriterMaker
create(java.lang.String, org.springframework.core.env.PropertyResolver, F) - Method in AbstractConnectionSourceFactory
create() - Method in AbstractMappingContext.DefaultProxyFactoryCreator
create(java.lang.String, org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Method in CachedDataSourceConnectionSourceFactory
create(java.lang.String, org.springframework.core.env.PropertyResolver, F) - Method in ConnectionSourceFactory
Creates a new ConnectionSource for the given name and configuration
create(ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Method in ConnectionSourcesInitializer
Creates the ConnectionSources for the given factory and configuration
create(java.lang.ClassLoader) - Method in DataSourceBuilder
create(java.lang.String, org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Method in DataSourceConnectionSourceFactory
create() - Method in GormEntity
Creates an instance of this class
create() - Method in GormStaticApi
Creates an instance of this class
create() - Method in GormStaticOperations
Creates an instance of this class
CREATE_NAMED_QUERY - Field in GormEntityTransformation
create(java.lang.String, org.grails.datastore.gorm.neo4j.connections.Neo4jConnectionSourceSettings) - Method in Neo4jConnectionSourceFactory
create(java.lang.String, S) - Method in SingletonConnectionSources.NullConnectionFactory
create(java.lang.String, org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Method in SpringDataSourceConnectionSourceFactory
create() - Method in TenantDelegatingGormOperations
createAggregateBeanDefinition(org.springframework.beans.factory.support.ManagedList) - Method in PersistenceContextInterceptorAggregator
createAggregatePersistenceContextInterceptorOnDemand(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in PersistenceContextInterceptorAggregator
createAlias(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
If the underlying datastore supports aliases, then an alias is created for the given association
createBasicCollection(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
createBuilder() - Method in ConfigurationBuilder
Creates the native builder
createBuilder() - Method in ConnectionSourceSettingsBuilder
createBuilder() - Method in DataSourceSettingsBuilder
createBuilder() - Method in Neo4jConnectionSourceSettingsBuilder
createBuilder() - Method in Neo4jDriverConfigBuilder
createCollection(org.grails.datastore.mapping.model.types.Association) - Method in Neo4jEntityPersister
createCollection() - Method in PersistentSet
createConcreteCollection(java.lang.Class) - Method in MappingUtils
Creates a concrete collection for the supplied interface
createConfigurationBuilder(org.grails.datastore.mapping.model.PersistentEntity, R) - Method in AbstractGormMappingFactory
createCriteria() - Method in GormEntity
Creates a criteria builder instance
createCriteria() - Method in GormStaticApi
Creates a criteria builder instance
createCriteria() - Method in GormStaticOperations
Creates a criteria builder instance
createCriteria() - Method in TenantDelegatingGormOperations
createCriterion() - Method in DynamicFinder
createCriterion() - Method in MethodExpression
createCriterion() - Method in MethodExpression.Between
createCriterion() - Method in MethodExpression.Equal
createCriterion() - Method in MethodExpression.GreaterThan
createCriterion() - Method in MethodExpression.GreaterThanEquals
createCriterion() - Method in MethodExpression.Ilike
createCriterion() - Method in MethodExpression.InList
createCriterion() - Method in MethodExpression.InRange
createCriterion() - Method in MethodExpression.IsEmpty
createCriterion() - Method in MethodExpression.IsNotEmpty
createCriterion() - Method in MethodExpression.IsNotNull
createCriterion() - Method in MethodExpression.IsNull
createCriterion() - Method in MethodExpression.LessThan
createCriterion() - Method in MethodExpression.LessThanEquals
createCriterion() - Method in MethodExpression.Like
createCriterion() - Method in MethodExpression.NotEqual
createCriterion() - Method in MethodExpression.NotInList
createCriterion() - Method in MethodExpression.Rlike
createCustom(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a custom prpoerty type
createDefaultConnectionSources(org.neo4j.driver.Driver, org.springframework.core.env.PropertyResolver) - Method in Neo4jDatastore
Creates the connection sources for an existing org.neo4j.driver.Driver
createDefaultIdentityMapping(org.grails.datastore.mapping.model.ClassMapping, T) - Method in MappingFactory
createDefaultTransactionDefinition(org.springframework.transaction.TransactionDefinition) - Method in Neo4jSession
createDelegingMethodBody(org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.ast.expr.MethodCallExpression) - Method in AbstractMethodDecoratingTransformation
createDerivedPropertyMapping(PersistentProperty<T>, org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingFactory
createDirtyCheckableAwareCollection(org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.Association, java.util.Collection) - Method in Neo4jEntityPersister
createDocumentMappingFactory(groovy.lang.Closure) - Method in DocumentMappingContext
createDynamicFinders(org.grails.datastore.mapping.core.Datastore) - Method in GormEnhancer
createEmbedded(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates an Embedded type used to model an embedded association (composition)
createEmbeddedCacheEntryKey(java.lang.Object) - Method in NativeEntryEntityPersister
createEmbeddedCollection(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates an EmbeddedCollection type used to model an embedded collection association (composition).
createEmbeddedEntity(java.lang.Class) - Method in AbstractMappingContext
createEmbeddedEntity(java.lang.Class) - Method in MappingContext
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in AbstractMappingContext
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in AbstractSession
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in EntityPersister
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in MappingContext
Creates an EntityAccess instance for the given entity and instance of said entity
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, T) - Method in NativeEntryEntityPersister
createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in SessionImplementor
createEventCaches(org.grails.datastore.mapping.model.PersistentEntity) - Method in DomainEventListener
createFinderInvocation(java.lang.Class, java.lang.String, groovy.lang.Closure, java.lang.Object) - Method in DynamicFinder
createFlatConfig(groovy.util.ConfigObject, Map<String,Object>, java.lang.String) - Method in DatastoreUtils
createIdentity(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates an identifier property
createIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in AbstractGormMappingFactory
createIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in MappingFactory
createIdGenerator(java.lang.String) - Method in GraphPersistentEntity
createManyToMany(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a ManyToMany type used to model a many-to-many association between entities
createManyToOne(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a many-to-one association type used for a mapping a many-to-one association between entities
createMappedForm(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractGormMappingFactory
createMappedForm(org.grails.datastore.mapping.model.PersistentProperty) - Method in GormKeyValueMappingFactory
createMappedForm(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphGormMappingFactory
createMappedForm(org.grails.datastore.mapping.model.PersistentProperty) - Method in KeyValueMappingFactory
createMappedForm(org.grails.datastore.mapping.model.PersistentProperty) - Method in MappingFactory
Creates the mapped form of a PersistentProperty instance
createMappingContext(ConnectionSources<Driver,Neo4jConnectionSourceSettings>, java.lang.Class) - Method in Neo4jDatastore
createMarkDirtyMethodCall(org.codehaus.groovy.ast.MethodNode, java.lang.String, org.codehaus.groovy.ast.Variable) - Method in DirtyCheckingTransformer
createMethodHandler(org.grails.datastore.mapping.core.Session, java.lang.Class, java.lang.Class, java.io.Serializable) - Method in JavassistProxyFactory
createMethodHandler(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K,T>, K) - Method in Neo4jProxyFactory
createNamedQuery(java.lang.Class, java.lang.String, java.lang.Object) - Method in GormEnhancer
Finds a named query for the given entity
createNativeObjectForEmbedded(org.grails.datastore.mapping.model.types.Association, java.lang.Object) - Method in NativeEntryEntityPersister
createNewEntry(java.lang.String, java.lang.Object) - Method in NativeEntryEntityPersister
Creates a new entry for the given family.
createObjectFromEmbeddedNativeEntry(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in NativeEntryEntityPersister
createObjectFromNativeEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, T) - Method in NativeEntryEntityPersister
createOneToMany(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a OneToMany type used to model a one-to-many association between entities
createOneToOne(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a one-to-one association type used for mapping a one-to-one association between entities
createPendingDeleteOne(org.grails.datastore.gorm.neo4j.Neo4jSession, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, java.lang.Object) - Method in Neo4jEntityPersister
createPersistentEntity(java.lang.Class, boolean) - Method in AbstractMappingContext
createPersistentEntity(java.lang.Class, boolean) - Method in DocumentMappingContext
createPersistentEntity(java.lang.Class, boolean) - Method in KeyValueMappingContext
createPersistentEntity(java.lang.Class, boolean) - Method in Neo4jMappingContext
createPersister(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in AbstractSession
createPersister(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in Neo4jSession
createPropertiesForBelongsToOrHasOneExpression(org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.ClassNode) - Method in GormEntityTransformation
createPropertiesForHasManyExpression(org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.ClassNode) - Method in GormEntityTransformation
createPropertyDescriptor(java.lang.Class, groovy.lang.MetaProperty) - Method in ClassPropertyFetcher
Creates a PropertyDescriptor from a MetaBeanProperty
createPropertyDescriptor(java.lang.Class, groovy.lang.MetaProperty) - Method in MappingFactory
Creates a PropertyDescriptor from a MetaBeanProperty
createPropertyMapping(PersistentProperty<KeyValue>, org.grails.datastore.mapping.model.PersistentEntity) - Method in GormKeyValueMappingFactory
createPropertyMapping(PersistentProperty<T>, org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingFactory
createPropertyResolver(Map<String,Object>) - Method in DatastoreUtils
Creates a org.springframework.core.env.PropertyResolver from the given configuration
createPropertyResolvers(Collection<Map<String,Object>>) - Method in DatastoreUtils
Creates a org.springframework.core.env.PropertyResolver from the given configuration
createProxiedInstance(org.grails.datastore.mapping.core.Session, java.lang.Class, java.lang.Class, java.io.Serializable) - Method in HashcodeEqualsAwareProxyFactory
createProxiedInstance(org.grails.datastore.mapping.core.Session, java.lang.Class, java.lang.Class, java.io.Serializable) - Method in JavassistProxyFactory
createProxy(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K, T>, K) - Method in GroovyProxyFactory
createProxy(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K,T>, K) - Method in JavassistProxyFactory
createProxy(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K,T>, K) - Method in ProxyFactory
Creates a proxy
createQuery(java.lang.Class) - Method in AbstractSession
createQuery() - Method in Neo4jEntityPersister
createQuery() - Method in Persister
Creates a query for the entity
createQuery(java.lang.String) - Method in Query
Creates an association query
createQuery(java.lang.Class, java.lang.String) - Method in QueryAliasAwareSession
Creates a query instance for the give type
createQuery(java.lang.Class) - Method in QueryCreator
Creates a query instance for the give type
createQuery(java.lang.Class) - Method in Session
Creates a query instance for the give type
createQueryMapForExample(org.grails.datastore.mapping.model.PersistentEntity, D) - Method in GormStaticApi
createQueryStringTransformer(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.VariableScope) - Method in AbstractStringQueryImplementer
Creates the query string transformer
createQueryStringTransformer(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.VariableScope) - Method in FindAllCypherQueryImplementer
createQueryStringTransformer(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.VariableScope) - Method in FindOneCypherQueryImplementer
createRuntime(java.lang.String, org.springframework.core.env.PropertyResolver, S) - Method in AbstractConnectionSourceFactory
createRuntime(java.lang.String, org.springframework.core.env.PropertyResolver, S) - Method in ConnectionSourceFactory
Creates a connection at runtime.
createSchema(java.sql.Connection, java.lang.String) - Method in DefaultSchemaHandler
createSchema(java.sql.Connection, java.lang.String) - Method in SchemaHandler
Creates the given schema.
createSchemaStatement - Property in DefaultSchemaHandler
createSession(org.springframework.core.env.PropertyResolver) - Method in AbstractDatastore
Creates the native session
createSession(org.springframework.core.env.PropertyResolver) - Method in Neo4jDatastore
createSimple(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates a simple property type used for mapping basic types such as String, long, integer etc.
createStatelessSession(org.springframework.core.env.PropertyResolver) - Method in AbstractDatastore
Creates the native stateless session
createTenantId(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
Creates the tenant identifier property
createTimestamp(org.grails.datastore.gorm.timestamp.TimestampProvider, Class<T>) - Method in AggregateTimestampProvider
createTimestamp(Class<T>) - Method in DefaultTimestampProvider
createTimestamp(Class<T>) - Method in TimestampProvider
Creates a timestamp for the given class
createUniqueConstraintOnProperty(java.lang.String, org.grails.datastore.mapping.model.PersistentProperty, List<String>) - Method in Neo4jDatastore
createValidationEvent(java.lang.Object) - Method in GormValidationApi
createValidatorRegistry(org.grails.datastore.gorm.neo4j.connections.Neo4jConnectionSourceSettings, org.grails.datastore.gorm.neo4j.Neo4jMappingContext, org.springframework.context.MessageSource) - Method in Neo4jDatastore
createValidatorRegistry(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings, org.springframework.context.MessageSource) - Method in ValidatorRegistries
Creates the most appropriate validator registry
creator - Field in SessionHolder
Criteria - Interface in org.grails.datastore.mapping.query.api
Interface for the implementations that construct of criteria queries.
criteria - Field in AbstractDetachedCriteria
criteria - Field in DynamicFinderInvocation
criteria - Field in JpaQueryBuilder
criteria - Field in Query
criteria - Field in Query.Junction
CriteriaBuilder - Class in grails.gorm
Criteria builder implementation that operates against DataStore abstraction.
CriteriaBuilder(java.lang.Class, org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.query.Query) - Constructor in CriteriaBuilder
criteriaClosure - Property in NamedCriteriaProxy
CRITERION_HANDLERS - Field in Neo4jQuery
current - Field in AbstractResultList
CURRENT_TENANT_ANNOTATION_TYPE_EXPR - Field in TenantTransform
CURRENT_TENANT_ANNOTATION_TYPE - Field in TenantTransform
currentBody - Field in DetachedCriteriaTransformer.ClosureAndArguments
currentClassNode - Field in DetachedCriteriaTransformer
currentGormInstanceApi() - Method in GormEntity
currentGormInstanceApi() - Method in GormEntityDirtyCheckable
currentGormStaticApi() - Method in GormEntity
currentGormValidationApi() - Method in GormValidateable
Used to obtain the GormValidationApi instance.
currentId() - Method in DefaultTenantService
currentId(Class<? extends Datastore>) - Method in Tenants
Returns:
The current tenant id for the given datastore type
currentId() - Method in TenantService
Returns:
The current tenant id
currentlyInitializing() - Method in AbstractPersistentCollection
currentNodeConfigType - Field in GraphGormMappingFactory
CurrentTenant - Class in org.grails.datastore.gorm
Holds a reference to the current tenant for the thread
CurrentTenant() - Constructor in CurrentTenant
currentTenantThreadLocal - Field in CurrentTenant
currentTenantThreadLocal - Field in Tenants.CurrentTenant
currentTimeMillis() - Method in DefaultTimestampProvider
currentTransaction(org.grails.datastore.mapping.core.Datastore) - Method in TransactionUtils
currentVersion - Field in GrailsVersion
The current version
cursor - Field in AbstractResultList
Custom - Class in org.grails.datastore.mapping.model.types
Represents a custom type ie. a type whose database read/write semantics are specified by the user.
custom - Property in ConnectionSourceSettings
Custom settings
Custom(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, Class<?>, CustomTypeMarshaller<?,?,?>) - Constructor in Custom
CUSTOM - Enum Constant in IdGenerator.Type
Custom generator
CUSTOM - Enum Constant in ValueGenerator
Custom value generation strategy
CustomizableRollbackTransactionAttribute - Class in org.grails.datastore.mapping.transactions
Extended version of org.springframework.transaction.interceptor.RuleBasedTransactionAttribute that ensures all exception types are rolled back and allows inheritance of setRollbackOnly
CustomizableRollbackTransactionAttribute(org.springframework.transaction.interceptor.RuleBasedTransactionAttribute) - Constructor in CustomizableRollbackTransactionAttribute
CustomTypeMarshaller - Interface in org.grails.datastore.mapping.engine.types
Interface for defining custom datastore types beyond the simple and association types supported out of the box.
customTypeMarshaller - Field in Basic
customTypeMarshaller - Field in Custom
customTypes - Field in AbstractConnectionSourceFactory
cut(java.lang.String, java.lang.String) - Method in PlingStemmer
Cuts a suffix from a string (that is the number of chars given by the suffix)
Cypher - Annotation Type in grails.neo4j.services
An annotation for use on Service interfaces to automatically implement Cypher queries
CYPHER_CREATE - Field in CypherBuilder
CYPHER_FROM_TO_NODES_MATCH - Field in CypherBuilder
CYPHER_MATCH_ID - Field in CypherBuilder
cypher(java.lang.String) - Method in Neo4jEntity
perform a cypher query
CYPHER_RELATIONSHIP - Field in CypherBuilder
CYPHER_RELATIONSHIP_MATCH - Field in CypherBuilder
CypherBuilder - Class in org.grails.datastore.gorm.neo4j
A builder for Cypher queries
CypherBuilder(java.lang.String) - Constructor in CypherBuilder
CypherExpression(java.lang.CharSequence) - Constructor in Neo4jQuery.CypherExpression
CypherQueryStringTransformer - Class in org.grails.datastore.gorm.neo4j.services.transform
Customized transformer that works with Cypher queries
CypherQueryStringTransformer(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.VariableScope) - Constructor in CypherQueryStringTransformer
cypherStatic(java.lang.CharSequence) - Method in Neo4jEntity
perform a cypher query
cypherStatic(java.lang.CharSequence) - Method in Neo4jGormStaticApi
perform a cypher query

D

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

E

eachTenant(groovy.lang.Closure) - Method in DefaultTenantService
eachTenant(groovy.lang.Closure) - Method in GormStaticApi
eachTenant(groovy.lang.Closure) - Method in GormStaticOperations
Execute the closure for each tenant
eachTenant(groovy.lang.Closure) - Method in MultiTenant
Execute the closure for each tenant
eachTenant(groovy.lang.Closure) - Method in TenantDelegatingGormOperations
eachTenant(org.grails.datastore.mapping.multitenancy.MultiTenantCapableDatastore, groovy.lang.Closure) - Method in Tenants
Execute the given closure for each tenant for the given datastore.
eachTenant(groovy.lang.Closure) - Method in TenantService
Execute the given closure for each tenant.
eachTenantInternal(org.grails.datastore.mapping.core.Datastore, groovy.lang.Closure) - Method in Tenants
Embedded - Class in org.grails.datastore.mapping.model.types
Models an embedded component
embedded - Field in AbstractPersistentEntity
Embedded(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in Embedded
EMBEDDED - Field in GormProperties
embedded - Property in Neo4jConnectionSourceSettings
Neo4j embedded mode options
embedded - Enum Constant in Neo4jConnectionSourceSettings.ConnectionType
EMBEDDED_PREFIX - Field in NativeEntryEntityPersister
EmbeddedCollection - Class in org.grails.datastore.mapping.model.types
Models an embedded collection.
EmbeddedCollection(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in EmbeddedCollection
EmbeddedNeo4jServer - Class in org.grails.datastore.gorm.neo4j.util
Helper class for starting a Neo4j 3.x embedded server
EmbeddedPersistentEntity - Class in org.grails.datastore.mapping.model
Models an embedded entity
EmbeddedPersistentEntity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Constructor in EmbeddedPersistentEntity
EMPTY_ASSOCIATIONS - Field in Neo4jResultList
EMPTY_CLASS_ARRAY - Field in AstUtils
EMPTY_CLASS_ARRAY - Field in JavassistProxyFactory
EMPTY_CLASS_ARRAY - Field in ReflectionUtils
EMPTY_JAVA_CLASS_ARRAY - Field in AstUtils
EMPTY_JAVA_CLASS_ARRAY - Field in DetachedCriteriaTransformer
EMPTY_JAVA_CLASS_ARRAY - Field in DirtyCheckingTransformer
EMPTY_OBJECT_ARRAY - Field in DynamicFinder
EMPTY_RESULT_DATA - Field in Neo4jResultList
EmptyAnnotationVisitor() - Constructor in AnnotationMetadataReader.EmptyAnnotationVisitor
emptyGenericsPlaceHoldersMap - Field in AstUtils
ENABLE_CLASS_LOADER_LOGGING - Field in SoftServiceLoader
ENABLED - Field in GlobalTraitRepairTransformation
END - Field in CypherBuilder
end - Field in Neo4jPath
end - Field in Neo4jPath.Neo4jPathSegment
end() - Method in Path.Segment
END_RELATIONSHIP - Field in RelationshipUtils
enhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractReadOperationImplementer
enhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractWriteOperationImplementer
enhance(org.grails.datastore.mapping.model.PersistentEntity, boolean) - Method in GormEnhancer
Enhance and individual entity
enhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in MethodValidationImplementer
enhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in ServiceEnhancer
Enhances the method
enhanceClassNode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractDatastoreMethodDecoratingTransformation
enhanceClassNode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractMethodDecoratingTransformation
Add any additional logic to enhance the class node
enhanceClassNode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in TransactionalTransform
ensureQueryIsInitialized() - Method in AbstractCriteriaBuilder
entitiesByLabel - Field in Neo4jMappingContext
entitiesWithDateCreated - Field in AutoTimestampEventListener
entitiesWithLastUpdated - Field in AutoTimestampEventListener
Entity - Class in org.grails.datastore.mapping.config
Base class for classes returned from ClassMapping.getMappedForm
entity - Field in AbstractClassMapping
entity - Field in AbstractPersistenceEvent
ENTITY_ACCESS - Field in AbstractSession
ENTITY_ANNOTATIONS - Field in AstUtils
entity - Field in BeanEntityAccess
ENTITY_CLASS_RESOURCE_PATTERN - Field in AbstractDatastoreInitializer
Entity() - Constructor in Entity
entity - Field in FieldEntityAccess
entity - Field in FieldEntityAccess.FieldEntityReflector
entity - Field in JpaQueryBuilder
entity - Field in ManualEntityOrdering
entity - Field in ManualProjections
entity - Property in NamedCriteriaProxy
entity - Field in PendingOperationAdapter
entity - Field in Query
EntityAccess - Interface in org.grails.datastore.mapping.engine
Authors:
Graeme Rocher
entityAccess - Field in AbstractPersistenceEvent
entityAccess - Field in PendingInsertAdapter
entityAccess - Field in PendingUpdateAdapter
entityAccess - Field in RelationshipPendingDelete
EntityCreationException - Class in org.grails.datastore.mapping.core
Thrown when there was an error creating an entity.
EntityCreationException(java.lang.String, java.lang.Throwable) - Constructor in EntityCreationException
entityEvents - Field in DomainEventListener
entityFamily - Field in AbstractKeyValueEntityPersister
entityObject - Field in AbstractPersistenceEvent
EntityPersister - Class in org.grails.datastore.mapping.engine
A Persister specifically for persisting PersistentEntity instances.
EntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.Session, org.springframework.context.ApplicationEventPublisher) - Constructor in EntityPersister
entityPersister - Field in Neo4jResultList
EntityProxy - Interface in org.grails.datastore.mapping.proxy
Authors:
Graeme Rocher
EntityProxyMethodHandler - Class in org.grails.datastore.mapping.proxy
Base class for entity proxy handlers that are aware of Groovy
EntityProxyMethodHandler(Class<?>) - Constructor in EntityProxyMethodHandler
EntityReflector - Interface in org.grails.datastore.mapping.reflect
Used for reflective data
EntityReflector.PropertyReader - Interface in org.grails.datastore.mapping.reflect
EntityReflector.PropertyWriter - Interface in org.grails.datastore.mapping.reflect
entityReflector - Field in AbstractPersistentEntity
entityToMapping - Field in AbstractGormMappingFactory
entityToPropertyMap - Field in AbstractGormMappingFactory
entityTrait - Property in Neo4jEntityTraitProvider
entityValidators - Field in AbstractMappingContext
entrySet() - Method in PropertyResolverMap
enumType - Property in Property
enumType - Field in RelaxedConversionService.StringToEnumIgnoringCaseConverterFactory.StringToEnum
ephemeral - Property in Neo4jConnectionSourceSettings.EmbeddedSettings
Whether to
eq(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Creates an "equals" Criterion based on the specified property name and value.
eq(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
eq(java.lang.String, java.lang.Object) - Method in Criteria
Creates an "equals" Criterion based on the specified property name and value
eq(java.lang.String, java.lang.Object) - Method in DetachedCriteria
eq(java.lang.String, java.lang.Object) - Method in Query
Restricts the results by the given properties value
eq(java.lang.String, java.lang.Object) - Method in Restrictions
Restricts the property to be equal to the given value
eqAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractCriteriaBuilder
Creates a subquery criterion that ensures the given property is equal to all the given returned values
eqAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractDetachedCriteria
eqAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Criteria
Creates a subquery criterion that ensures the given property is equal to all the given returned values
eqAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in DetachedCriteria
eqProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Constraints a property to be equal to a specified other property
eqProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
eqProperty(java.lang.String, java.lang.String) - Method in Criteria
Constrains a property to be equal to a specified other property
eqProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
eqProperty(java.lang.String, java.lang.String) - Method in Restrictions
Constraints a property to be equal to a specified other property
Equal(java.lang.String) - Constructor in MethodExpression.Equal
equals(java.lang.Object) - Method in AbstractPersistentCollection
equals(java.lang.Object) - Method in AbstractPersistentEntity
equals(java.lang.Object) - Method in AbstractSession.CollectionKey
equals(java.lang.Object) - Method in DynamicToOneAssociation
equals(java.lang.Object) - Method in MethodKey
EQUALS - Field in Neo4jQuery.ComparisonCriterionHandler
EQUALS - Field in Neo4jQuery.PropertyComparisonCriterionHandler
EQUALS - Field in Neo4jQuery.SizeCriterionHandler
equals(java.lang.Object) - Method in Neo4jSession.RelationshipUpdateKey
EQUALS_OPERATOR - Field in DetachedCriteriaTransformer
equals(java.lang.Object) - Method in PagedResultList
Equals(java.lang.String, java.lang.Object) - Constructor in Query.Equals
equals(java.lang.Object) - Method in Relationship
Returns:
True if they are equal
equals(java.lang.Object) - Method in TypeDirectionPair
EqualsAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.EqualsAll
EqualsProperty(java.lang.String, java.lang.String) - Constructor in Query.EqualsProperty
error(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ASTNode, java.lang.String) - Method in AstUtils
ERRORS - Field in GormProperties
errors - Property in GormValidateable
The validation errors object
errors - Property in GormValidationApi
errors - Field in ValidationException
establishDomainClassRelationship(org.grails.datastore.mapping.model.PersistentEntity, java.beans.PropertyDescriptor, org.grails.datastore.mapping.model.MappingContext, java.util.Map, boolean) - Method in GormMappingConfigurationStrategy
Establish relationship with related domain class
establishDomainClassRelationship(org.grails.datastore.mapping.model.PersistentEntity, java.beans.PropertyDescriptor, java.lang.reflect.Field, org.grails.datastore.mapping.model.MappingContext, boolean) - Method in JpaMappingConfigurationStrategy
establishLabelObjects() - Method in GraphPersistentEntity
establishLabels() - Method in GraphPersistentEntity
establishPropertyName(org.codehaus.groovy.ast.MethodNode, java.lang.String, org.codehaus.groovy.ast.ClassNode) - Method in AbstractProjectionImplementer
establishRelationshipForCollection(java.beans.PropertyDescriptor, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, Map<String,Class>, java.util.Map, boolean) - Method in GormMappingConfigurationStrategy
establishRelationshipForCollection(java.beans.PropertyDescriptor, java.lang.reflect.Field, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, boolean) - Method in JpaMappingConfigurationStrategy
establishRelationshipOwners(org.grails.datastore.mapping.reflect.ClassPropertyFetcher) - Method in GormMappingConfigurationStrategy
Evaluates the belongsTo property to find out who owns who
evaluate(groovy.lang.Closure, java.lang.Object) - Method in DefaultMappingConfigurationBuilder
evaluate(groovy.lang.Closure, java.lang.Object) - Method in MappingConfigurationBuilder
Evaluates the configuration for the given closure
evaluate(groovy.lang.Closure) - Method in NamedQueriesBuilder
evaluateWithContext(org.grails.datastore.mapping.config.groovy.MappingConfigurationBuilder, groovy.lang.Closure) - Method in AbstractGormMappingFactory
EVENT_AFTER_DELETE - Field in DomainEventListener
EVENT_AFTER_INSERT - Field in DomainEventListener
EVENT_AFTER_LOAD - Field in DomainEventListener
EVENT_AFTER_UPDATE - Field in DomainEventListener
EVENT_BEFORE_DELETE - Field in DomainEventListener
EVENT_BEFORE_INSERT - Field in DomainEventListener
EVENT_BEFORE_LOAD - Field in DomainEventListener
EVENT_BEFORE_UPDATE - Field in DomainEventListener
eventListeners - Field in AbstractMappingContext
eventPublisher - Field in GormValidationApi
eventPublisher - Field in Neo4jDatastore
EventType - Enum in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
EXCEPTION_THROWING_DELETE_LISTENER - Field in AbstractSession
EXCEPTION_THROWING_INSERT_LISTENER - Field in AbstractSession
EXCEPTION_THROWING_INSERT_LISTENER - Field in Neo4jSession
EXCEPTION_THROWING_UPDATE_LISTENER - Field in AbstractSession
exceptionOccurred - Field in AbstractSession
EXCLUDED_PROPERTIES - Field in BeanEntityAccess
EXCLUDED_PROPERTIES - Field in ClassPropertyFetcher
EXCLUDED_PROPERTIES - Field in GormMappingConfigurationStrategy
excludedListenerNames - Field in AbstractPersistenceEvent
EXCLUDES - Property in AbstractGormApi
EXCLUDES - Field in JavassistProxyFactory
executableValidatorMap - Field in ValidatedService
execute(org.grails.datastore.mapping.core.VoidSessionCallback) - Method in AbstractDatastoreApi
execute(org.grails.datastore.mapping.core.VoidSessionCallback) - Method in AbstractFinder
execute(org.grails.datastore.mapping.core.Datastore, org.grails.datastore.mapping.core.VoidSessionCallback) - Method in DatastoreUtils
Execute the callback in the current session if it exists, or create a new one and close it otherwise.
execute(Closure<T>) - Method in GrailsTransactionTemplate
execute(org.neo4j.driver.QueryRunner, java.lang.String, List<Object>) - Method in Neo4jExtensions
Executes a cypher query with positional parameters
executeAndRollback(Closure<T>) - Method in GrailsTransactionTemplate
executeCypher(java.lang.CharSequence) - Method in Neo4jEntity
perform a cypher query
executed - Field in PendingOperationAdapter
executeInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.NativeEntryEntityPersister.NativeEntryModifyingEntityAccess, K, T) - Method in NativeEntryEntityPersister
Executes an insert for the given entity, entity access, identifier and native entry.
executePendingOperation(org.grails.datastore.mapping.core.impl.PendingOperation) - Method in PendingOperationExecution
executePendings(Collection<? extends Runnable>) - Method in AbstractSession
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, Junction) - Method in AssociationQuery
executeQuery(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormEntity
Executes a query for the given String
executeQuery(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticApi
executeQuery(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticOperations
Executes a query for the given String
executeQuery(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in Neo4jGormStaticApi
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Junction) - Method in Neo4jQuery
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, Junction) - Method in Query
Subclasses should implement this to provide the concrete implementation of querying
executeQuery(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in TenantDelegatingGormOperations
executeUpdate(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormEntity
Executes an update for the given String
executeUpdate(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticApi
executeUpdate(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in GormStaticOperations
Executes an update for the given String
executeUpdate(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in Neo4jGormStaticApi
executeUpdate(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in TenantDelegatingGormOperations
executor - Field in AssociationQueryProxyHandler
exists(QueryableCriteria<?>) - Method in AbstractCriteriaBuilder
exists(QueryableCriteria<?>) - Method in AbstractDetachedCriteria
See Also:
Criteria#exists(org.grails.datastore.mapping.query.api.QueryableCriteria)
exists(QueryableCriteria<?>) - Method in Criteria
Executes an exists subquery
exists(QueryableCriteria<?>) - Method in DetachedCriteria
exists(java.io.Serializable) - Method in GormEntity
Checks whether an entity exists
exists(java.io.Serializable) - Method in GormStaticApi
Checks whether an entity exists
exists(java.io.Serializable) - Method in GormStaticOperations
Checks whether an entity exists
Exists(org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.Exists
exists(java.io.Serializable) - Method in TenantDelegatingGormOperations
expression - Property in Neo4jQuery.CypherExpression
expressions - Field in DynamicFinderInvocation
extendCollectionIfNecessary(org.springframework.beans.BeanWrapper, org.grails.datastore.gorm.jdbc.RelaxedDataBinder.BeanPath, int) - Method in RelaxedDataBinder
extendedMethods - Field in AbstractGormApi
extendMapIfNecessary(org.springframework.beans.BeanWrapper, org.grails.datastore.gorm.jdbc.RelaxedDataBinder.BeanPath, int) - Method in RelaxedDataBinder
external - Field in AbstractPersistentEntity
extractIndexedPaths(java.lang.String, List<PathNode>) - Method in RelaxedDataBinder.BeanPath

F

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

G

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

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

H

H2 - Enum Constant in DatabaseDriver
H2.
HANDLE - Field in ClassReader
The type of CONSTANT_MethodHandle constant pool items.
handle(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Criterion, java.lang.StringBuilder, java.lang.StringBuilder, java.lang.String, int, java.util.List, org.springframework.core.convert.ConversionService, boolean, boolean) - Method in JpaQueryBuilder
handle(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.Criterion, java.lang.StringBuilder, java.lang.StringBuilder, java.lang.String, int, java.util.List, org.springframework.core.convert.ConversionService, boolean, boolean) - Method in JpaQueryBuilder.QueryHandler
handle(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.CountProjection, org.grails.datastore.gorm.neo4j.CypherBuilder) - Method in Neo4jQuery.1
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.query.Query.Disjunction, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.10
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.query.Query.Negation, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.11
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.query.Query.Equals, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.12
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.query.Query.IdEquals, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.13
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.query.Query.Like, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.14
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.query.Query.ILike, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.15
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.query.Query.RLike, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.16
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.query.Query.In, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.17
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.query.Query.IsNull, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.18
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.query.Query.IsEmpty, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.19
handle(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.IdProjection, org.grails.datastore.gorm.neo4j.CypherBuilder) - Method in Neo4jQuery.2
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.query.Query.IsNotEmpty, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.20
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.query.Query.IsNotNull, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.21
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.query.Query.Between, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.22
handle(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.CountDistinctProjection, org.grails.datastore.gorm.neo4j.CypherBuilder) - Method in Neo4jQuery.3
handle(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.MinProjection, org.grails.datastore.gorm.neo4j.CypherBuilder) - Method in Neo4jQuery.4
handle(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.MaxProjection, org.grails.datastore.gorm.neo4j.CypherBuilder) - Method in Neo4jQuery.5
handle(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.SumProjection, org.grails.datastore.gorm.neo4j.CypherBuilder) - Method in Neo4jQuery.6
handle(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.AvgProjection, org.grails.datastore.gorm.neo4j.CypherBuilder) - Method in Neo4jQuery.7
handle(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query.PropertyProjection, org.grails.datastore.gorm.neo4j.CypherBuilder) - Method in Neo4jQuery.8
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.query.Query.Conjunction, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.9
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.query.AssociationQuery, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.AssociationQueryHandler
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, T, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.ComparisonCriterionHandler
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, T, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.CriterionHandler
handle(org.grails.datastore.mapping.model.PersistentEntity, T, org.grails.datastore.gorm.neo4j.CypherBuilder) - Method in Neo4jQuery.ProjectionHandler
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, T, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.PropertyComparisonCriterionHandler
handle(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, T, org.grails.datastore.gorm.neo4j.CypherBuilder, java.lang.String) - Method in Neo4jQuery.SizeCriterionHandler
handleAssociationCriteria(java.lang.StringBuilder, java.lang.StringBuilder, java.lang.String, int, java.util.List, org.springframework.core.convert.ConversionService, boolean, Association<?>, org.grails.datastore.mapping.query.Query.Junction, List<Query.Criterion>, boolean) - Method in JpaQueryBuilder
handleAssociationMethodCallExpression(org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.MethodCallExpression, List<String>, org.codehaus.groovy.ast.VariableScope) - Method in DetachedCriteriaTransformer
handleAssociationQueryViaPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression, org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.stmt.BlockStatement, List<String>, java.lang.String, org.codehaus.groovy.ast.VariableScope) - Method in DetachedCriteriaTransformer
handleBinaryExpressionSide(org.codehaus.groovy.ast.expr.Expression, org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.stmt.BlockStatement, boolean, List<String>, org.codehaus.groovy.ast.VariableScope) - Method in DetachedCriteriaTransformer
handleCustom(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess, T) - Method in NativeEntryEntityPersister
HANDLED_PREFIXES - Property in CountByImplementer
HANDLED_PREFIXES - Property in CountImplementer
HANDLED_PREFIXES - Property in DeleteImplementer
HANDLED_PREFIXES - Property in FindAllByImplementer
HANDLED_PREFIXES - Property in FindAllImplementer
HANDLED_PREFIXES - Property in FindOneByImplementer
HANDLED_PREFIXES - Property in FindOneImplementer
HANDLED_PREFIXES - Property in SaveImplementer
HANDLED_PREFIXES - Property in UpdateOneImplementer
handleDetachedCriteriaCast(org.codehaus.groovy.ast.expr.Expression) - Method in DetachedCriteriaTransformer
handleEmbeddedInstance(org.grails.datastore.mapping.model.types.Association, java.lang.Object, boolean) - Method in NativeEntryEntityPersister
handleEmbeddedToMany(org.grails.datastore.mapping.engine.EntityAccess, T, org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in NativeEntryEntityPersister
handleEmbeddedToOne(org.grails.datastore.mapping.model.types.Association, java.lang.String, org.grails.datastore.mapping.engine.EntityAccess, T) - Method in NativeEntryEntityPersister
handleFetchType(org.grails.datastore.mapping.query.api.BuildableCriteria, java.lang.String, javax.persistence.FetchType) - Method in DynamicFinder
handleFunctionCall(org.codehaus.groovy.ast.stmt.BlockStatement, java.lang.String, org.codehaus.groovy.ast.expr.Expression, java.lang.String, org.codehaus.groovy.ast.expr.Expression) - Method in DetachedCriteriaTransformer
handleIndexing(boolean, T, Map<PersistentProperty,Object>, Map<PersistentProperty,Object>, org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, boolean, java.lang.Object) - Method in NativeEntryEntityPersister
handleInvocation(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in EntityProxyMethodHandler
handleInvocation(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in GroovyObjectMethodHandler
handleInvocationFallback(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in AssociationQueryProxyHandler
handleInvocationFallback(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in EntityProxyMethodHandler
handleInvocationFallback(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in SessionEntityProxyMethodHandler
handleJoinAnnotation(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression) - Method in AbstractDetachedCriteriaServiceImplementor
handleJunction(org.grails.datastore.mapping.query.Query.Junction, groovy.lang.Closure) - Method in AbstractCriteriaBuilder
handleJunction(groovy.lang.Closure) - Method in AbstractDetachedCriteria
handleJunction(groovy.lang.Closure) - Method in DetachedCriteria
handleLike(org.grails.datastore.mapping.query.Query.PropertyCriterion, org.grails.datastore.gorm.neo4j.CypherBuilder, int, boolean) - Method in Neo4jQuery
handleNegation(List<String>, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.NotExpression, org.codehaus.groovy.ast.VariableScope) - Method in DetachedCriteriaTransformer
handleRelationshipSide(org.grails.datastore.mapping.model.PersistentEntity, Map<String,Object>, java.lang.Object, java.lang.String, org.grails.datastore.gorm.neo4j.collection.Neo4jResultList, org.grails.datastore.mapping.model.types.Association) - Method in Neo4jEntityPersister
handleSubQuery(org.grails.datastore.mapping.model.PersistentEntity, java.lang.StringBuilder, java.lang.StringBuilder, java.lang.String, int, java.util.List, org.springframework.core.convert.ConversionService, boolean, boolean, org.grails.datastore.mapping.query.Query.SubqueryCriterion, java.lang.String) - Method in JpaQueryBuilder
HAS_MANY - Field in GormProperties
HAS_ONE - Field in GormProperties
hasAnnotation(org.codehaus.groovy.ast.ClassNode, Class<? extends Annotation>) - Method in AstAnnotationUtils
Returns true if classNode is marked with annotationClass
hasAnnotation(org.codehaus.groovy.ast.ClassNode, Class<? extends Annotation>) - Method in AstUtils
Returns true if classNode is marked with annotationClass
hasAnnotation(org.grails.datastore.mapping.reflect.ClassPropertyFetcher, java.beans.PropertyDescriptor, Class<A>) - Method in JpaMappingConfigurationStrategy
hasAnyAnnotations(org.codehaus.groovy.ast.ClassNode, Class<? extends Annotation>) - Method in AstAnnotationUtils
Parameters:
classNode - a ClassNode to search
hasAnyAnnotations(org.codehaus.groovy.ast.ClassNode, Class<? extends Annotation>) - Method in AstUtils
Parameters:
classNode - a ClassNode to search
hasBoth() - Method in DirtyCheckingTransformer.GetterAndSetter
hasChanged() - Method in AbstractPersistentCollection
hasChanged(java.lang.String) - Method in DirtyCheckable
Parameters:
propertyName - The name of the property
hasChanged() - Method in DirtyCheckableCollection
Returns:
True if the collection has changed
hasChanged() - Method in DirtyCheckingCollection
hasChanged() - Method in DirtyCheckingMap
hasChanged(java.lang.String) - Method in GormEntityDirtyCheckable
hasChangedElements() - Method in DirtyCheckingCollection
hasChangedSize() - Method in AbstractPersistentCollection
hasChangedSize() - Method in DirtyCheckableCollection
Returns:
True if the collection has changed size
hasChangedSize() - Method in DirtyCheckingCollection
hasChangedSize() - Method in DirtyCheckingMap
hasClosureArgument(org.codehaus.groovy.ast.expr.ArgumentListExpression) - Method in DetachedCriteriaTransformer
hasCurrentSession() - Method in AbstractDatastore
hasCurrentSession() - Method in Datastore
Checks if there is a current session.
hasDatastore - Field in GormValidationApi
hasDateCreated(java.lang.String) - Method in AutoTimestampEventListener
hasDynamicAssociations - Field in GraphPersistentEntity
hasDynamicAssociations() - Method in RelationshipPersistentEntity
hasDynamicLabels - Field in GraphPersistentEntity
hasDynamicLabels() - Method in RelationshipPersistentEntity
hasErrors() - Method in GormValidateable
Tests whether an instance has any errors
hasErrors(D) - Method in GormValidationApi
Tests whether an instance has any errors
hasExcludedAnnotation(org.codehaus.groovy.ast.MethodNode, Set<String>) - Method in AbstractMethodDecoratingTransformation
hasExcludedAnnotation(org.codehaus.groovy.ast.MethodNode) - Method in TransactionalTransform
hasGrown() - Method in AbstractPersistentCollection
hasGrown() - Method in DirtyCheckableCollection
Returns:
True if the collection has grown
hasGrown() - Method in DirtyCheckingCollection
hasGrown() - Method in DirtyCheckingMap
hashCode() - Method in AbstractPersistentCollection
hashCode() - Method in AbstractPersistentEntity
hashCode() - Method in AbstractSession.CollectionKey
hashCode() - Method in DynamicToOneAssociation
hashCode() - Method in MethodKey
hashCode() - Method in Neo4jSession.RelationshipUpdateKey
hashCode() - Method in PagedResultList
hashCode() - Method in Relationship
Returns:
hashCode
hashCode() - Method in TypeDirectionPair
HashcodeEqualsAwareProxyFactory - Class in org.grails.datastore.gorm.neo4j.proxy
extends JavassistProxyFactory to capture method calls `hashCode` and `equals` without expanding the proxy
hasHibernatePlugin() - Method in Neo4jGrailsPlugin
HashMapTPCacheAdapter - Class in org.grails.datastore.mapping.cache.impl
Simple implementation of TPCacheAdapter backed by a local hash map.
hasJunitAnnotation(org.codehaus.groovy.ast.MethodNode) - Method in AstAnnotationUtils
Whether the method node has any JUnit annotations
hasJunitAnnotation(org.codehaus.groovy.ast.MethodNode) - Method in AstUtils
Whether the method node has any JUnit annotations
hasLastUpdated(java.lang.String) - Method in AutoTimestampEventListener
hasNeither() - Method in DirtyCheckingTransformer.GetterAndSetter
hasNext() - Method in AbstractPersistentCollection
hasNext() - Method in AbstractResultList
hasNext() - Method in Neo4jPath.Neo4jPathIterator
hasNext() - Method in PersistentList.PersistentListIterator
hasNext() - Method in SoftServiceLoader
hasNext() - Method in SoftServiceLoader.ServiceLoaderIterator
hasOrInheritsProperty(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
hasPrevious() - Method in PersistentList.PersistentListIterator
hasProperty(java.lang.String, java.lang.Class) - Method in AbstractPersistentEntity
hasProperty(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
Returns whether a classNode has the specified property or not
hasProperty(java.lang.String, java.lang.Class) - Method in PersistentEntity
Checks whether an entity has a bean property of the given name and type
hasShrunk() - Method in AbstractPersistentCollection
hasShrunk() - Method in DirtyCheckableCollection
Returns:
True if the collection has shrunk
hasShrunk() - Method in DirtyCheckingCollection
hasShrunk() - Method in DirtyCheckingMap
hasTenantAnnotation(org.codehaus.groovy.ast.AnnotatedNode) - Method in TenantTransform
Whether the given node is Multi Tenant
hasTransaction() - Method in AbstractSession
hasTransaction() - Method in Neo4jSession
hasTransaction() - Method in Session
Returns:
Whether the current session has an active transaction
hasTransactionalAnnotation(org.codehaus.groovy.ast.AnnotatedNode) - Method in TransactionalTransform
Whether the given method has a transactional annotation
hasUpdates() - Method in AbstractSession
header - Field in ClassReader
Start index of the class header information (access, name...) in b.
headSet(java.lang.Object) - Method in PersistentSortedSet
hibernateCompatible - Field in JpaQueryBuilder
HIGHEST_PRECEDENCE - Field in OrderedComparator
Useful constant for the highest precedence value.
HILO - Enum Constant in ValueGenerator
A generator that uses a HILO algorithm
holderActive - Field in SpringSessionSynchronization
HSQLDB - Enum Constant in DatabaseDriver
HyperSQL DataBase.
HYPHEN_TO_UNDERSCORE - Enum Constant in RelaxedNames.Manipulation

I

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

J

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

K

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

L

LABEL_SEPARATOR - Field in GraphPersistentEntity
labelObjects - Field in GraphPersistentEntity
labels - Property in NodeConfig
Returns:
The label definitions for the entity
last(java.util.Map) - Method in GormEntity
Finds the last object.
last(java.util.Map) - Method in GormStaticApi
Finds the last object.
last(java.util.Map) - Method in GormStaticOperations
Finds the last object.
last() - Method in PersistentSortedSet
last(java.util.Map) - Method in TenantDelegatingGormOperations
LAST_UPDATED - Field in GormProperties
LAST_UPDATED_PROPERTY - Field in AutoTimestampEventListener
lastIndexOf(java.lang.Object) - Method in PagedResultList
lastIndexOf(java.lang.Object) - Method in PersistentList
lastTimestamp - Field in SnowflakeIdGenerator
lazy - Property in DataSourceSettings
Whether the data source is lazy
lazy - Property in Neo4jAssociationQueryExecutor
lazy - Property in Property
lazyQuery - Field in AbstractDetachedCriteria
le(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Used to restrict a value to be less than or equal to the given value
le(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
le(java.lang.String, java.lang.Object) - Method in Criteria
Used to restrict a value to be less than or equal to the given value
le(java.lang.String, java.lang.Object) - Method in DetachedCriteria
le(java.lang.String, java.lang.Object) - Method in Query
Used to restrict a value to be less than or equal to the given value
leAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractCriteriaBuilder
Creates a subquery criterion that ensures the given property is less than all the given returned values
leAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractDetachedCriteria
leAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Criteria
Creates a subquery criterion that ensures the given property is less than all the given returned values
leAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in DetachedCriteria
length() - Method in Neo4jPath
leProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Constraints a property to be less than or equal to a specified other property
leProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
leProperty(java.lang.String, java.lang.String) - Method in Criteria
Constrains a property to be less than or equal to a specified other property
leProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
leProperty(java.lang.String, java.lang.String) - Method in Restrictions
Constraints a property to be less than or equal to a specified other property
leSome(java.lang.String, Closure<?>) - Method in AbstractCriteriaBuilder
leSome(java.lang.String, Closure<?>) - Method in AbstractDetachedCriteria
leSome(java.lang.String, Closure<?>) - Method in Criteria
Creates a subquery criterion that ensures the given property is less than or equal to some of the given values
leSome(java.lang.String, Closure<?>) - Method in DetachedCriteria
LESS_THAN_EQUALS - Field in Neo4jQuery.ComparisonCriterionHandler
LESS_THAN_EQUALS - Field in Neo4jQuery.PropertyComparisonCriterionHandler
LESS_THAN_EQUALS - Field in Neo4jQuery.SizeCriterionHandler
LESS_THAN - Field in Neo4jQuery.ComparisonCriterionHandler
LESS_THAN - Field in Neo4jQuery.PropertyComparisonCriterionHandler
LESS_THAN - Field in Neo4jQuery.SizeCriterionHandler
LessThan(java.lang.String) - Constructor in MethodExpression.LessThan
LessThan(java.lang.String, java.lang.Object) - Constructor in Query.LessThan
LessThanAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.LessThanAll
LessThanEquals(java.lang.String) - Constructor in MethodExpression.LessThanEquals
LessThanEquals(java.lang.String, java.lang.Object) - Constructor in Query.LessThanEquals
LessThanEqualsAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.LessThanEqualsAll
LessThanEqualsProperty(java.lang.String, java.lang.String) - Constructor in Query.LessThanEqualsProperty
LessThanEqualsSome(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.LessThanEqualsSome
LessThanProperty(java.lang.String, java.lang.String) - Constructor in Query.LessThanProperty
LessThanSome(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.LessThanSome
license - Property in Neo4jGrailsPlugin
like(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Creates an like Criterion based on the specified property name and value.
like(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
like(java.lang.String, java.lang.Object) - Method in Criteria
Creates a like Criterion based on the specified property name and value
like(java.lang.String, java.lang.Object) - Method in DetachedCriteria
Like(java.lang.String) - Constructor in MethodExpression.Like
like(java.lang.String, java.lang.String) - Method in Query
Restricts the results by the given properties value
Like(java.lang.String, java.lang.String) - Constructor in Query.Like
like(java.lang.String, java.lang.String) - Method in Restrictions
Restricts the property match the given String expressions.
list(java.util.Map, groovy.lang.Closure) - Method in BuildableCriteria
Defines and executes a list query in a single call.
list(java.util.Map, groovy.lang.Closure) - Method in CriteriaBuilder
list(groovy.lang.Closure) - Method in DetachedCriteria
Lists all records matching the criterion contained within this DetachedCriteria instance
list() - Method in GormEntity
List all entities
list(java.util.Map, groovy.lang.Closure) - Method in GormQueryOperations
Lists all records matching the criterion contained within this DetachedCriteria instance
list() - Method in GormStaticApi
List all entities
list() - Method in GormStaticOperations
List all entities
list(java.util.Map, groovy.lang.Closure) - Method in NamedCriteriaProxy
list - Field in PersistentList
list() - Method in Query
Executes the query returning zero or many results as a list.
list() - Method in QueryableCriteria
List all results
list() - Method in TenantDelegatingGormOperations
listDirtyPropertyNames() - Method in DirtyCheckable
Returns:
A list of the dirty property names
listDistinct(groovy.lang.Closure) - Method in BuildableCriteria
Defines and executes a list distinct query in a single call.
listDistinct(groovy.lang.Closure) - Method in CriteriaBuilder
Defines and executes a list distinct query in a single call.
listDistinct(java.util.Map, groovy.lang.Closure) - Method in NamedCriteriaProxy
listeners - Field in AbstractConnectionSources
listIterator(int) - Method in AbstractResultList
listIterator(int) - Method in PagedResultList
listIterator(int) - Method in PersistentList
ListOrderByFinder - Class in org.grails.datastore.gorm.finders
The "listOrderBy*" static persistent method.
ListOrderByFinder(org.grails.datastore.mapping.core.Datastore) - Constructor in ListOrderByFinder
load() - Method in DefaultServiceDefinition
load(java.io.Serializable) - Method in GormEntity
Retrieves an object from the datastore as a proxy. eg.
load(java.io.Serializable) - Method in GormStaticApi
Retrieves an object from the datastore as a proxy. eg.
load(java.io.Serializable) - Method in GormStaticOperations
Retrieves an object from the datastore as a proxy. eg.
load(org.springframework.core.io.ResourceLoader, org.springframework.boot.env.PropertySourceLoader, java.lang.String) - Method in Neo4jSpec
load() - Method in ServiceDefinition
Returns:
load the service
load(Class<T>) - Method in ServiceTransformation
load(Class<S>, java.lang.ClassLoader, Predicate<String>) - Method in SoftServiceLoader
Creates a new SoftServiceLoader using the given type and class loader.
load(java.io.Serializable) - Method in TenantDelegatingGormOperations
loadAfter - Property in Neo4jGrailsPlugin
loadAnnotationDefined(org.codehaus.groovy.ast.AnnotationNode, java.lang.String, java.util.List, java.lang.Class) - Method in ServiceTransformation
loadAsmVersion() - Method in AnnotationMetadataReader.EmptyAnnotationVisitor
loadDataServices(java.lang.String) - Method in AbstractDatastoreInitializer
loadDynamicAssociations(org.grails.datastore.gorm.neo4j.Neo4jSession, org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.gorm.schemaless.DynamicAttributes, java.io.Serializable) - Method in DynamicAssociationSupport
LOADED_IMPLEMENTORS - Field in ServiceTransformation
loaded - Field in SoftServiceLoader
loadedClass - Field in DefaultServiceDefinition
loadedServices - Field in SoftServiceLoader
loadEmbeddedCollection(org.grails.datastore.mapping.model.types.EmbeddedCollection, org.grails.datastore.mapping.engine.EntityAccess, java.lang.Object, java.lang.String) - Method in NativeEntryEntityPersister
Implementors who want to the ability to read embedded collections should implement this method
loadEmbeddedCollectionKeys(org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.engine.EntityAccess, T) - Method in NativeEntryEntityPersister
Implementors who want to support one-to-many associations embedded should implement this method
loadInverseChildKeys(org.grails.datastore.mapping.core.Session, java.lang.Class, java.util.Collection) - Method in AbstractPersistentCollection
loadServiceClass(Class<Service>) - Method in AbstractDatastoreInitializer
loadServices() - Method in DefaultServiceRegistry
LocalDateConverter - Trait in grails.gorm.time
A trait to convert a java.time.LocalDate to and from a long
LocalDateTimeConverter - Trait in grails.gorm.time
A trait to convert a java.time.LocalDateTime to and from a long
LocalDateTimeToLongConverter - Class in org.grails.datastore.gorm.neo4j.converters
A class to implement org.springframework.core.convert.converter.Converter for java.time.LocalDateTime to Long
LocalDateTimeToLongConverter() - Constructor in LocalDateTimeToLongConverter
LocalDateToLongConverter - Class in org.grails.datastore.gorm.neo4j.converters
A class to implement org.springframework.core.convert.converter.Converter for java.time.LocalDate to Long
LocalDateToLongConverter() - Constructor in LocalDateToLongConverter
LocalTimeConverter - Trait in grails.gorm.time
A trait to convert a java.time.LocalTime to and from a long
LocalTimeToLongConverter - Class in org.grails.datastore.gorm.neo4j.converters
A class to implement org.springframework.core.convert.converter.Converter for java.time.LocalTime to Long
LocalTimeToLongConverter() - Constructor in LocalTimeToLongConverter
location - Property in Neo4jConnectionSourceSettings
The data location when using embedded
lock(java.lang.Class, java.io.Serializable) - Method in AbstractSession
lock() - Method in DelegatingGormEntityApi
lock(java.io.Serializable) - Method in GormEntity
Locks an instance for an update
lock() - Method in GormEntityApi
Upgrades an existing persistence instance to a write lock
lock(D) - Method in GormInstanceApi
Upgrades an existing persistence instance to a write lock
lock(D) - Method in GormInstanceOperations
Upgrades an existing persistence instance to a write lock
lock(D) - Method in GormStaticApi
lock(java.io.Serializable) - Method in GormStaticOperations
Locks an instance for an update
lock(java.io.Serializable, int) - Method in LockableEntityPersister
Acquire a lock using the given identifier and timeout delay
lock(java.io.Serializable, int) - Method in NativeEntryEntityPersister
lock(javax.persistence.LockModeType) - Method in Query
Specifies whether the query should obtain a pessimistic lock
lock(Class<T>, java.io.Serializable) - Method in Session
Retrieves an individual object, using a write lock to prevent loss of updates
lock(java.io.Serializable) - Method in TenantDelegatingGormOperations
LockableEntityPersister - Class in org.grails.datastore.mapping.engine
Abstract base class for entity persisters that support locking.
LockableEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.Session, org.springframework.context.ApplicationEventPublisher) - Constructor in LockableEntityPersister
lockedObjects - Field in AbstractSession
lockEntry(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.io.Serializable, int) - Method in NativeEntryEntityPersister
Subclasses can override to provide locking semantics
lockMode - Field in Neo4jResultList
lockResult - Field in Query
LOG - Field in AbstractDatastore
LOG - Field in AbstractDatastorePersistenceContextInterceptor
log - Field in CustomizableRollbackTransactionAttribute
LOG - Field in DataSourceConnectionSource
log - Field in DynamicAssociationSupport
log - Field in Neo4jDatastore
log - Field in Neo4jDatastoreTransactionManager
log - Field in Neo4jEntityPersister
log - Field in Neo4jSession
log - Field in RelationshipPendingDelete
log - Field in RelationshipPendingInsert
LOG - Field in SessionEntityProxyMethodHandler
log - Field in SnowflakeIdGenerator
logger - Field in DatastoreUtils
LOGICAL_AND - Field in JpaQueryBuilder
LOGICAL_OR - Field in JpaQueryBuilder
logicalExpressionStack - Field in AbstractCriteriaBuilder
logicalName - Field in JpaQueryBuilder
logSql - Property in DataSourceSettings
Whether to log SQL
logTransformationError(org.codehaus.groovy.ast.ASTNode, java.lang.Exception) - Method in DetachedCriteriaTransformer
LONG - Field in ClassReader
The type of CONSTANT_Long constant pool items.
LONG_TYPE - Field in Neo4jMappingContext
LongArrayToLongArrayConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
LongArrayToLongArrayConverter() - Constructor in LongArrayToLongArrayConverter
LongToInstantConverter - Class in org.grails.datastore.gorm.neo4j.converters
A class to implement org.springframework.core.convert.converter.Converter for Long to java.time.Instant
LongToInstantConverter() - Constructor in LongToInstantConverter
LongToLocalDateConverter - Class in org.grails.datastore.gorm.neo4j.converters
A class to implement org.springframework.core.convert.converter.Converter for Long to java.time.LocalDate
LongToLocalDateConverter() - Constructor in LongToLocalDateConverter
LongToLocalDateTimeConverter - Class in org.grails.datastore.gorm.neo4j.converters
A class to implement org.springframework.core.convert.converter.Converter for Long to java.time.LocalDateTime
LongToLocalDateTimeConverter() - Constructor in LongToLocalDateTimeConverter
LongToLocalTimeConverter - Class in org.grails.datastore.gorm.neo4j.converters
A class to implement org.springframework.core.convert.converter.Converter for Long to java.time.LocalTime
LongToLocalTimeConverter() - Constructor in LongToLocalTimeConverter
LongToOffsetDateTimeConverter - Class in org.grails.datastore.gorm.neo4j.converters
A class to implement org.springframework.core.convert.converter.Converter for Long to java.time.OffsetDateTime
LongToOffsetDateTimeConverter() - Constructor in LongToOffsetDateTimeConverter
LongToOffsetTimeConverter - Class in org.grails.datastore.gorm.neo4j.converters
A class to implement org.springframework.core.convert.converter.Converter for Long to java.time.OffsetTime
LongToOffsetTimeConverter() - Constructor in LongToOffsetTimeConverter
LongToZonedDateTimeConverter - Class in org.grails.datastore.gorm.neo4j.converters
A class to implement org.springframework.core.convert.converter.Converter for Long to java.time.ZonedDateTime
LongToZonedDateTimeConverter() - Constructor in LongToZonedDateTimeConverter
lookupById() - Method in AbstractDetachedCriteriaServiceImplementor
Whether lookup by id is allowed by this implementation
lookupById() - Method in AbstractProjectionImplementer
lookupById() - Method in CountImplementer
lookupById() - Method in FindAllImplementer
lookupMappingContext() - Method in GormEntity
LOWERCASE - Enum Constant in RelaxedNames.Variation
LOWEST_PRECEDENCE - Field in OrderedComparator
Useful constant for the lowest precedence value.
lt(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Used to restrict a value to be less than or equal to the given value
lt(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
lt(java.lang.String, java.lang.Object) - Method in Criteria
Used to restrict a value to be less than or equal to the given value
lt(java.lang.String, java.lang.Object) - Method in DetachedCriteria
lt(java.lang.String, java.lang.Object) - Method in Query
Used to restrict a value to be less than the given value
lt(java.lang.String, java.lang.Object) - Method in Restrictions
Used to restrict a value to be less than the given value
ltAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractCriteriaBuilder
Creates a subquery criterion that ensures the given property is less than all the given returned values
ltAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractDetachedCriteria
ltAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Criteria
Creates a subquery criterion that ensures the given property is less than all the given returned values
ltAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in DetachedCriteria
lte(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Used to restrict a value to be less than or equal to the given value
lte(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
lte(java.lang.String, java.lang.Object) - Method in Criteria
Used to restrict a value to be less than or equal to the given value
lte(java.lang.String, java.lang.Object) - Method in DetachedCriteria
lte(java.lang.String, java.lang.Object) - Method in Query
Used to restrict a value to be less than or equal to the given value
lte(java.lang.String, java.lang.Object) - Method in Restrictions
Used to restrict a value to be less than or equal to the given value
ltProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Constraints a property to be less than a specified other property
ltProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
ltProperty(java.lang.String, java.lang.String) - Method in Criteria
Constrains a property to be less than a specified other property
ltProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
ltProperty(java.lang.String, java.lang.String) - Method in Restrictions
Constraints a property to be less than a specified other property
ltSome(java.lang.String, Closure<?>) - Method in AbstractCriteriaBuilder
ltSome(java.lang.String, Closure<?>) - Method in AbstractDetachedCriteria
ltSome(java.lang.String, Closure<?>) - Method in Criteria
Creates a subquery criterion that ensures the given property is less than some of the given values
ltSome(java.lang.String, Closure<?>) - Method in DetachedCriteria

M

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

N

N0_PARAMETER - Field in TenantTransform
name - Field in AbstractPersistentProperty
name - Field in DefaultConnectionSource
name - Field in DefaultServiceDefinition
name - Field in MethodKey
name - Property in Property
name - Field in PropertyOrigin
name - Field in Query.PropertyNameCriterion
name(int) - Method in RelaxedDataBinder.BeanPath
name - Field in RelaxedDataBinder.BeanPath.PathNode
name - Field in RelaxedNames
name - Field in Service
Returns:
The name of the service, by default this will the class name decapitalized. ie.
NAME_TYPE - Field in ClassReader
The type of CONSTANT_NameAndType constant pool items.
NAME - Field in UniqueConstraint
nameAliases - Field in RelaxedDataBinder
NAMED_QUERIES - Field in GormEnhancer
NAMED_QUERIES - Field in GormProperties
namedArgs(Map<String, ? extends Expression>) - Method in AstMethodDispatchUtils
Create named arguments
namedCriteriaParams - Field in NamedCriteriaProxy
NamedCriteriaProxy - Class in org.grails.datastore.gorm.query
Handles named queries
NamedCriteriaProxy(groovy.lang.Closure, org.grails.datastore.mapping.model.PersistentEntity, java.util.List) - Constructor in NamedCriteriaProxy
namedQueries - Field in NamedQueriesBuilder
NamedQueriesBuilder - Class in org.grails.datastore.gorm.query
Handles creation of named queries
NamedQueriesBuilder() - Constructor in NamedQueriesBuilder
namePrefix - Field in RelaxedDataBinder
NameUtils - Class in org.grails.datastore.mapping.reflect
Authors:
Graeme Rocher
NATIVE - Enum Constant in IdGenerator.Type
Native identifiers using the Node id
NATIVE - Enum Constant in ValueGenerator
Generated natively from the underlying datastore
nativeEntry - Field in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
nativeEntry - Field in PendingOperationAdapter
NativeEntryEntityPersister - Class in org.grails.datastore.mapping.engine
Provides an implementation of the EntityPersister class that reads and writes against a native datastore type specified by the generic type parameter T
NativeEntryEntityPersister.NativeEntryModifyingEntityAccess - Class in org.grails.datastore.mapping.engine
NativeEntryEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.Session, org.springframework.context.ApplicationEventPublisher, TPCacheAdapterRepository<T>) - Constructor in NativeEntryEntityPersister
NativeEntryModifyingEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Constructor in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
nativeEvent - Field in AbstractPersistenceEvent
nativeId - Field in GraphPersistentEntity
nativeInterface - Field in SessionOnlyTransaction
nativeKey - Field in PendingOperationAdapter
ne(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Creates a "not equals" Criterion based on the specified property name and value.
ne(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
ne(java.lang.String, java.lang.Object) - Method in Criteria
Creates a "not equals" Criterion based on the specified property name and value
ne(java.lang.String, java.lang.Object) - Method in DetachedCriteria
ne(java.lang.String, java.lang.Object) - Method in Restrictions
negation(Junction) - Method in Query
Neo4jAssociationQueryExecutor - Class in org.grails.datastore.gorm.neo4j.engine
Responsible for lazy loading associations
Neo4jAssociationQueryExecutor(org.grails.datastore.gorm.neo4j.Neo4jSession, org.grails.datastore.mapping.model.types.Association, boolean, boolean) - Constructor in Neo4jAssociationQueryExecutor
Neo4jAssociationQueryProxyHandler - Class in org.grails.datastore.gorm.neo4j.proxy
Neo4jAssociationQueryProxyHandler(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.AssociationQueryExecutor, java.io.Serializable) - Constructor in Neo4jAssociationQueryProxyHandler
Neo4jAssociationResultList - Class in org.grails.datastore.gorm.neo4j.collection
Extended result list aware of the parent entity and association to prevent N+1 queries
Neo4jAssociationResultList(org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.Association, java.lang.Integer, Iterator<Object>, org.grails.datastore.gorm.neo4j.Neo4jSession) - Constructor in Neo4jAssociationResultList
Neo4jAutoConfiguration - Class in org.grails.datastore.gorm.neo4j.boot.autoconfigure
Auto configuration for GORM for Hibernate
Neo4jAutoConfiguration() - Constructor in Neo4jAutoConfiguration
Neo4jConnectionSourceFactory - Class in org.grails.datastore.gorm.neo4j.connections
Neo4jConnectionSourceSettings - Class in org.grails.datastore.gorm.neo4j.connections
Settings for Neo4j
Neo4jConnectionSourceSettings.ConnectionType - Enum in org.grails.datastore.gorm.neo4j.connections
Neo4jConnectionSourceSettings.EmbeddedSettings - Class in org.grails.datastore.gorm.neo4j.connections
Neo4jConnectionSourceSettings.EmbeddedSettings() - Constructor in Neo4jConnectionSourceSettings.EmbeddedSettings
Neo4jConnectionSourceSettings() - Constructor in Neo4jConnectionSourceSettings
Neo4jConnectionSourceSettingsBuilder - Class in org.grails.datastore.gorm.neo4j.connections
A builder for creating Neo4jConnectionSourceSettings objects
Neo4jConnectionSourceSettingsBuilder(org.springframework.core.env.PropertyResolver, java.lang.String, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Constructor in Neo4jConnectionSourceSettingsBuilder
Neo4jDatastore - Class in org.grails.datastore.gorm.neo4j
Datastore implementation for Neo4j backend
neo4jDatastore() - Method in Neo4jAutoConfiguration
Neo4jDatastore(Map<String,Object>, java.lang.Package) - Constructor in Neo4jDatastore
Construct a Mongo datastore scanning the given packages
neo4jDatastore - Property in Neo4jSpec
Neo4jDataStoreSpringInitializer - Class in grails.neo4j.bootstrap
An AbstractDatastoreInitializer used for initializing GORM for Neo4j when using Spring.
Neo4jDataStoreSpringInitializer() - Constructor in Neo4jDataStoreSpringInitializer
Neo4jDatastoreTransactionManager - Class in org.grails.datastore.gorm.neo4j
neo4jDatastoreTransactionManager() - Method in Neo4jAutoConfiguration
Neo4jDatastoreTransactionManager(org.grails.datastore.gorm.neo4j.Neo4jDatastore) - Constructor in Neo4jDatastoreTransactionManager
Neo4jDriverConfigBuilder - Class in org.grails.datastore.gorm.neo4j.config
Constructs the Neo4j driver configuration
Neo4jDriverConfigBuilder(org.springframework.core.env.PropertyResolver, java.lang.String, java.lang.Object) - Constructor in Neo4jDriverConfigBuilder
Neo4jEmbeddedConnectionSource - Class in org.grails.datastore.gorm.neo4j.connections
A ConnectionSource for embedded Neo4j
Neo4jEmbeddedConnectionSource(java.lang.String, org.neo4j.driver.Driver, org.grails.datastore.gorm.neo4j.connections.Neo4jConnectionSourceSettings, org.neo4j.harness.ServerControls) - Constructor in Neo4jEmbeddedConnectionSource
Neo4jEntity - Trait in grails.neo4j
Extends the default {@org.grails.datastore.gorm.GormEntity} trait, adding new methods specific to Neo4j
Neo4jEntityPersister - Class in org.grails.datastore.gorm.neo4j.engine
Core EntityPersister implementation responsible for CRUD operations against the Graph.
Neo4jEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.Session, org.springframework.context.ApplicationEventPublisher) - Constructor in Neo4jEntityPersister
neo4jEntityPersister - Property in Neo4jQuery
Neo4jEntityTraitProvider - Class in org.grails.datastore.gorm.neo4j
Tells GORM to use the Neo4jEntity trait
Neo4jEntityTraitProvider() - Constructor in Neo4jEntityTraitProvider
Neo4jExtensions - Class in org.grails.datastore.gorm.neo4j.extensions
Extension methods to improve the Neo4j experience in Groovy.
Neo4jExtensions() - Constructor in Neo4jExtensions
Neo4jGormStaticApi - Class in org.grails.datastore.gorm.neo4j.api
Static API implementation for Neo4j
Neo4jGormStaticApi(Class<D>, org.grails.datastore.mapping.core.Datastore, List<FinderMethod>, org.springframework.transaction.PlatformTransactionManager) - Constructor in Neo4jGormStaticApi
Neo4jGrailsPlugin - Class in org.grails.datastore.gorm.neo4j
Neo4jGrailsPlugin() - Constructor in Neo4jGrailsPlugin
Neo4jList - Class in org.grails.datastore.gorm.neo4j.collection
A DirtyCheckingList for Neo4j
Neo4jList(org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.Association, java.util.List, org.grails.datastore.gorm.neo4j.Neo4jSession) - Constructor in Neo4jList
Neo4jMappingContext - Class in org.grails.datastore.gorm.neo4j
A MappingContext implementation for Neo4j
Neo4jMappingContext(org.grails.datastore.gorm.neo4j.connections.Neo4jConnectionSourceSettings, java.lang.Class) - Constructor in Neo4jMappingContext
Neo4jModificationTrackingEntityAccess - Class in org.grails.datastore.gorm.neo4j.engine
An extension of ModificationTrackingEntityAccess that stores the old value instead of the new.
Neo4jModificationTrackingEntityAccess(org.grails.datastore.mapping.engine.EntityAccess) - Constructor in Neo4jModificationTrackingEntityAccess
Neo4jNameUtils - Class in org.grails.datastore.gorm.neo4j.mapping.reflect
Utilities for Neo4j naming conventions
Neo4jNameUtils() - Constructor in Neo4jNameUtils
Neo4jPath - Class in org.grails.datastore.gorm.neo4j.collection
A neo4j org.neo4j.driver.types.Path adapter
Neo4jPath.Neo4jPathIterator - Class in org.grails.datastore.gorm.neo4j.collection
Neo4jPath.Neo4jPathSegment - Class in org.grails.datastore.gorm.neo4j.collection
neo4jPath - Property in Neo4jPath
Neo4jPathIterator(org.grails.datastore.gorm.neo4j.Neo4jDatastore, Segment>) - Constructor in Neo4jPath.Neo4jPathIterator
Neo4jPathSegment(org.grails.datastore.gorm.neo4j.Neo4jDatastore, org.neo4j.driver.types.Path$Segment) - Constructor in Neo4jPath.Neo4jPathSegment
Neo4jPersistentList - Class in org.grails.datastore.gorm.neo4j.collection
Neo4j version of the PersistentList class
Neo4jPersistentList(java.io.Serializable, org.grails.datastore.gorm.neo4j.Neo4jSession, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.ToMany) - Constructor in Neo4jPersistentList
Neo4jPersistentSet - Class in org.grails.datastore.gorm.neo4j.collection
Neo4j version of the PersistentSet class
Neo4jPersistentSet(java.io.Serializable, org.grails.datastore.gorm.neo4j.Neo4jSession, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.ToMany) - Constructor in Neo4jPersistentSet
Neo4jPersistentSortedSet - Class in org.grails.datastore.gorm.neo4j.collection
Neo4j version of the PersistentSet class
Neo4jPersistentSortedSet(java.io.Serializable, org.grails.datastore.gorm.neo4j.Neo4jSession, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.ToMany) - Constructor in Neo4jPersistentSortedSet
Neo4jProxyFactory - Class in org.grails.datastore.gorm.neo4j.proxy
extends JavassistProxyFactory to capture method calls `hashCode` and `equals` without expanding the proxy
Neo4jQuery - Class in org.grails.datastore.gorm.neo4j.engine
perform criteria queries on a Neo4j backend
Neo4jQuery.1 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.10 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.10() - Constructor in Neo4jQuery.10
Neo4jQuery.11 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.11() - Constructor in Neo4jQuery.11
Neo4jQuery.12 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.12() - Constructor in Neo4jQuery.12
Neo4jQuery.13 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.13() - Constructor in Neo4jQuery.13
Neo4jQuery.14 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.14() - Constructor in Neo4jQuery.14
Neo4jQuery.15 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.15() - Constructor in Neo4jQuery.15
Neo4jQuery.16 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.16() - Constructor in Neo4jQuery.16
Neo4jQuery.17 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.17() - Constructor in Neo4jQuery.17
Neo4jQuery.18 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.18() - Constructor in Neo4jQuery.18
Neo4jQuery.19 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.19() - Constructor in Neo4jQuery.19
Neo4jQuery.1() - Constructor in Neo4jQuery.1
Neo4jQuery.2 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.20 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.20() - Constructor in Neo4jQuery.20
Neo4jQuery.21 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.21() - Constructor in Neo4jQuery.21
Neo4jQuery.22 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.22() - Constructor in Neo4jQuery.22
Neo4jQuery.2() - Constructor in Neo4jQuery.2
Neo4jQuery.3 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.3() - Constructor in Neo4jQuery.3
Neo4jQuery.4 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.4() - Constructor in Neo4jQuery.4
Neo4jQuery.5 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.5() - Constructor in Neo4jQuery.5
Neo4jQuery.6 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.6() - Constructor in Neo4jQuery.6
Neo4jQuery.7 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.7() - Constructor in Neo4jQuery.7
Neo4jQuery.8 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.8() - Constructor in Neo4jQuery.8
Neo4jQuery.9 - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.9() - Constructor in Neo4jQuery.9
Neo4jQuery.AssociationQueryHandler - Class in org.grails.datastore.gorm.neo4j.engine
Handles AssociationQuery instances
Neo4jQuery.AssociationQueryHandler() - Constructor in Neo4jQuery.AssociationQueryHandler
Neo4jQuery.ComparisonCriterionHandler - Class in org.grails.datastore.gorm.neo4j.engine
A criterion handler for comparison criterion
Neo4jQuery.CriterionHandler - Interface in org.grails.datastore.gorm.neo4j.engine
Interface for handling criterion when building Cypher queries
Neo4jQuery.CypherExpression - Class in org.grails.datastore.gorm.neo4j.engine
Neo4jQuery.ProjectionHandler - Interface in org.grails.datastore.gorm.neo4j.engine
Interface for handling projections when building Cypher queries
Neo4jQuery.PropertyComparisonCriterionHandler - Class in org.grails.datastore.gorm.neo4j.engine
A criterion handler for comparison criterion
Neo4jQuery.SizeCriterionHandler - Class in org.grails.datastore.gorm.neo4j.engine
A citerion handler for size related queries
Neo4jQuery(org.grails.datastore.gorm.neo4j.Neo4jSession, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.gorm.neo4j.engine.Neo4jEntityPersister) - Constructor in Neo4jQuery
Neo4jRelationship - Class in org.grails.datastore.gorm.neo4j.collection
Default implementation of the Relationship trait
Neo4jRelationship(F, T, org.neo4j.driver.types.Relationship) - Constructor in Neo4jRelationship
Neo4jResultList - Class in org.grails.datastore.gorm.neo4j.collection
A Neo4j result list for decoding objects from the org.neo4j.driver.Result interface
Neo4jResultList(int, java.lang.Integer, Iterator<Object>, org.grails.datastore.gorm.neo4j.engine.Neo4jEntityPersister) - Constructor in Neo4jResultList
Neo4jSession - Class in org.grails.datastore.gorm.neo4j
Represents a session for interacting with Neo4j
Neo4jSession.RelationshipUpdateKey - Class in org.grails.datastore.gorm.neo4j
Neo4jSession(org.grails.datastore.mapping.core.Datastore, org.grails.datastore.mapping.model.MappingContext, org.springframework.context.ApplicationEventPublisher, boolean, org.neo4j.driver.Driver) - Constructor in Neo4jSession
Neo4jSet - Class in org.grails.datastore.gorm.neo4j.collection
A DirtyCheckingSet for Neo4j
Neo4jSet(org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.Association, java.util.Set, org.grails.datastore.gorm.neo4j.Neo4jSession) - Constructor in Neo4jSet
Neo4jSortedSet - Class in org.grails.datastore.gorm.neo4j.collection
A Neo4j sorted set
Neo4jSortedSet(org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.Association, java.util.SortedSet, org.grails.datastore.gorm.neo4j.Neo4jSession) - Constructor in Neo4jSortedSet
Neo4jSpec - Class in grails.test.neo4j
Base class for Neo4j tests
Neo4jSpec() - Constructor in Neo4jSpec
Neo4jTransaction - Class in org.grails.datastore.gorm.neo4j
Represents a Neo4j transaction
Neo4jTransaction(org.neo4j.driver.Driver, org.springframework.transaction.TransactionDefinition, boolean) - Constructor in Neo4jTransaction
neoSegment - Property in Neo4jPath.Neo4jPathSegment
neProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Constraints a property to be not equal to a specified other property
neProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria#neProperty(java.lang.String, java.lang.String)
neProperty(java.lang.String, java.lang.String) - Method in Criteria
Constrains a property to be not equal to a specified other property
neProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
neProperty(java.lang.String, java.lang.String) - Method in Restrictions
Constraints a property to be not equal to a specified other property
NEW_LINE - Field in CypherBuilder
newChildBuilder(java.lang.Object, java.lang.String) - Method in ConfigurationBuilder
Subclasses can override for when a new child builder is created
newChildBuilderForFallback(java.lang.Object, java.lang.Object) - Method in ConfigurationBuilder
newConnectionSource(ConnectionSource<T, S>) - Method in ConnectionSourcesListener
Triggered when a new connection source is added at runtime
newDefinition(java.util.Map) - Method in DefaultTransactionService
newEntityInstance(org.grails.datastore.mapping.model.PersistentEntity) - Method in EntityPersister
newInstance() - Method in AbstractDetachedCriteria
newInstance() - Method in AbstractPersistentEntity
newInstance() - Method in DetachedCriteria
newInstance() - Method in PersistentEntity
Constructs a new instance
newInstance(java.lang.String, org.springframework.validation.Errors) - Method in ValidationException
newMap(java.lang.Object) - Method in DetachedCriteriaTransformer
newProperty() - Method in Collection
newProperty() - Method in Entity
newProperty() - Method in Family
newProperty() - Method in NodeConfig
newService(java.lang.String, Optional<Class>) - Method in SoftServiceLoader
Parameters:
name - The name
newSession - Field in SpringSessionSynchronization
newSession - Field in TransactionObject
newSessionHolder - Field in TransactionObject
newSet(T) - Method in DetachedCriteriaTransformer
next() - Method in AbstractPersistentCollection
next() - Method in AbstractResultList
next - Field in Attribute
The next attribute in this attribute list.
next() - Method in Direction
next() - Method in MultiTenancySettings.MultiTenancyMode
next() - Method in Neo4jConnectionSourceSettings.ConnectionType
next() - Method in Neo4jPath.Neo4jPathIterator
next() - Method in PersistentList.PersistentListIterator
next() - Method in SoftServiceLoader
next() - Method in SoftServiceLoader.ServiceLoaderIterator
nextDecoded() - Method in AbstractResultList
nextDecoded() - Method in Neo4jResultList
nextDecodedInternal() - Method in Neo4jResultList
nextId() - Method in IdGenerator
Returns:
Generate and return the next identifier
nextId() - Method in SnowflakeIdGenerator
nextIndex() - Method in PersistentList.PersistentListIterator
NO_IMPLEMENTATIONS_MESSAGE - Field in ServiceTransformation
Node - Trait in grails.neo4j
A domain class that represents a Neo4j Node
NODE_DATA - Field in CypherBuilder
NODE_LABELS - Field in CypherBuilder
node(groovy.lang.Closure) - Method in MappingBuilder
Build a Neo4j node mapping
NODE_VAR - Field in CypherBuilder
NodeConfig - Class in org.grails.datastore.gorm.neo4j.mapping.config
Extends the default Entity configuration adding the ability to assign labels
NodeConfig() - Constructor in NodeConfig
nodeId - Field in GraphPersistentEntity
nodes - Field in Neo4jPath
nodes - Field in RelaxedDataBinder.BeanPath
noLatin(java.lang.String) - Method in PlingStemmer
Returns true if a word is probably not Latin
NONE - Enum Constant in CascadeValidateType
Don't cascade validations at all, only entities that are actually flushed will be validated (similar to deepValidate: false) *
NONE - Enum Constant in MultiTenancySettings.MultiTenancyMode
No multi tenancy
NONE - Enum Constant in RelaxedNames.Manipulation
NONE - Enum Constant in RelaxedNames.Variation
nonGeneric(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
NonPersistentTypeException - Class in org.grails.datastore.mapping.engine
Thrown when an object cannot be persisted.
NonPersistentTypeException(java.lang.String) - Constructor in NonPersistentTypeException
NoResultServiceImplementer - Interface in org.grails.datastore.gorm.services.implementers
An implement with a return type of void
normalizePath(org.springframework.beans.BeanWrapper, java.lang.String) - Method in RelaxedDataBinder
Normalize a bean property path to a format understood by a BeanWrapper.
noRollbackFor - Field in ReadOnly
Defines zero (0) or more exception java.lang.Class, which must be a subclass of java.lang.Throwable, indicating which exception types must not cause a transaction rollback.
noRollbackFor - Field in Transactional
Defines zero (0) or more exception java.lang.Class, which must be a subclass of java.lang.Throwable, indicating which exception types must not cause a transaction rollback.
noRollbackForClassName - Field in ReadOnly
Defines zero (0) or more exception names (for exceptions which must be a subclass of java.lang.Throwable) indicating which exception types must not cause a transaction rollback.
noRollbackForClassName - Field in Transactional
Defines zero (0) or more exception names (for exceptions which must be a subclass of java.lang.Throwable) indicating which exception types must not cause a transaction rollback.
not(groovy.lang.Closure) - Method in AbstractCriteriaBuilder
not(groovy.lang.Closure) - Method in AbstractDetachedCriteria
Handles a disjunction
NOT_CLAUSE - Field in JpaQueryBuilder
not(groovy.lang.Closure) - Method in Criteria
Creates a logical negation
not(groovy.lang.Closure) - Method in DetachedCriteria
NOT - Field in DynamicFinder
NOT_EQUALS - Field in Neo4jQuery.ComparisonCriterionHandler
NOT_EQUALS - Field in Neo4jQuery.PropertyComparisonCriterionHandler
NOT_EQUALS - Field in Neo4jQuery.SizeCriterionHandler
NoTenantResolver - Class in org.grails.datastore.mapping.multitenancy.resolvers
A TenantResolver that throws an exception indicating the tenant id was not found
NoTenantResolver() - Constructor in NoTenantResolver
NotEqual(java.lang.String) - Constructor in MethodExpression.NotEqual
NotEquals(java.lang.String, java.lang.Object) - Constructor in Query.NotEquals
NotEqualsAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.NotEqualsAll
NotEqualsProperty(java.lang.String, java.lang.String) - Constructor in Query.NotEqualsProperty
notExists(QueryableCriteria<?>) - Method in AbstractCriteriaBuilder
notExists(QueryableCriteria<?>) - Method in AbstractDetachedCriteria
See Also:
Criteria#notExists(org.grails.datastore.mapping.query.api.QueryableCriteria)
notExists(QueryableCriteria<?>) - Method in Criteria
Executes a not exists subquery
notExists(QueryableCriteria<?>) - Method in DetachedCriteria
NotExists(org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.NotExists
notIn(java.lang.String, Closure<?>) - Method in AbstractCriteriaBuilder
notIn(java.lang.String, Closure<?>) - Method in AbstractDetachedCriteria
notIn(java.lang.String, Closure<?>) - Method in Criteria
Creates a negated "in" Criterion using a subquery
notIn(java.lang.String, Closure<?>) - Method in DetachedCriteria
NotIn(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.NotIn
notIn(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Restrictions
Restricts the property to be in the list of given values
NotInList(java.lang.String) - Constructor in MethodExpression.NotInList
NotTransactional - Annotation Type in grails.gorm.transactions
Marks a specific method to be skipped by the
Transactional:
annotation added at class level
NULL - Field in AbstractSession
nullable - Property in Property
Returns:
Whether the property is nullable

O

OBJECT_CLASS_ARG - Field in AstUtils
OBJECT_CLASS_ARG - Field in DirtyCheckingTransformer
OBJECT_CLASS_NODE - Field in AstUtils
object - Field in InstanceFactoryBean
objectsPendingOperations - Field in AbstractSession
objectType - Field in InstanceFactoryBean
observe - Property in Neo4jGrailsPlugin
offset(int) - Method in AbstractDetachedCriteria
Sets the default offset to use and returns a new criteria instance.
offset - Field in AbstractResultList
offset(int) - Method in DetachedCriteria
Sets the default offset to use and returns a new criteria instance.
offset - Field in Query
OffsetDateTimeConverter - Trait in grails.gorm.time
A trait to convert a java.time.OffsetDateTime to and from a long
OffsetDateTimeToLongConverter - Class in org.grails.datastore.gorm.neo4j.converters
A class to implement org.springframework.core.convert.converter.Converter for java.time.OffsetDateTime to Long
OffsetDateTimeToLongConverter() - Constructor in OffsetDateTimeToLongConverter
OffsetTimeConverter - Trait in grails.gorm.time
A trait to convert a java.time.OffsetTime to and from a long
OffsetTimeToLongConverter - Class in org.grails.datastore.gorm.neo4j.converters
A class to implement org.springframework.core.convert.converter.Converter for java.time.OffsetTime to Long
OffsetTimeToLongConverter() - Constructor in OffsetTimeToLongConverter
onApplicationEvent(org.springframework.context.ApplicationEvent) - Method in AbstractPersistenceEventListener
{@inheritDoc}
onApplicationEvent(org.springframework.context.ApplicationEvent) - Method in MultiTenantEventListener
OneToMany - Class in org.grails.datastore.mapping.model.types
Models a one-to-many association
OneToMany(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in OneToMany
OneToOne - Class in org.grails.datastore.mapping.model.types
Models a one-to-one association
OneToOne(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in OneToOne
ONLOAD_EVENT - Field in AbstractPersistenceEvent
ONLOAD_SAVE - Field in AbstractPersistenceEvent
onPersistenceEvent(org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent) - Method in AbstractPersistenceEventListener
onPersistenceEvent(org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent) - Method in AutoTimestampEventListener
onPersistenceEvent(org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent) - Method in DomainEventListener
onPersistenceEvent(org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent) - Method in ValidationEventListener
onValue - Field in FunctionCallingCriterion
OPEN_BRACE - Field in RelationshipUtils
OPEN_BRACKET - Field in JpaQueryBuilder
OPERATOR_AND - Field in AbstractFindByFinder
OPERATOR_AND - Field in CountByFinder
OPERATOR_AND - Field in DynamicFinder
OPERATOR_AND - Field in FindAllByFinder
OPERATOR_AND - Field in Neo4jQuery.CriterionHandler
OPERATOR_CONTAINS - Field in Neo4jQuery.CriterionHandler
operator - Field in DynamicFinderInvocation
OPERATOR_ENDS_WITH - Field in Neo4jQuery.CriterionHandler
OPERATOR_EQUALS - Field in Neo4jQuery.CriterionHandler
OPERATOR_GREATER_THAN_EQUALS - Field in Neo4jQuery.CriterionHandler
OPERATOR_GREATER_THAN - Field in Neo4jQuery.CriterionHandler
OPERATOR_IN - Field in Neo4jQuery.CriterionHandler
OPERATOR_LESS_THAN_EQUALS - Field in Neo4jQuery.CriterionHandler
OPERATOR_LESS_THAN - Field in Neo4jQuery.CriterionHandler
OPERATOR_LIKE - Field in Neo4jQuery.CriterionHandler
operator - Property in Neo4jQuery.ComparisonCriterionHandler
operator - Property in Neo4jQuery.PropertyComparisonCriterionHandler
operator - Property in Neo4jQuery.SizeCriterionHandler
OPERATOR_NOT_EQUALS - Field in Neo4jQuery.CriterionHandler
OPERATOR_OR - Field in AbstractFindByFinder
OPERATOR_OR - Field in CountByFinder
OPERATOR_OR - Field in DynamicFinder
OPERATOR_OR - Field in FindAllByFinder
OPERATOR_OR - Field in Neo4jQuery.CriterionHandler
OPERATOR_STARTS_WITH - Field in Neo4jQuery.CriterionHandler
OPERATOR_TO_CRITERIA_METHOD_MAP - Field in DetachedCriteriaTransformer
OPERATOR_TO_CRITERION_METHOD_MAP - Field in DetachedCriteriaTransformer
operatorPatterns - Field in DynamicFinder
OPERATORS - Field in AbstractFindByFinder
OPERATORS - Field in CountByFinder
operators - Field in DynamicFinder
OPERATORS - Field in FindAllByFinder
OptimisticLockingException - Class in org.grails.datastore.mapping.core
Indicates an optimistic locking violation during an update.
OptimisticLockingException(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Constructor in OptimisticLockingException
OPTIONAL_MATCH - Field in CypherBuilder
optionalMatches - Field in CypherBuilder
options - Property in Neo4jConnectionSourceSettings
Neo4j driver options
options - Property in Neo4jConnectionSourceSettings.EmbeddedSettings
Options to pass to the embedded server
or(groovy.lang.Closure) - Method in AbstractCriteriaBuilder
or(groovy.lang.Closure) - Method in AbstractDetachedCriteria
Handles a disjunction
or(groovy.lang.Closure) - Method in Criteria
Creates a logical disjunction
or(groovy.lang.Closure) - Method in DetachedCriteria
OR_OPERATOR - Field in DetachedCriteriaTransformer
or(org.grails.datastore.mapping.query.Query.Criterion, org.grails.datastore.mapping.query.Query.Criterion) - Method in Query
Creates a disjunction using two specified criterion
or(org.grails.datastore.mapping.query.Query.Criterion, org.grails.datastore.mapping.query.Query.Criterion) - Method in Restrictions
ORACLE - Enum Constant in DatabaseDriver
Oracle.
order(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
Orders by the specified property name and direction
order(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
See Also:
Criteria
ORDER_ASC - Field in DynamicFinder
ORDER_ASCENDING - Field in AbstractCriteriaBuilder
ORDER_ASCENDING - Field in CriteriaBuilder
ORDER_BY_CLAUSE - Field in JpaQueryBuilder
ORDER_BY_CLAUSE - Field in Neo4jQuery
order(java.lang.String, java.lang.String) - Method in Criteria
Orders by the specified property name and direction
ORDER_DESC - Field in DynamicFinder
ORDER_DESCENDING - Field in AbstractCriteriaBuilder
ORDER_DESCENDING - Field in CriteriaBuilder
order(java.lang.String, java.lang.String) - Method in DetachedCriteria
order - Field in ManualProjections
order - Property in PersistenceContextInterceptorAggregator
order(Order) - Method in Query
Specifies the order of results
Order(java.lang.String, grails.neo4j.Direction) - Constructor in Query.Order
orderAndLimits - Field in CypherBuilder
orderBy - Field in Query
Ordered - Interface in org.grails.datastore.mapping.core
Adds a getOrder() method to any class that implements it.
OrderedComparator - Class in org.grails.datastore.mapping.core.order
Support class for ordering objects that implement Ordered
OrderedComparator() - Constructor in OrderedComparator
OrderedGormTransformation - Class in org.grails.datastore.gorm.transform
Central AST transformation that ensures that GORM AST Transformations are executed in the correct order.
OrderedGormTransformation.TransformationInvocation - Class in org.grails.datastore.gorm.transform
OrderedGormTransformation() - Constructor in OrderedGormTransformation
orderEntries - Field in AbstractCriteriaBuilder
orders - Field in AbstractDetachedCriteria
orders - Field in JpaQueryBuilder
orElseThrow(Supplier<? extends X>) - Method in DefaultServiceDefinition
orElseThrow(Supplier<? extends X>) - Method in ServiceDefinition
Load the service of throw the given exception.
organization - Property in Neo4jGrailsPlugin
origin - Field in OriginCapablePropertyValue
originalConfiguration - Property in AbstractDatastoreInitializer
originalSize - Field in AbstractPersistentCollection
originalSize - Property in DirtyCheckingCollection
originalSize - Property in DirtyCheckingMap
OriginCapablePropertyValue - Class in org.grails.datastore.gorm.jdbc
A org.springframework.beans.PropertyValue that can provide information about its origin.
OriginCapablePropertyValue(java.lang.String, java.lang.Object, org.grails.datastore.gorm.jdbc.PropertyOrigin) - Constructor in OriginCapablePropertyValue
orphanRemoval - Field in Association
orphanRemoval - Property in Property
Whether an entity of an orphaned association should be removed
OSIV_CLASS_NAME - Field in AbstractDatastoreInitializer
otherProperty - Field in Query.PropertyComparisonCriterion
OUTGOING_CHAR - Property in RelationshipUtils
OUTGOING - Enum Constant in Direction
outgoing - Field in TypeDirectionPair
OWNED - Enum Constant in CascadeValidateType
Only cascade validation for associations which are owned by the parent entity, regardless of the JPA cascade behavior *
owner - Field in AbstractPersistentProperty
owners - Field in AbstractPersistentEntity
owningSide - Field in Association

P

packages - Property in AbstractDatastoreInitializer
PagedResultList - Class in grails.gorm
A result list implementation that provides an additional property called 'totalCount' to obtain the total number of records.
PagedResultList(org.grails.datastore.mapping.query.Query) - Constructor in PagedResultList
paginationEnabledList - Field in AbstractCriteriaBuilder
PARAMETER_NAME_PREFIX - Field in JpaQueryBuilder
PARAMETER_PREFIX - Field in JpaQueryBuilder
parameterNameProvider(javax.validation.ParameterNameProvider) - Method in GormValidatorFactoryAdapter.GormValidatorContext
parameterNameProvider - Property in ValidatedService
The parameter name provided for this service
parameterNames - Field in ConfigurableParameterNameProvider
parameters - Field in JpaQueryInfo
parameterTypes - Field in MethodInvokingClosure
parameterTypes - Field in MethodKey
params - Field in CypherBuilder
paramsForArgs(org.codehaus.groovy.ast.expr.Expression) - Method in AstMethodDispatchUtils
parent - Property in DirtyCheckingCollection
parent - Property in DirtyCheckingMap
parent - Property in Neo4jAssociationResultList
parentAccess - Property in GraphAdapter
parentAccess - Field in Neo4jPersistentList
parentAccess - Field in Neo4jPersistentSet
parentAccess - Field in Neo4jPersistentSortedSet
parentEntity - Field in AbstractPersistentEntity
password(java.lang.String) - Method in DataSourceBuilder
password - Property in DataSourceSettings
The password
password - Property in Neo4jConnectionSourceSettings
The password to use
patch - Property in GrailsVersion
The patch version
Path.Segment - Interface in grails.neo4j
A segment
PathNode(java.lang.String) - Constructor in RelaxedDataBinder.BeanPath.PathNode
PATTERN_CHAR - Field in Neo4jQuery.CriterionHandler
pattern - Field in DynamicFinder
pattern - Field in ListOrderByFinder
patternToRegex(java.lang.Object) - Method in Query
Converts a pattern to regex for regex queruies
PendingDelete - Interface in org.grails.datastore.mapping.core.impl
Represents a pending delete, that is an object that is due to be deleted as part of a flush() operation
PendingDeleteAdapter - Class in org.grails.datastore.mapping.core.impl
Adapter for the PendingDelete interface
PendingDeleteAdapter(org.grails.datastore.mapping.model.PersistentEntity, K, E) - Constructor in PendingDeleteAdapter
pendingDeletes - Field in AbstractSession
PendingInsert - Interface in org.grails.datastore.mapping.core.impl
An insert that is pending execution in a flush() operation
PendingInsertAdapter - Class in org.grails.datastore.mapping.core.impl
Provides default implementation for most of the methods in the PendingInsert interafce
PendingInsertAdapter(org.grails.datastore.mapping.model.PersistentEntity, K, E, org.grails.datastore.mapping.engine.EntityAccess) - Constructor in PendingInsertAdapter
pendingInserts - Field in AbstractSession
PendingOperation - Interface in org.grails.datastore.mapping.core.impl
An operation that is pending execution.
PendingOperationAdapter - Class in org.grails.datastore.mapping.core.impl
Base implementation of the PendingOperation interface.
PendingOperationAdapter(org.grails.datastore.mapping.model.PersistentEntity, K, E) - Constructor in PendingOperationAdapter
PendingOperationExecution - Class in org.grails.datastore.mapping.core.impl
Provides a default implementation to execute a pending operation.
pendingOperations - Field in PendingOperationAdapter
pendingRelationshipDeletes - Field in Neo4jSession
pendingRelationshipInserts - Field in Neo4jSession
PendingUpdate - Interface in org.grails.datastore.mapping.core.impl
An update that is pending execution in a flush() operation
PendingUpdateAdapter - Class in org.grails.datastore.mapping.core.impl
Provides a default implementation for the PendingUpdate interface
PendingUpdateAdapter(org.grails.datastore.mapping.model.PersistentEntity, K, E, org.grails.datastore.mapping.engine.EntityAccess) - Constructor in PendingUpdateAdapter
pendingUpdates - Field in AbstractSession
performInjection(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode) - Method in DirtyCheckingTransformer
performInjectionOnAnnotatedClass(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode, java.lang.Class) - Method in DirtyCheckingTransformer
performInjectionOnAnnotatedEntity(org.codehaus.groovy.ast.ClassNode) - Method in DirtyCheckingTransformer
PERIOD_TO_UNDERSCORE - Enum Constant in RelaxedNames.Manipulation
PeriodConverter - Trait in grails.gorm.time
A trait to convert a java.time.Period to and from a String
PeriodToStringConverter - Class in org.grails.datastore.gorm.neo4j.converters
A class to implement org.springframework.core.convert.converter.Converter for java.time.Period to String
PeriodToStringConverter() - Constructor in PeriodToStringConverter
persist(java.lang.Iterable) - Method in AbstractSession
persist(java.lang.Iterable) - Method in EntityPersister
persist(java.lang.Iterable) - Method in Persister
Persists a number of objects at the same time and returns their keys in the order specified by the objs parameter
persist(java.lang.Iterable) - Method in Session
Persists several objects returning their identifiers in the order specified by the Iterable
persistAssociationsOfEntity(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, boolean) - Method in Neo4jEntityPersister
persistDirtyButUnsavedInstances() - Method in Neo4jSession
in case a known instance is modified and not explicitly saved, we track dirty state here and spool them for persisting
PersistenceContextInterceptorAggregator - Class in org.grails.datastore.gorm.plugin.support
BeanDefinitionRegistryPostProcessor that replaces multiple discovered PersistenceContextInterceptor beans with a single aggregating instance.
PersistenceContextInterceptorAggregator() - Constructor in PersistenceContextInterceptorAggregator
PersistenceEventListener - Interface in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
persistenceInterceptorBeanNamePattern - Property in PersistenceContextInterceptorAggregator
persistentClass - Field in AbstractGormApi
persistentClasses - Property in AbstractDatastoreInitializer
PersistentCollection - Interface in org.grails.datastore.mapping.collection
A lazy loaded collection.
persistentEntities - Field in AbstractMappingContext
persistentEntitiesByDiscriminator - Field in AbstractMappingContext
persistentEntitiesByName - Field in AbstractMappingContext
persistentEntitiesByParent - Field in AbstractMappingContext
PersistentEntity - Interface in org.grails.datastore.mapping.model
Represents a persistent entity.
persistentEntity - Field in AbstractCriteriaBuilder
persistentEntity - Field in AbstractDetachedCriteria
persistentEntity - Field in AbstractGormApi
persistentEntity - Field in BeanEntityAccess
persistentEntity - Field in EntityPersister
persistentEntity - Field in FieldEntityAccess
persistentEntity - Field in OptimisticLockingException
persistentEntityAdded(org.grails.datastore.mapping.model.PersistentEntity) - Method in AutoTimestampEventListener
persistentEntityAdded(org.grails.datastore.mapping.model.PersistentEntity) - Method in DomainEventListener
{@inheritDoc}
persistentEntityAdded(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext.Listener
Fired when a new entity is added
persistentEntityAdded(org.grails.datastore.mapping.model.PersistentEntity) - Method in Neo4jDatastore
persistEntities(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Iterable) - Method in EntityPersister
persistEntities(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Iterable) - Method in NativeEntryEntityPersister
This is a rather simplistic and unoptimized implementation.
persistEntities(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Iterable) - Method in Neo4jEntityPersister
persistEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in EntityPersister
Persist the given persistent entity
persistEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in NativeEntryEntityPersister
persistEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in Neo4jEntityPersister
PersistentList - Class in org.grails.datastore.mapping.collection
A lazy loaded list.
PersistentList.PersistentListIterator - Class in org.grails.datastore.mapping.collection
PersistentList(org.grails.datastore.mapping.model.types.Association, java.io.Serializable, org.grails.datastore.mapping.core.Session) - Constructor in PersistentList
PersistentListIterator(java.util.ListIterator) - Constructor in PersistentList.PersistentListIterator
persistentProperties - Field in AbstractPersistentEntity
PersistentProperty - Interface in org.grails.datastore.mapping.model
Authors:
Graeme Rocher
persistentPropertyNames - Field in AbstractPersistentEntity
PersistentSet - Class in org.grails.datastore.mapping.collection
A lazy loaded set.
PersistentSet(java.io.Serializable, org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.AssociationQueryExecutor) - Constructor in PersistentSet
PersistentSortedSet - Class in org.grails.datastore.mapping.collection
A lazy loaded sorted set.
PersistentSortedSet(java.io.Serializable, org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.AssociationQueryExecutor) - Constructor in PersistentSortedSet
Persister - Interface in org.grails.datastore.mapping.engine
A Persister is responsible for persisting and retrieving an object.
persisters - Field in AbstractSession
pickGormEntityTrait(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit) - Method in GormEntityTransformation
pickMetaMethod(groovy.lang.MetaClass, java.lang.String, java.lang.Class, boolean) - Method in MethodInvokingClosure
Utility method for choosing matching metamethod, handles MethodSelectionException
PlingStemmer - Class in org.grails.datastore.gorm.neo4j.parsers
pluginExcludes - Property in Neo4jGrailsPlugin
pooled - Field in DataSourceBuilder
pooled - Property in DataSourceSettings
Whether the data source is pooled
populate(groovy.lang.Closure) - Method in ClosureToMapPopulator
populateArgumentsForCriteria(Class<? extends Object>, org.grails.datastore.mapping.query.Query, java.util.Map) - Method in DynamicFinder
populateOperators(java.lang.String) - Method in DynamicFinder
populatePropertiesForClassNode(org.codehaus.groovy.ast.ClassNode, Map<String,ClassNode>, boolean, boolean) - Method in AstPropertyResolveUtils
populatePropertiesForInitialExpression(Map<String,ClassNode>, org.codehaus.groovy.ast.expr.Expression) - Method in AstPropertyResolveUtils
POSITION - Field in AbstractWhereImplementer
POSITION - Field in DeleteWhereImplementer
POSITION - Field in FindAllByImplementer
POSITION - Field in TenantTransform
The position of the transform.
POSITION - Field in TransactionalTransform
The position of the transform in terms ordering
PostDelete - Enum Constant in EventType
PostDeleteEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
PostDeleteEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Constructor in PostDeleteEvent
PostExecution - Enum Constant in QueryEventType
postFlush(boolean) - Method in AbstractSession
postFlush(boolean) - Method in Neo4jSession
postFlushOperations - Field in AbstractSession
POSTGRESQL - Enum Constant in DatabaseDriver
Postgres.
PostInsert - Enum Constant in EventType
PostInsertEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
PostInsertEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity) - Constructor in PostInsertEvent
PostLoad - Enum Constant in EventType
PostLoadEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
PostLoadEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity) - Constructor in PostLoadEvent
postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in PersistenceContextInterceptorAggregator
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory) - Method in PersistenceContextInterceptorAggregator
PostQueryEvent - Class in org.grails.datastore.mapping.query.event
Query fired after a query has run.
PostQueryEvent(java.lang.Object, org.grails.datastore.mapping.query.Query, java.util.List) - Constructor in PostQueryEvent
PostUpdate - Enum Constant in EventType
PostUpdateEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
PostUpdateEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Constructor in PostUpdateEvent
PreDelete - Enum Constant in EventType
PreDeleteEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
PreDeleteEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Constructor in PreDeleteEvent
PreExecution - Enum Constant in QueryEventType
PREFIX - Field in ConfigurableParameterNameProvider
prefix - Property in MatchSpec
The prefix (for example "findBy")
prefix(int) - Method in RelaxedDataBinder.BeanPath
PREFIX - Field in Settings
The default prefix
PrefixedServiceImplementer - Interface in org.grails.datastore.gorm.services.implementers
An implementer that uses a set of prefixes
prefixes() - Method in RelaxedDataBinder.BeanPath
preIndex(K, List<T>) - Method in AssociationIndexer
Creates an index queryable via the primary key.
PreInsert - Enum Constant in EventType
PreInsertEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
PreInsertEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity) - Constructor in PreInsertEvent
PreLoad - Enum Constant in EventType
PreLoadEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
PreLoadEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity) - Constructor in PreLoadEvent
preOperations - Field in PendingOperationAdapter
prepareNewMethodParameters(org.codehaus.groovy.ast.MethodNode, Map<String, ClassNode>, org.codehaus.groovy.ast.ClassNode) - Method in AbstractMethodDecoratingTransformation
prepareNewMethodParameters(org.codehaus.groovy.ast.MethodNode, Map<String, ClassNode>, org.codehaus.groovy.ast.ClassNode) - Method in TenantTransform
prepareNewMethodParameters(org.codehaus.groovy.ast.MethodNode, Map<String, ClassNode>, org.codehaus.groovy.ast.ClassNode) - Method in TransactionalTransform
preparePropertyResolver(org.springframework.core.env.PropertyResolver, java.lang.String) - Method in DatastoreUtils
Prepares a property resolver and ensures it is suitable for GORM configuration
PreQueryEvent - Class in org.grails.datastore.mapping.query.event
Event fired immediately before a query is executed.
PreQueryEvent(java.lang.Object, org.grails.datastore.mapping.query.Query) - Constructor in PreQueryEvent
PreUpdate - Enum Constant in EventType
PreUpdateEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
PreUpdateEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Constructor in PreUpdateEvent
previous() - Method in Direction
previous() - Method in MultiTenancySettings.MultiTenancyMode
previous() - Method in Neo4jConnectionSourceSettings.ConnectionType
previous() - Method in PersistentList.PersistentListIterator
previousInChain - Field in NamedCriteriaProxy
previousIndex() - Method in PersistentList.PersistentListIterator
PRIMITIVE_TYPE_COMPATIBLE_CLASSES - Field in ClassUtils
PRIMITIVE_TYPE_COMPATIBLE_CLASSES - Field in ReflectionUtils
processAllEntries(Set<Map.Entry<String,Boolean>>, java.lang.Runnable) - Method in AutoTimestampEventListener
processDeferredClose(org.grails.datastore.mapping.core.Datastore) - Method in DatastoreUtils
Process all Datastore Sessions that have been registered for deferred close for the given SessionFactory.
processDynamicAssociationRemoval(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.gorm.neo4j.Neo4jSession, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Object) - Method in Neo4jEntityPersister
processDynamicAssociations(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.gorm.neo4j.Neo4jMappingContext, Map<String,List<Object>>, List<PendingOperation<Object,Serializable>>, boolean) - Method in Neo4jEntityPersister
processDynamicAssociationsIfNecessary(org.grails.datastore.gorm.neo4j.GraphPersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, java.lang.Object, org.grails.datastore.mapping.core.impl.PendingInsert, List<PendingOperation<Object,Serializable>>, Map<String,Object>, Map<String,List<Object>>) - Method in Neo4jSession
processEntries(List<Class>, Map<String,Boolean>, java.lang.Runnable) - Method in AutoTimestampEventListener
processInsertsForEntity(org.neo4j.driver.Transaction, org.grails.datastore.gorm.neo4j.GraphPersistentEntity, Map<PersistentEntity,Collection<PendingInsert>>, List<PendingOperation<Object,Serializable>>) - Method in Neo4jSession
processPendingRelationshipUpdates(org.grails.datastore.mapping.engine.EntityAccess, java.io.Serializable, org.grails.datastore.mapping.model.types.Association, List<PendingOperation<Object,Serializable>>, boolean) - Method in Neo4jSession
processValidate(java.lang.Object, java.lang.Object, org.springframework.validation.Errors) - Method in UniqueConstraint
processVariableScopes(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AstUtils
productName - Field in DatabaseDriver
PROJECT_HANDLERS - Field in Neo4jQuery
ProjectionList - Interface in org.grails.datastore.mapping.query.api
Models a list of projections
projectionList - Field in AbstractCriteriaBuilder
projectionList - Property in AbstractDetachedCriteria
projectionList - Field in JpaQueryBuilder
Projections - Class in org.grails.datastore.mapping.query
Projections used to customize the results of a query
projections(groovy.lang.Closure) - Method in AbstractCriteriaBuilder
Defines projections
projections - Field in AbstractDetachedCriteria
projections - Property in AbstractDetachedCriteria.DetachedProjections
projections(groovy.lang.Closure) - Method in DetachedCriteria
Defines projections.
projections - Field in Query
projections - Field in Query.ProjectionList
propagation - Field in ReadOnly
The transaction propagation type.
propagation - Field in Transactional
The transaction propagation type.
properties - Field in DataSourceBuilder
properties - Property in DataSourceSettings
The data source properties
properties - Property in DefaultMappingConfigurationBuilder
PROPERTIES - Field in GormProperties
propertiesByName - Field in AbstractPersistentEntity
propertiesInitialized - Field in AbstractPersistentEntity
Property - Class in org.grails.datastore.mapping.config
Base class for classes returned from PropertyMapping.getMappedForm
property(java.lang.String) - Method in AbstractCriteriaBuilder
A projection that obtains the value of a property of an entity
property(java.lang.String) - Method in AbstractDetachedCriteria
Adds a property projection
property(java.lang.String) - Method in AbstractDetachedCriteria.DetachedProjections
PROPERTY_COMPARISON_OPERATOR_TO_CRITERIA_METHOD_MAP - Field in DetachedCriteriaTransformer
property(java.lang.String) - Method in DetachedCriteria
Adds a property projection
property - Property in DirtyCheckingCollection
property - Property in DirtyCheckingMap
property(java.util.Map) - Method in Entity
Configure a new property
PROPERTY_GET_PREFIX - Field in MappingUtils
PROPERTY_GET_PREFIX - Field in NameUtils
PROPERTY_GRAILS_CLASSLOADER_LOGGING - Field in SoftServiceLoader
property - Property in InstanceProxy
PROPERTY_IS_PREFIX - Field in NameUtils
property(java.util.Collection, java.lang.String) - Method in ManualProjections
Obtains a properties value from the results
property - Property in ModificationTrackingEntityAccess
PROPERTY_NAME - Field in SystemPropertyTenantResolver
property(java.lang.String) - Method in ProjectionList
A projection that obtains the value of a property of an entity
property(java.lang.String) - Method in Projections
A projection that obtains the value of a property of an entity
Property() - Constructor in Property
property - Field in Query.Between
property - Field in Query.Order
property(java.lang.String) - Method in Query.ProjectionList
A projection that obtains the value of a property of an entity
PROPERTY_SET_PREFIX - Field in MappingUtils
PROPERTY_SET_PREFIX - Field in NameUtils
PROPERTY_TRANSACTION_MANAGER - Field in TransactionalTransform
propertyClass - Property in DefaultMappingConfigurationBuilder
PropertyComparisonCriterion(java.lang.String, java.lang.String) - Constructor in Query.PropertyComparisonCriterion
PropertyComparisonCriterionHandler(java.lang.String) - Constructor in Neo4jQuery.PropertyComparisonCriterionHandler
propertyConfigs - Field in Entity
The configuration for each property
propertyCriterion - Field in FunctionCallingCriterion
PropertyCriterion(java.lang.String, java.lang.Object) - Constructor in Query.PropertyCriterion
propertyFactory - Field in GormMappingConfigurationStrategy
PropertyMapping - Interface in org.grails.datastore.mapping.model
Interface for a property mapping which specifies what or where a particular property is mapped to.
propertyMapping - Field in MappingFactory
propertyMissing(java.lang.String) - Method in AbstractDetachedCriteria
propertyMissing(java.lang.String, java.lang.Object) - Method in Entity
propertyMissing(java.lang.String) - Method in GormEntity
Allow access to datasource by name
propertyMissing(D, java.lang.String) - Method in GormInstanceApi
propertyMissing(D, java.lang.String) - Method in GormInstanceOperations
Allow access to datasource by name
propertyMissing(D, java.lang.String) - Method in GormStaticApi
Merges an instance with the current session
propertyMissing(java.lang.String, java.lang.Object) - Method in GormStaticOperations
Handles property missing, does nothing by default, sub traits to override
propertyMissing(java.lang.String, java.lang.Object) - Method in NamedCriteriaProxy
propertyMissing(java.lang.String, java.lang.Object) - Method in Neo4jEntity
Allows setting a dynamic property via the dot operator
propertyMissing(java.lang.String, java.lang.Object) - Method in Neo4jRelationship
Allows setting a dynamic property via the dot operator
propertyMissing(java.lang.String, java.lang.Object) - Method in Node
Allows setting a dynamic property via the dot operator
propertyMissing(java.lang.String, java.lang.Object) - Method in TenantDelegatingGormOperations
propertyName - Field in FieldEntityAccess.FieldEntityReflector.ReaderAndWriterMaker
propertyName - Field in MethodExpression
propertyName - Field in Property
propertyName - Field in Query.PropertyProjection
PropertyNameCriterion(java.lang.String) - Constructor in Query.PropertyNameCriterion
PropertyNode(java.lang.String) - Constructor in RelaxedDataBinder.BeanPath.PropertyNode
PropertyOrigin - Class in org.grails.datastore.gorm.jdbc
The origin of a property, specifically its source and its name before any prefix was removed.
PropertyOrigin(PropertySource<?>, java.lang.String) - Constructor in PropertyOrigin
PropertyProjection(java.lang.String) - Constructor in Query.PropertyProjection
propertyReader - Field in FieldEntityAccess.FieldEntityReflector.ReaderAndWriterMaker
propertyResolver - Property in ConfigurationBuilder
propertyResolver - Property in PropertyResolverMap
PropertyResolverMap - Class in org.grails.datastore.mapping.config.utils
Adapts a property resolver to the Map interface
PropertyResolverMap(org.springframework.core.env.PropertyResolver) - Constructor in PropertyResolverMap
propertyType() - Method in EntityReflector.PropertyReader
Returns:
The property type
propertyType() - Method in EntityReflector.PropertyWriter
Returns:
The property type
propertyType() - Method in FieldEntityAccess.FieldEntityReflector.FieldReader
propertyType() - Method in FieldEntityAccess.FieldEntityReflector.FieldWriter
propertyType - Field in FieldEntityAccess.FieldEntityReflector.ReflectionMethodWriter
propertyType() - Method in FieldEntityAccess.FieldEntityReflector.ReflectMethodReader
PropertyValueIndexer - Interface in org.grails.datastore.mapping.engine
Responsible for creating indices for property values used in queries.
propertyWriter - Field in FieldEntityAccess.FieldEntityReflector.ReaderAndWriterMaker
PROPS - Field in CypherBuilder
proxy(java.lang.Class, java.io.Serializable) - Method in AbstractSession
proxy(javax.sql.DataSource, org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Method in DataSourceConnectionSourceFactory
proxy(java.io.Serializable) - Method in EntityPersister
PROXY_FACTORIES - Field in JavassistProxyFactory
proxy(java.io.Serializable) - Method in GormEntity
Retrieves an object from the datastore as a proxy. eg.
proxy(java.io.Serializable) - Method in GormStaticApi
Retrieves an object from the datastore as a proxy. eg.
proxy(java.io.Serializable) - Method in GormStaticOperations
Retrieves an object from the datastore as a proxy. eg.
PROXY_KEY_PROPERTY - Field in EntityProxyMethodHandler
proxy(java.io.Serializable) - Method in LockableEntityPersister
proxy(java.io.Serializable) - Method in Persister
Creates a proxy for the given key
PROXY_PROPERTY - Field in EntityProxyMethodHandler
proxy(Class<T>, java.io.Serializable) - Method in Session
Retrieves a proxy for the given key
proxy(java.io.Serializable) - Method in TenantDelegatingGormOperations
proxyClass - Field in GroovyObjectMethodHandler
proxyEntities - Field in AbstractPersistentCollection
ProxyFactory - Interface in org.grails.datastore.mapping.proxy
The factory used to create proxies
proxyFactory - Field in AbstractMappingContext
proxyFactory - Field in EntityPersister
ProxyHandler - Interface in org.grails.datastore.mapping.proxy
Interface for classes that handle proxies
proxyHandler - Property in MappingContextTraversableResolver
ProxyInstanceMetaClass - Class in org.grails.datastore.gorm.proxy
Per-instance metaclass to use for proxied GORM domain objects.
ProxyInstanceMetaClass(groovy.lang.MetaClass, org.grails.datastore.mapping.core.Session, java.io.Serializable) - Constructor in ProxyInstanceMetaClass
proxyTarget - Field in ProxyInstanceMetaClass
The loaded instance we're proxying, or null if it hasn't been loaded.
publisher - Field in AbstractSession
publisher - Field in EntityPersister
publishEvent(java.lang.Object) - Method in ConfigurableApplicationContextEventPublisher
publishEvent(java.lang.Object) - Method in DefaultApplicationEventPublisher
publishSessionCreationEvent(org.grails.datastore.mapping.core.Session) - Method in AbstractDatastore
put(java.lang.Object, java.lang.Object) - Method in DirtyCheckingMap
put(java.lang.String, java.lang.Object) - Method in PropertyResolverMap
putAll(java.util.Map) - Method in DirtyCheckingMap
putAll(Map<? extends String, ? extends Object>) - Method in PropertyResolverMap
putAt(java.lang.String, java.lang.Object) - Method in DynamicAttributes
Sets a dynamic attribute
putAt(java.lang.String, java.lang.Object) - Method in InstanceProxy
putAt(java.lang.String, java.lang.String) - Method in ValidationErrors
putAtDynamic(java.lang.String, java.lang.Object) - Method in DynamicAttributes

Q

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

R

range(int, int) - Method in RelaxedDataBinder.BeanPath
RC - Field in Snapshot
read(org.grails.datastore.mapping.model.PersistentProperty, N) - Method in AbstractMappingAwareCustomTypeMarshaller
read(org.grails.datastore.gorm.utils.ClassReader, int, int, char[], int, org.springframework.asm.Label) - Method in Attribute
Reads a type attribute.
read(Class<T>, java.lang.String, Map<String, String>, T) - Method in ConfigUtils
read(org.grails.datastore.mapping.model.PersistentProperty, N) - Method in CustomTypeMarshaller
Converts a value from its native form
read(java.lang.Object) - Method in EntityReflector.PropertyReader
reads the property
read(java.lang.Object) - Method in FieldEntityAccess.FieldEntityReflector.FieldReader
read(java.lang.Object) - Method in FieldEntityAccess.FieldEntityReflector.ReflectMethodReader
read(java.io.Serializable) - Method in GormEntity
Retrieves an object from the datastore. eg.
read(java.io.Serializable) - Method in GormStaticApi
Retrieves an object from the datastore. eg.
read(java.io.Serializable) - Method in GormStaticOperations
Retrieves an object from the datastore. eg.
READ_ONLY_TYPE - Field in TransactionalTransform
read(java.io.Serializable) - Method in TenantDelegatingGormOperations
readAnnotationValue(int, char[], java.lang.String, org.springframework.asm.AnnotationVisitor) - Method in ClassReader
Reads a value of an annotation and makes the given visitor visit it.
readAnnotationValues(int, char[], boolean, org.springframework.asm.AnnotationVisitor) - Method in ClassReader
Reads the values of an annotation and makes the given visitor visit them.
readAttribute(org.grails.datastore.gorm.utils.Attribute, java.lang.String, int, int, char[], int, org.springframework.asm.Label) - Method in ClassReader
Reads an attribute in b.
readByte(int) - Method in ClassReader
Reads a byte value in b.
readClass(int, char[]) - Method in ClassReader
Reads a class constant pool item in b.
readConst(int, char[]) - Method in ClassReader
Reads a numeric or string constant pool item in b.
reader - Field in AbstractPersistentProperty
ReaderAndWriterMaker(org.grails.datastore.mapping.reflect.ClassPropertyFetcher, java.lang.String) - Constructor in FieldEntityAccess.FieldEntityReflector.ReaderAndWriterMaker
readerMap - Field in FieldEntityAccess.FieldEntityReflector
readers - Field in FieldEntityAccess.FieldEntityReflector
readId(grails.gorm.Entity) - Method in GraphPersistentEntity
Reads the id from given Neo4j entity
readIdentifierFromObject(java.lang.Object) - Method in NativeEntryEntityPersister
readInt(int) - Method in ClassReader
Reads a signed int value in b.
readInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, N) - Method in AbstractMappingAwareCustomTypeMarshaller
readLong(int) - Method in ClassReader
Reads a signed long value in b.
readNodePropertiesForInsert(org.grails.datastore.mapping.core.impl.PendingInsert, org.grails.datastore.gorm.neo4j.GraphPersistentEntity, List<PersistentProperty>, org.grails.datastore.mapping.engine.EntityAccess) - Method in Neo4jSession
readObjectIdentifier(org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.ClassMapping) - Method in NativeEntryEntityPersister
Reads an objects identifier using the entity access and ClassMapping instance
ReadOnly - Annotation Type in grails.gorm.transactions
Define a read-only transaction
readOnly - Field in AbstractCriteriaBuilder
readOnly(boolean) - Method in AbstractDetachedCriteria
readOnly(boolean) - Method in BuildableCriteria
Whether to cache the query should be readOnly
readOnly(boolean) - Method in Criteria
readOnly(boolean) - Method in CriteriaBuilder
readOnly - Field in DataSourceBuilder
readOnly - Property in DataSourceSettings
Whether the connection is readonly
readOnly - Field in Transactional
true if the transaction is read-only.
readUnsignedShort(int) - Method in ClassReader
Reads an unsigned short value in b.
readUTF8(int, char[]) - Method in ClassReader
Reads an UTF8 string constant pool item in b.
readUTF(int, int, char[]) - Method in ClassReader
Reads UTF8 string in b.
reconnect() - Method in AbstractDatastorePersistenceContextInterceptor
reference - Property in Property
Returns:
Whether this property is a database reference such as a foreign key
referencedPropertyName - Field in Association
REFLECTION_LOGGER - Field in SoftServiceLoader
ReflectionMethodWriter(java.lang.reflect.Method, java.lang.Class) - Constructor in FieldEntityAccess.FieldEntityReflector.ReflectionMethodWriter
ReflectionUtils - Class in org.grails.datastore.mapping.reflect
Provides methods to help with reflective operations
ReflectMethodReader(java.lang.reflect.Method) - Constructor in FieldEntityAccess.FieldEntityReflector.ReflectMethodReader
reflector - Field in EntityPersister
reflector - Field in FieldEntityAccess
REFLECTORS - Field in FieldEntityAccess
refresh(java.lang.Object) - Method in AbstractSession
refresh() - Method in BeanEntityAccess
Refreshes the object from entity state.
refresh() - Method in DelegatingGormEntityApi
refresh() - Method in EntityAccess
Refreshes the object from underlying entity state.
REFRESH_EVENTS - Field in DomainEventListener
refresh() - Method in FieldEntityAccess
refresh() - Method in GormEntity
Refreshes the state of the current instance
refresh() - Method in GormEntityApi
Refreshes the state of the current instance
refresh(D) - Method in GormInstanceApi
Refreshes the state of the current instance
refresh(D) - Method in GormInstanceOperations
Refreshes the state of the current instance
refresh(D) - Method in GormStaticApi
refresh(java.lang.Object) - Method in NativeEntryEntityPersister
refresh(java.lang.Object) - Method in Neo4jEntityPersister
refresh(java.lang.Object) - Method in Persister
Refreshes the given objects state
refresh(java.lang.Object) - Method in Session
Refreshes the given objects state
refresh(D) - Method in TenantDelegatingGormOperations
refreshObjectStateFromNativeEntry(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.io.Serializable, T, boolean) - Method in NativeEntryEntityPersister
REGEX_FILE_SEPARATOR - Field in AstUtils
register(org.springframework.core.convert.converter.ConverterRegistry) - Method in BasicTypeConverterRegistrar
registerApplicationIfNotPresent - Property in AbstractDatastoreInitializer
registerBeans(org.springframework.beans.factory.support.BeanDefinitionRegistry, groovy.lang.Closure) - Method in AbstractDatastoreInitializer.GrailsBeanBuilderInit
registerBeans(org.springframework.beans.factory.support.BeanDefinitionRegistry, groovy.lang.Closure) - Method in AbstractDatastoreInitializer.GroovyBeanReaderInit
registerConstraints(org.grails.datastore.mapping.core.Datastore) - Method in GormEnhancer
registerCustomType(org.grails.datastore.mapping.engine.types.CustomTypeMarshaller) - Method in MappingFactory
registerEntity(org.grails.datastore.mapping.model.PersistentEntity) - Method in GormEnhancer
Registers a new entity with the GORM enhancer
registerEntityWithContext(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
registerEventListeners(org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher) - Method in Neo4jDatastore
registerInstanceMethod(java.lang.Class, groovy.lang.ExpandoMetaClass, org.grails.datastore.gorm.AbstractGormApi, java.lang.String, java.lang.Class) - Method in GormEnhancer
registerNewMethodExpression(java.lang.Class) - Method in DynamicFinder
Registers a new method expression.
registerPending(java.lang.Object) - Method in AbstractSession
registerPending(T) - Method in SessionImplementor
Register a pending object
registerPendingUpdate(org.grails.datastore.gorm.neo4j.Neo4jSession, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, java.lang.Object, java.io.Serializable) - Method in Neo4jEntityPersister
registerPrimitiveClassPair(Class<?>, Class<?>) - Method in ClassUtils
Just add two entries to the class compatibility map
registerPrimitiveClassPair(Class<?>, Class<?>) - Method in ReflectionUtils
Just add two entries to the class compatibility map
registerStaticMethod(groovy.lang.ExpandoMetaClass, java.lang.String, Class<?>, org.grails.datastore.gorm.GormStaticApi) - Method in GormEnhancer
REL_DATA - Field in CypherBuilder
REL_VAR - Field in CypherBuilder
RELATED - Field in CypherBuilder
RelationalDatastore - Interface in org.grails.datastore.mapping.rdbms
Authors:
Guillaume Laforge
Relationship - Trait in grails.neo4j
Represents a Neo4j relationship
relationship(groovy.lang.Closure) - Method in MappingBuilder
Build a Neo4j relationship mapping
relationship() - Method in Neo4jPath.Neo4jPathSegment
relationship() - Method in Path.Segment
RelationshipConfig - Class in org.grails.datastore.gorm.neo4j.mapping.config
Config for a relationship
RelationshipConfig() - Constructor in RelationshipConfig
relationshipEntity - Field in GraphPersistentEntity
relationshipMatches - Field in CypherBuilder
RelationshipPendingDelete - Class in org.grails.datastore.gorm.neo4j.engine
Represents a pending relationship delete
RelationshipPendingDelete(org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.Association, Collection<Serializable>, org.grails.datastore.mapping.transactions.Transaction) - Constructor in RelationshipPendingDelete
RelationshipPendingInsert - Class in org.grails.datastore.gorm.neo4j.engine
Represents a pending relationship insert
RelationshipPendingInsert(org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.Association, Collection<Serializable>, org.grails.datastore.gorm.neo4j.Neo4jSession, boolean) - Constructor in RelationshipPendingInsert
RelationshipPersistentEntity - Class in org.grails.datastore.gorm.neo4j
Represents a relationship
RelationshipPersistentEntity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext, boolean) - Constructor in RelationshipPersistentEntity
relationshipTypeUsedFor(org.grails.datastore.mapping.model.types.Association) - Method in RelationshipUtils
Obtain the Neo4j relationship type for the giveen association
RelationshipUpdateKey(java.io.Serializable, org.grails.datastore.mapping.model.types.Association) - Constructor in Neo4jSession.RelationshipUpdateKey
RelationshipUtils - Class in org.grails.datastore.gorm.neo4j
Utility methods for manipulating relationships
RelationshipUtils() - Constructor in RelationshipUtils
RelaxedConversionService - Class in org.grails.datastore.gorm.jdbc
Internal org.springframework.core.convert.ConversionService used by RelaxedDataBinder to support additional relaxed conversion.
RelaxedConversionService.StringToCharArrayConverter - Class in org.grails.datastore.gorm.jdbc
RelaxedConversionService.StringToEnumIgnoringCaseConverterFactory - Class in org.grails.datastore.gorm.jdbc
Clone of Spring's package private StringToEnumConverterFactory, but ignoring the case of the source.
RelaxedConversionService.StringToEnumIgnoringCaseConverterFactory.StringToEnum - Class in org.grails.datastore.gorm.jdbc
RelaxedConversionService(org.springframework.core.convert.ConversionService) - Constructor in RelaxedConversionService
Create a new RelaxedConversionService instance.
RelaxedDataBinder - Class in org.grails.datastore.gorm.jdbc
Binder implementation that allows caller to bind to maps and also allows property names to match a bit loosely (if underscores or dashes are removed and replaced with camel case for example).
RelaxedDataBinder.BeanPath - Class in org.grails.datastore.gorm.jdbc
A path though properties of a bean.
RelaxedDataBinder.BeanPath.ArrayIndexNode - Class in org.grails.datastore.gorm.jdbc
RelaxedDataBinder.BeanPath.MapIndexNode - Class in org.grails.datastore.gorm.jdbc
RelaxedDataBinder.BeanPath.PathNode - Class in org.grails.datastore.gorm.jdbc
RelaxedDataBinder.BeanPath.PropertyNode - Class in org.grails.datastore.gorm.jdbc
RelaxedDataBinder.MapHolder - Class in org.grails.datastore.gorm.jdbc
Holder to allow Map targets to be bound.
RelaxedDataBinder(java.lang.Object) - Constructor in RelaxedDataBinder
Create a new RelaxedDataBinder instance.
RelaxedNames - Class in org.grails.datastore.gorm.jdbc
Generates relaxed name variations from a given source.
RelaxedNames.Manipulation - Enum in org.grails.datastore.gorm.jdbc
Name manipulations.
RelaxedNames.Variation - Enum in org.grails.datastore.gorm.jdbc
Name variations.
RelaxedNames(java.lang.String) - Constructor in RelaxedNames
Create a new RelaxedNames instance.
releaseSession(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.core.Datastore) - Method in DatastoreUtils
Close the given Session, created via the given factory, if it is not managed externally (i.e. not bound to the thread).
relType - Property in GraphAdapter
remote - Enum Constant in Neo4jConnectionSourceSettings.ConnectionType
remove(java.lang.Object) - Method in AbstractPersistentCollection
remove() - Method in AbstractResultList
remove() - Method in CurrentTenant
remove(java.lang.Object) - Method in DirtyCheckingCollection
remove(int) - Method in DirtyCheckingList
remove(java.lang.Object) - Method in DirtyCheckingMap
REMOVE_FROM_METHOD_NODE - Field in GormEntityTransformation
remove(java.lang.Object) - Method in Neo4jList
remove(java.lang.Object) - Method in Neo4jPersistentList
remove(java.lang.Object) - Method in Neo4jPersistentSet
remove(java.lang.Object) - Method in Neo4jPersistentSortedSet
remove(java.lang.Object) - Method in Neo4jSet
remove(java.lang.Object) - Method in Neo4jSortedSet
remove(java.lang.Object) - Method in PagedResultList
remove(int) - Method in PersistentList
remove() - Method in PersistentList.PersistentListIterator
remove(java.lang.Object) - Method in PropertyResolverMap
remove() - Method in Tenants.CurrentTenant
removeAll(java.util.Collection) - Method in AbstractPersistentCollection
removeAll(java.util.Collection) - Method in DirtyCheckingCollection
removeAll(java.util.Collection) - Method in Neo4jList
removeAll(java.util.Collection) - Method in Neo4jPersistentList
removeAll(java.util.Collection) - Method in Neo4jPersistentSet
removeAll(java.util.Collection) - Method in Neo4jPersistentSortedSet
removeAll(java.util.Collection) - Method in Neo4jSet
removeAll(java.util.Collection) - Method in Neo4jSortedSet
removeAll(Collection<?>) - Method in PagedResultList
removeAttributesForEntity(java.lang.Object) - Method in AbstractAttributeStoringSession
removeConstraints() - Method in GormEnhancer
removeFrom(java.lang.String, java.lang.Object) - Method in GormEntity
Removes the given value to given association ensuring both sides are correctly disassociated
removeSession(org.grails.datastore.mapping.core.Session) - Method in SessionHolder
rename(int, java.lang.String) - Method in RelaxedDataBinder.BeanPath
RENAMED_METHOD_PREFIX - Field in TenantTransform
RENAMED_METHOD_PREFIX - Field in TransactionalTransform
replaceFirstRelationshipMatch(java.lang.String) - Method in CypherBuilder
replaceGenericsPlaceholders(org.codehaus.groovy.ast.ClassNode, Map<String, ClassNode>, org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
replaceNullOrUninitialized(java.lang.Object, java.lang.Object) - Method in NativeEntryEntityPersister
replaceParamAt(int, java.lang.Object) - Method in CypherBuilder
Parameters:
position - first element is 1
requiredArguments - Property in MatchSpec
The required arguments
resetDirty() - Method in AbstractPersistentCollection
resetDirty() - Method in PersistentCollection
Mark the collection as no longer dirty.
resetErrors(D) - Method in GormValidationApi
resetMethodExpressionPattern() - Method in DynamicFinder
resolveConnectionForTenantId(org.grails.datastore.mapping.multitenancy.MultiTenancySettings.MultiTenancyMode, java.io.Serializable) - Method in MultiTenancySettings
Resolves the connection to use for the given tenant id based on the current mode
RESOLVED_PROPERTY_NAME - Field in AbstractProjectionImplementer
resolveDelegate(java.lang.Object) - Method in AssociationQueryProxyHandler
resolveDelegate(java.lang.Object) - Method in GroovyObjectMethodHandler
resolveDelegate(java.lang.Object) - Method in HashcodeEqualsAwareProxyFactory
resolveDelegate(java.lang.Object) - Method in SessionEntityProxyMethodHandler
resolveDelegateAndGetProperty(java.lang.Object, java.lang.String) - Method in GroovyObjectMethodHandler
resolveDelegateAndInvokeThisMethod(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
resolveDelegateAndSetProperty(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
resolveDomainClassForReturnType(org.codehaus.groovy.ast.ClassNode, boolean, org.codehaus.groovy.ast.ClassNode) - Method in AbstractArrayOrIterableResultImplementer
Resolves the domain class type for the return type
resolveDomainClassForReturnType(org.codehaus.groovy.ast.ClassNode, boolean, org.codehaus.groovy.ast.ClassNode) - Method in FindAllByInterfaceProjectionImplementer
resolveDomainClassForReturnType(org.codehaus.groovy.ast.ClassNode, boolean, org.codehaus.groovy.ast.ClassNode) - Method in FindOneByImplementer
resolveDomainClassForReturnType(org.codehaus.groovy.ast.ClassNode, boolean, org.codehaus.groovy.ast.ClassNode) - Method in FindOneByInterfaceProjectionImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractReadOperationImplementer
Subclasses can override to provide resolution of the domain class from the method signature
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllByInterfaceProjectionImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllInterfaceProjectionImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllWhereImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAndDeleteImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneByInterfaceProjectionImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneInterfaceProjectionImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneInterfaceProjectionStringQueryImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneInterfaceProjectionWhereImplementer
resolveDomainClassFromSignature(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOnePropertyProjectionImplementer
resolveEmbeddedConfiguration() - Method in Neo4jDatastore
resolveIdentifier() - Method in AbstractPersistentEntity
resolveIdentifier() - Method in EmbeddedPersistentEntity
resolveIdIfEntity(java.lang.Object) - Method in Query
resolveMappingStrategy(java.lang.Class) - Method in AbstractMappingContext
resolveNestedPropertyName(org.springframework.beans.BeanWrapper, java.lang.String, java.lang.String) - Method in RelaxedDataBinder
resolvePrefix(org.codehaus.groovy.ast.MethodNode) - Method in AbstractServiceImplementer
resolvePrefix(org.codehaus.groovy.ast.MethodNode) - Method in PrefixedServiceImplementer
Resolve the prefix used for the given method
resolveProjectionReturnType(org.codehaus.groovy.ast.ClassNode) - Method in FindOnePropertyProjectionImplementer
resolvePropertyName(org.springframework.beans.BeanWrapper, java.lang.String, java.lang.String) - Method in RelaxedDataBinder
resolvePropertyReturnType(org.codehaus.groovy.ast.PropertyNode, org.codehaus.groovy.ast.ClassNode) - Method in DirtyCheckingTransformer
resolvePropertyValue(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.lang.Object) - Method in Query
resolveReturnTypeForNewMethod(org.codehaus.groovy.ast.MethodNode) - Method in AbstractMethodDecoratingTransformation
resolveSchemaNames(javax.sql.DataSource) - Method in DefaultSchemaHandler
resolveSchemaNames(javax.sql.DataSource) - Method in SchemaHandler
Returns:
Resolves the schema names
resolveSingleGenericType(org.codehaus.groovy.ast.ClassNode) - Method in AstGenericsUtils
Resolves a single generic type from the given class node
resolveTargetMetaClass(T, Class<T>) - Method in GroovyProxyFactory
resolveTenantIdentifier() - Method in FixedTenantResolver
resolveTenantIdentifier() - Method in NoTenantResolver
resolveTenantIdentifier() - Method in SystemPropertyTenantResolver
resolveTenantIdentifier() - Method in TenantResolver
resolveTenantIds() - Method in AllTenantsResolver
Returns:
Resolves all tenant ids
resource - Field in AnnotationMetadataReader
resourceLoader - Property in Neo4jAutoConfiguration
resourcePatternResolver - Property in AbstractDatastoreInitializer
Restrictions - Class in org.grails.datastore.mapping.query
Factory for creating org.grails.datastore.mapping.query.Query.Criterion instances
resultList - Field in PagedResultList
results - Field in PostQueryEvent
The results of the query.
resume() - Method in SpringSessionSynchronization
retainAll(java.util.Collection) - Method in AbstractPersistentCollection
retainAll(java.util.Collection) - Method in Neo4jList
retainAll(java.util.Collection) - Method in Neo4jPersistentList
retainAll(java.util.Collection) - Method in Neo4jPersistentSet
retainAll(java.util.Collection) - Method in Neo4jPersistentSortedSet
retainAll(java.util.Collection) - Method in Neo4jSet
retainAll(java.util.Collection) - Method in Neo4jSortedSet
retainAll(Collection<?>) - Method in PagedResultList
retrieve(java.lang.Class, java.io.Serializable) - Method in AbstractSession
retrieve(java.io.Serializable) - Method in EntityPersister
retrieve(java.io.Serializable) - Method in Persister
Retrieves an object for the given context and Key
retrieve(Class<T>, java.io.Serializable) - Method in Session
Retrieves an individual object
retrieveAll(java.lang.Class, java.io.Serializable) - Method in AbstractSession
retrieveAll(java.io.Serializable) - Method in EntityPersister
retrieveAll(java.io.Serializable) - Method in Persister
Batch retrieve several objects in one go
retrieveAll(java.lang.Class, java.io.Serializable) - Method in Session
Retrieves several objects for the specified keys
retrieveAllEntities(org.grails.datastore.mapping.model.PersistentEntity, Iterable<Serializable>) - Method in EntityPersister
retrieveAllEntities(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable) - Method in NativeEntryEntityPersister
Simplistic default implementation of retrieveAllEntities that iterates over each key and retrieves the entities one-by-one.
retrieveAllEntities(org.grails.datastore.mapping.model.PersistentEntity, Iterable<Serializable>) - Method in Neo4jEntityPersister
retrieveEntity(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable) - Method in EntityPersister
Retrieve a PersistentEntity for the given mappingContext and key
retrieveEntity(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable) - Method in NativeEntryEntityPersister
retrieveEntity(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable) - Method in Neo4jEntityPersister
retrieveEntry(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.io.Serializable) - Method in NativeEntryEntityPersister
Reads the native form of a Key/value datastore entry.
retrieveSession(java.lang.Class) - Method in AbstractDatastore
Static way to retrieve the session
RETURN - Field in CypherBuilder
RETURN_TYPE - Field in ServiceImplementer
Used to store the resolved return type when it has been resolved from generics within the ast metadata
returnColumns - Field in CypherBuilder
returnOnlyIfInstanceOf(java.lang.Object, Class<T>) - Method in ClassPropertyFetcher
reverse(java.util.List) - Method in ManualEntityOrdering
Reverses the list.
reversed - Property in GraphAdapter
rlike(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
Creates an rlike Criterion based on the specified property name and value.
rlike(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
See Also:
Criteria
rlike(java.lang.String, java.lang.Object) - Method in Criteria
Creates an rlike Criterion based on the specified property name and value
rlike(java.lang.String, java.lang.Object) - Method in DetachedCriteria
Rlike(java.lang.String) - Constructor in MethodExpression.Rlike
rlike(java.lang.String, java.lang.String) - Method in Query
Restricts the results by the given properties value
RLike(java.lang.String, java.lang.String) - Constructor in Query.RLike
rlike(java.lang.String, java.lang.String) - Method in Restrictions
Restricts the property match the given regular expressions.
Rollback - Annotation Type in grails.gorm.transactions
A transforms that applies a transaction that always rolls back.
rollback() - Method in Neo4jTransaction
rollback() - Method in SessionOnlyTransaction
rollback() - Method in Transaction
Rollback the transaction.
rollbackFor - Field in ReadOnly
Defines zero (0) or more exception java.lang.Class, which must be a subclass of java.lang.Throwable, indicating which exception types must cause a transaction rollback.
rollbackFor - Field in Transactional
Defines zero (0) or more exception java.lang.Class, which must be a subclass of java.lang.Throwable, indicating which exception types must cause a transaction rollback.
rollbackForClassName - Field in ReadOnly
Defines zero (0) or more exception names (for exceptions which must be a subclass of java.lang.Throwable), indicating which exception types must cause a transaction rollback.
rollbackForClassName - Field in Transactional
Defines zero (0) or more exception names (for exceptions which must be a subclass of java.lang.Throwable), indicating which exception types must cause a transaction rollback.
rollbackOn(java.lang.Throwable) - Method in CustomizableRollbackTransactionAttribute
rollbackOn(java.lang.Throwable) - Method in GrailsTransactionAttribute
rollbackOnly - Property in Neo4jTransaction
RollbackTransform - Class in org.grails.datastore.gorm.transactions.transform
RollbackTransform() - Constructor in RollbackTransform
ROOT_CALL - Field in AbstractCriteriaBuilder
ROOT_DO_CALL - Field in AbstractCriteriaBuilder
rootBuilder - Field in ConfigurationBuilder
rowCount() - Method in AbstractCriteriaBuilder
Count the number of records returned
rowCount() - Method in AbstractDetachedCriteria.DetachedProjections
rowCount() - Method in ProjectionList
Count the number of records returned
rowCount() - Method in Query.ProjectionList
run() - Method in AutoTimestampEventListener
run() - Method in NativeEntryEntityPersister
run() - Method in Neo4jEntityPersister
run() - Method in RelationshipPendingDelete
run() - Method in RelationshipPendingInsert
RuntimeSupport - Class in org.grails.datastore.gorm.internal
Utility methods to support AST transforms at runtime
RuntimeSupport() - Constructor in RuntimeSupport

S

save(java.util.Map) - Method in DelegatingGormEntityApi
save(java.util.Map) - Method in GormEntity
Saves an object with the given parameters
save(java.util.Map) - Method in GormEntityApi
Saves an object with the given parameters
save(D, java.util.Map) - Method in GormInstanceApi
Saves an object with the given parameters
save(D, java.util.Map) - Method in GormInstanceOperations
Saves an object with the given parameters
save(D, java.util.Map) - Method in GormStaticApi
save(D, java.util.Map) - Method in TenantDelegatingGormOperations
saveAll(Iterable<?>) - Method in GormEntity
Saves a list of objects in one go
saveAll(Iterable<?>) - Method in GormStaticApi
Saves a list of objects in one go
saveAll(Iterable<?>) - Method in GormStaticOperations
Saves a list of objects in one go
saveAll(Iterable<?>) - Method in TenantDelegatingGormOperations
SaveImplementer - Class in org.grails.datastore.gorm.services.implementers
Implementations saving new entities
SaveImplementer() - Constructor in SaveImplementer
SaveOrUpdate - Enum Constant in EventType
SaveOrUpdateEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
SaveOrUpdateEvent(org.grails.datastore.mapping.core.Datastore, java.lang.Object) - Constructor in SaveOrUpdateEvent
scale - Property in Property
Returns:
The scale
scan(java.lang.Package) - Method in ClasspathEntityScanner
Scans the classpath for entities for the given packages
scanForPersistentClasses() - Method in AbstractDatastoreInitializer
scanUsingPattern(java.lang.String, org.springframework.core.type.classreading.CachingMetadataReaderFactory) - Method in AbstractDatastoreInitializer
SCHEMA - Enum Constant in MultiTenancySettings.MultiTenancyMode
A shared database amongst multiple tenants using a separate schema for each tenant
SchemaHandler - Interface in org.grails.datastore.gorm.jdbc.schema
A resolver that helps resolve information about the database schema.
schemaHandler - Property in DataSourceSettings
The schema handler to use
schemaHandler - Property in MultiTenantConnection
SchemaMultiTenantCapableDatastore - Interface in org.grails.datastore.mapping.multitenancy
For datastores that are capable of implementing the addition of new schemas at runtime for a single shared database instance
scm - Property in Neo4jGrailsPlugin
scroll(groovy.lang.Closure) - Method in BuildableCriteria
Defines and executes a scroll query in a single call.
SCROLL_CALL - Field in AbstractCriteriaBuilder
scroll(groovy.lang.Closure) - Method in CriteriaBuilder
secondaryDatastore - Field in AbstractDatastoreInitializer
select(java.lang.String) - Method in AbstractCriteriaBuilder
select(java.lang.String) - Method in AbstractDetachedCriteria
Specifies whether a select (lazy) query should be used (if join queries are supported by the underlying datastore)
select(java.lang.String) - Method in BuildableCriteria
Whether to select on an association
SELECT_CLAUSE - Field in JpaQueryBuilder
select(java.lang.String) - Method in CriteriaBuilder
select(java.lang.String) - Method in DetachedCriteria
select(java.lang.String) - Method in Query
Specifies whether a select (lazy) query should be used (if join queries are supported by the underlying datastore)
SELECT - Enum Constant in ValueGenerator
Generates the id by selecting from a row using a unique key
SEPARATED_TO_CAMEL_CASE_PATTERN - Field in RelaxedNames
SEPARATED_TO_CAMELCASE - Enum Constant in RelaxedNames.Manipulation
separatedToCamelCase(java.lang.String, boolean) - Method in RelaxedNames.Manipulation
SEQHILO - Enum Constant in ValueGenerator
A generator that uses a sequence and a HILO algorithm
sequence - Field in SnowflakeIdGenerator
SEQUENCE - Enum Constant in ValueGenerator
Generated from a sequence
sequenceMax - Field in SnowflakeIdGenerator
SERIALIZABLE_CLASS_NODE - Field in GormEntityTransformation
serialVersionUID - Field in CacheException
serialVersionUID - Field in ConnectionNotFoundException
serialVersionUID - Field in CustomizableRollbackTransactionAttribute
serialVersionUID - Field in DatastoreConfigurationException
serialVersionUID - Field in DatastoreException
serialVersionUID - Field in EntityCreationException
serialVersionUID - Field in GrailsTransactionAttribute
serialVersionUID - Field in IdentityGenerationException
serialVersionUID - Field in IllegalMappingException
serialVersionUID - Field in InstantiationException
serialVersionUID - Field in KeyValueEntry
serialVersionUID - Field in NonPersistentTypeException
serialVersionUID - Field in OptimisticLockingException
serialVersionUID - Field in PagedResultList
serialVersionUID - Field in PostDeleteEvent
serialVersionUID - Field in PostInsertEvent
serialVersionUID - Field in PostLoadEvent
serialVersionUID - Field in PostUpdateEvent
serialVersionUID - Field in PreDeleteEvent
serialVersionUID - Field in PreInsertEvent
serialVersionUID - Field in PreLoadEvent
serialVersionUID - Field in PreUpdateEvent
serialVersionUID - Field in SaveOrUpdateEvent
serialVersionUID - Field in ValidationErrors
serialVersionUID - Field in ValidationEvent
serialVersionUID - Field in ValidationException
serverControls - Field in Neo4jEmbeddedConnectionSource
Service - Trait in org.grails.datastore.mapping.services
Represents a service available exposed by the GORM Datastore
serviceClass - Field in DatastoreServiceMethodInvokingFactoryBean
serviceConfigs - Field in SoftServiceLoader.ServiceLoaderIterator
ServiceDefinition - Interface in org.grails.datastore.mapping.services
A service that may or may not be present on the classpath.
ServiceEnhancer - Interface in org.grails.datastore.gorm.services
ServiceImplementer - Interface in org.grails.datastore.gorm.services
An interface for classes that provide implementations for service methods
ServiceImplementerAdapter - Interface in org.grails.datastore.gorm.services
Allows adapting an implementer from one type to another
ServiceNotFoundException - Class in org.grails.datastore.mapping.services
Thrown when a service cannot be found for the given type
ServiceNotFoundException(java.lang.String) - Constructor in ServiceNotFoundException
ServiceRegistry - Interface in org.grails.datastore.mapping.services
Represents a registry of GORM services
serviceRegistry - Field in AbstractDatastore
ServiceRegistryFactoryBean - Class in org.grails.datastore.gorm.bootstrap.support
@since
Authors:
Graeme Rocher
ServiceRegistryFactoryBean(org.grails.datastore.mapping.core.Datastore) - Constructor in ServiceRegistryFactoryBean
services - Field in DefaultServiceRegistry
servicesByInterface - Field in DefaultServiceRegistry
ServiceTransformation - Class in org.grails.datastore.gorm.services.transform
Makes a class implement the Service trait and generates the necessary service loader META-INF/services file.
ServiceTransformation() - Constructor in ServiceTransformation
serviceType - Field in SoftServiceLoader
Session - Interface in org.grails.datastore.mapping.core
The Session represents the active interaction with a datastore.
session - Field in AbstractPersistentCollection
session - Field in AssociationQueryProxyHandler
session - Field in CriteriaBuilder
session - Field in EntityPersister
session - Property in GraphAdapter
session - Property in Neo4jAssociationQueryExecutor
session - Property in Neo4jAssociationResultList
session - Property in Neo4jList
session - Property in Neo4jSet
session - Property in Neo4jSortedSet
session - Property in Neo4jSpec
session - Field in ProxyInstanceMetaClass
Session to fetch from, if we need to.
session - Field in Query
session - Field in RelationshipPendingInsert
session - Field in SessionCreationEvent
session - Field in SessionEntityProxyMethodHandler
session - Field in SessionFlushedEvent
session - Field in SessionOnlyTransaction
SessionCallback - Interface in org.grails.datastore.mapping.core
Authors:
Burt Beckwith
sessionCreated - Property in Neo4jTransaction
SessionCreationEvent - Class in org.grails.datastore.mapping.core
Event fired when a session is created.
SessionCreationEvent(org.grails.datastore.mapping.core.Session) - Constructor in SessionCreationEvent
SessionEntityProxyMethodHandler - Class in org.grails.datastore.mapping.proxy
An EntityProxyMethodHandler that uses the session to initialize a target for the given id
SessionEntityProxyMethodHandler(java.lang.Class, org.grails.datastore.mapping.core.Session, java.lang.Class, java.io.Serializable) - Constructor in SessionEntityProxyMethodHandler
SessionFlushedEvent - Class in org.grails.datastore.gorm.neo4j
event emitted when session is flushed
SessionFlushedEvent(org.grails.datastore.mapping.core.Session) - Constructor in SessionFlushedEvent
SessionHolder - Class in org.grails.datastore.mapping.transactions
Holds a reference to one or more sessions.
SessionHolder(org.grails.datastore.mapping.core.Session, java.lang.Object) - Constructor in SessionHolder
sessionHolder - Field in SpringSessionSynchronization
sessionHolder - Field in TransactionObject
SessionImplementor - Interface in org.grails.datastore.mapping.core
Methods for the implementation of the Session interface to implement.
SessionOnlyTransaction - Class in org.grails.datastore.mapping.transactions
SessionOnlyTransaction(T, org.grails.datastore.mapping.core.Session) - Constructor in SessionOnlyTransaction
sessionPropertyMap - Field in AbstractAttributeStoringSession
sessions - Field in SessionHolder
set(int, java.lang.Object) - Method in AbstractResultList
set(java.io.Serializable) - Method in CurrentTenant
Set the current tenant
set(int, java.lang.Object) - Method in DirtyCheckingList
SET_META_CLASS - Field in GroovyObjectMethodHandler
set(int, E) - Method in PagedResultList
set(int, java.lang.Object) - Method in PersistentList
set(java.lang.Object) - Method in PersistentList.PersistentListIterator
SET_PROPERTY - Field in GroovyObjectMethodHandler
set(java.io.Serializable) - Method in Tenants.CurrentTenant
Set the current tenant
SET_TRANSACTION_MANAGER - Field in TransactionalTransform
setAlias(java.lang.String) - Method in AbstractDetachedCriteria
Sets the root alias to be used for the query
setApplicationContext(org.springframework.context.ApplicationContext) - Method in AbstractDatastore
setApplicationContext(org.springframework.context.ApplicationContext) - Method in Neo4jAutoConfiguration
setApplicationContext(org.springframework.context.ApplicationContext) - Method in SpringDataSourceConnectionSourceFactory
setArguments(java.lang.Object) - Method in DynamicFinder
setArguments(java.lang.Object) - Method in MethodExpression
setArguments(java.lang.Object) - Method in MethodExpression.Between
setArguments(java.lang.Object) - Method in MethodExpression.InList
setArguments(java.lang.Object) - Method in MethodExpression.InRange
setArguments(java.lang.Object) - Method in MethodExpression.NotInList
setArguments(java.util.Map) - Method in QueryArgumentsAware
Parameters:
arguments - The query arguments
setAssociatedEntity(org.grails.datastore.mapping.model.PersistentEntity) - Method in Association
Sets the associated entity
setAttr(java.lang.String) - Method in Attribute
setAttribute(java.lang.Object, java.lang.String, java.lang.Object) - Method in AbstractAttributeStoringSession
setAttribute(java.lang.String) - Method in Attribute
setAttribute(org.grails.datastore.gorm.schemaless.DynamicAttributes, java.lang.String, java.lang.Object) - Method in DynamicAttributeHelper
setAttribute(java.lang.Object, java.lang.String, java.lang.Object) - Method in ProxyInstanceMetaClass
setAttribute(java.lang.Object, java.lang.String, java.lang.Object) - Method in Session
Associates an attribute with the given persistent entity.
setBeanFactory(org.springframework.beans.factory.BeanFactory) - Method in DatastoreServiceMethodInvokingFactoryBean
setBeanFactory(org.springframework.beans.factory.BeanFactory) - Method in ServiceRegistryFactoryBean
setCanExpandMappingContext(boolean) - Method in GormMappingConfigurationStrategy
Whether the strategy can add new entities to the mapping context
setCanExpandMappingContext(boolean) - Method in MappingConfigurationStrategy
Whether the strategy can add new entities to the mapping context
setCanInitializeEntities(boolean) - Method in AbstractMappingContext
setCanInitializeEntities(boolean) - Method in KeyValueMappingContext
setCompilationUnit(org.codehaus.groovy.control.CompilationUnit) - Method in DirtyCheckingTransformer
setCompilationUnit(org.codehaus.groovy.control.CompilationUnit) - Method in GormEntityTransformation
setConditions(java.lang.String) - Method in CypherBuilder
setConnection(java.lang.String) - Method in CustomizableRollbackTransactionAttribute
setContextObject(java.lang.Object) - Method in AbstractGormMappingFactory
Parameters:
contextObject - Context object to be passed to mapping blocks
setConversionService(org.springframework.core.convert.ConversionService) - Method in BeanEntityAccess
setConversionService(org.springframework.core.convert.ConversionService) - Method in JpaQueryBuilder
setCustomTypeMarshaller(org.grails.datastore.mapping.engine.types.CustomTypeMarshaller) - Method in Basic
setCustomTypes(List<CustomTypeMarshaller>) - Method in AbstractConnectionSourceFactory
The custom user types to register
setDatastore(org.grails.datastore.mapping.core.Datastore) - Method in DatastoreAware
Sets the datastore on this instance
setDatastore(org.grails.datastore.mapping.core.Datastore) - Method in DatastoreTransactionManager
setDatastoreManagedSession(boolean) - Method in DatastoreTransactionManager
setDateVersion(org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
setDateVersionInternal(java.lang.String, org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
setDefault(org.grails.datastore.mapping.core.connections.ConnectionSourceSettings.DefaultSettings) - Method in ConnectionSourceSettings
setDefaultConstraints(groovy.lang.Closure) - Method in AbstractGormMappingFactory
setDefaultMapping(groovy.lang.Closure) - Method in AbstractGormMappingFactory
setDefaultMapping(groovy.lang.Closure) - Method in Neo4jDataStoreSpringInitializer
Sets the default Neo4j GORM mapping configuration
setDetachedCriteria(grails.gorm.DetachedCriteria) - Method in DynamicFinderInvocation
setEmbedded(T, java.lang.String, T) - Method in NativeEntryEntityPersister
Implementors should override this method to provide support for embedded objects
setEmbeddedCollection(T, java.lang.String, Collection<?>, List<T>) - Method in NativeEntryEntityPersister
Implementors should override this method to provide support for embedded objects
setEmbeddedCollectionKeys(org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.engine.EntityAccess, T, List<Serializable>) - Method in NativeEntryEntityPersister
setEmbeddedMap(T, java.lang.String, java.util.Map, Map<Object,T>) - Method in NativeEntryEntityPersister
Implementors should override this method to provide support for maps of embedded objects
setEntryValue(T, java.lang.String, java.lang.Object) - Method in NativeEntryEntityPersister
Sets a value on an entry
setEnumType(java.lang.String) - Method in Property
setErrors(D, org.springframework.validation.Errors) - Method in GormValidationApi
Sets the errors for an instance
setExecuted(boolean) - Method in PendingOperationAdapter
setExistingSession(org.grails.datastore.mapping.core.Session) - Method in TransactionObject
setExternal(boolean) - Method in AbstractPersistentEntity
setExternal(boolean) - Method in PersistentEntity
Whether this PersistentEntity is mapped using a different store.
setFetch(java.lang.String) - Method in Property
Makes it easier to configure the fetch strategy
setFlushMode(javax.persistence.FlushModeType) - Method in AbstractSession
setFlushMode(javax.persistence.FlushModeType) - Method in Session
The flush mode, defaults to FlushModeType.COMMIT
setForeignKeyInChild(boolean) - Method in ToOne
setHibernateCompatible(boolean) - Method in JpaQueryBuilder
setIdentifier(java.lang.Object) - Method in BeanEntityAccess
setIdentifier(java.lang.Object) - Method in EntityAccess
Sets the entity identifier to the given value
setIdentifier(java.lang.Object, java.lang.Object) - Method in EntityReflector
Set the identifier
setIdentifier(java.lang.Object) - Method in FieldEntityAccess
setIdentifier(java.lang.Object, java.lang.Object) - Method in FieldEntityAccess.FieldEntityReflector
setIdentifierNoConversion(java.lang.Object) - Method in BeanEntityAccess
setIdentifierNoConversion(java.lang.Object) - Method in EntityAccess
Sets the entity identifier to the given value
setIdentifierNoConversion(java.lang.Object) - Method in FieldEntityAccess
setIndex - Field in CypherBuilder
setInheritRollbackOnly(boolean) - Method in CustomizableRollbackTransactionAttribute
setInheritRollbackOnly(boolean) - Method in GrailsTransactionAttribute
setInitializedAssociations(Map<Association, Object>) - Method in Neo4jResultList
Set any already initialized associations to avoid extra proxy queries
setInitializing(java.lang.Boolean) - Method in AbstractPersistentCollection
setIntialized(boolean) - Method in AbstractPersistentEntity.MappingProperties
setInversePropertyName(java.lang.String) - Method in ManyToMany
setKey(java.lang.String) - Method in KeyValue
setLazy(java.lang.Boolean) - Method in Property
setManyToMany(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, T, org.grails.datastore.mapping.model.types.ManyToMany, java.util.Collection, Map<Association,List<Serializable>>) - Method in NativeEntryEntityPersister
setMap(Map<String,Object>) - Method in RelaxedDataBinder.MapHolder
setMappingFactory(MappingFactory<Family,KeyValue>) - Method in KeyValueMappingContext
setMessageSource(org.springframework.context.MessageSource) - Method in Neo4jDatastore
setName(java.lang.String) - Method in Property
setNativeEntry(T) - Method in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
setNativeEvent(java.io.Serializable) - Method in AbstractPersistenceEvent
setObject(T) - Method in InstanceFactoryBean
setObjectIdentifier(java.lang.Object, java.io.Serializable) - Method in EntityPersister
Obtains an objects identifer
setObjectType(Class<?>) - Method in InstanceFactoryBean
setOrderAndLimits(java.lang.String) - Method in CypherBuilder
setOutgoing(boolean) - Method in TypeDirectionPair
setOwningSide(boolean) - Method in Association
Sets whether this association is the owning side
setOwningSide(boolean) - Method in Basic
setPattern(java.lang.String) - Method in DynamicFinder
Sets the pattern to use for this finder
setPattern(java.lang.String) - Method in FinderMethod
Parameters:
pattern - A regular expression
setPattern(java.lang.String) - Method in ListOrderByFinder
setPooled(boolean) - Method in DataSourceBuilder
setProperty(java.lang.String, java.lang.Object) - Method in BeanEntityAccess
setProperty(java.lang.String, java.lang.Object) - Method in ClosureToMapPopulator
setProperty(java.lang.String, java.lang.Object) - Method in EntityAccess
Sets a property value
setProperty(java.lang.Object, java.lang.String, java.lang.Object) - Method in EntityReflector
Set a property for the specified index
setProperty(java.lang.String, java.lang.Object) - Method in FieldEntityAccess
setProperty(java.lang.Object, int, java.lang.Object) - Method in FieldEntityAccess.FieldEntityReflector
setProperty(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
setProperty(java.lang.String, java.lang.Object) - Method in InstanceProxy
setProperty(java.lang.String, java.lang.Object) - Method in ModificationTrackingEntityAccess
Sets a property value
setProperty(java.lang.String, java.lang.Object) - Method in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
setProperty(java.lang.String, java.lang.Object) - Method in Neo4jModificationTrackingEntityAccess
Sets a property value
setProperty(java.lang.Object, java.lang.String, java.lang.Object) - Method in ProxyInstanceMetaClass
setPropertyAfterResolving(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
setPropertyBeforeResolving(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
setPropertyNoConversion(java.lang.String, java.lang.Object) - Method in BeanEntityAccess
setPropertyNoConversion(java.lang.String, java.lang.Object) - Method in EntityAccess
Sets a property without applying any automatic type conversion
setPropertyNoConversion(java.lang.String, java.lang.Object) - Method in FieldEntityAccess
setPropertyNoConversion(java.lang.String, java.lang.Object) - Method in ModificationTrackingEntityAccess
setPropertyNoConversion(java.lang.String, java.lang.Object) - Method in Neo4jModificationTrackingEntityAccess
setProxyEntities(boolean) - Method in AbstractPersistentCollection
Whether to proxy entities by their keys
setProxyFactory(org.grails.datastore.mapping.proxy.ProxyFactory) - Method in AbstractMappingContext
setProxyFactory(org.grails.datastore.mapping.proxy.ProxyFactory) - Method in MappingContext
Factory to use for creating proxies
setRange(groovy.lang.ObjectRange) - Method in Property
setReadOnly() - Method in AbstractDatastorePersistenceContextInterceptor
setReadOnly(boolean) - Method in DataSourceBuilder
setReadWrite() - Method in AbstractDatastorePersistenceContextInterceptor
setReferencedPropertyName(java.lang.String) - Method in Association
Sets the name of the inverse property
setResourceLoader(org.springframework.core.io.ResourceLoader) - Method in AbstractDatastoreInitializer
setResults(java.util.List) - Method in PostQueryEvent
Reset the list of results to a new list.
sets - Field in CypherBuilder
setSecondaryDatastore(boolean) - Method in AbstractDatastoreInitializer
Whether this datastore is secondary to another primary datastore (example the SQL DB)
setSession(org.grails.datastore.mapping.core.Session) - Method in TransactionObject
setSessionHolder(org.grails.datastore.mapping.transactions.SessionHolder) - Method in TransactionObject
setSessionProperty(java.lang.String, java.lang.Object) - Method in AbstractAttributeStoringSession
Set a property on this session.
setSessionProperty(java.lang.String, java.lang.Object) - Method in Session
Set a property on this session.
setSize(groovy.lang.IntRange) - Method in Property
setSkipIndexSetup(boolean) - Method in Neo4jDatastore
setSort(java.lang.Object) - Method in Entity
setStartNode(java.lang.String) - Method in CypherBuilder
Sets the node name to start matching from (defaults to 'n')
setSynchronizedWithTransaction(boolean) - Method in AbstractSession
Whether the session is synchronized with an external transaction
setSynchronizedWithTransaction(boolean) - Method in Session
Whether the session is synchronized with a transaction
setSynchronizedWithTransaction(boolean) - Method in SessionHolder
setSyntaxStrategy(org.grails.datastore.mapping.model.MappingConfigurationStrategy) - Method in KeyValueMappingContext
setTargetType(java.lang.String) - Method in TypeDirectionPair
setTenantResolver(org.grails.datastore.mapping.multitenancy.TenantResolver) - Method in AbstractConnectionSourceFactory
The tenant resolver to use
setTenantResolver(org.grails.datastore.mapping.multitenancy.TenantResolver) - Method in MultiTenancySettings
Sets the tenant resolver to use
setter - Property in DirtyCheckingTransformer.GetterAndSetter
setter() - Method in EntityReflector.PropertyWriter
Returns:
The getter
setter - Field in FieldEntityAccess.FieldEntityReflector.FieldWriter
setter() - Method in FieldEntityAccess.FieldEntityReflector.ReflectionMethodWriter
setThisMetaClass(groovy.lang.MetaClass) - Method in GroovyObjectMethodHandler
setTimeout(int) - Method in Neo4jTransaction
setTimeout(int) - Method in SessionOnlyTransaction
setTimeout(int) - Method in Transaction
Sets the transaction timeout period
setTimestampProvider(org.grails.datastore.gorm.timestamp.TimestampProvider) - Method in AutoTimestampEventListener
setTimestampProviders(List<TimestampProvider>) - Method in AggregateTimestampProvider
SETTING_AUTO_FLUSH - Field in Settings
Whether to flush the session between each query
SETTING_CONNECTIONS - Field in Settings
Configuration for multiple data sources (connections)
SETTING_CUSTOM_TYPES - Field in Settings
The custom types
SETTING_DATASOURCE - Field in Settings
The data source setting
SETTING_DATASOURCES - Field in Settings
The data sources setting
SETTING_DB_CREATE - Field in Settings
The dbCreate setting (defaults to none)
SETTING_DEFAULT_CONSTRAINTS - Field in Settings
The default constraints
SETTING_DEFAULT_MAPPING - Field in Settings
The default mapping
SETTING_FAIL_ON_ERROR - Field in Settings
Whether to throw an exception on a validation error
SETTING_FLUSH_MODE - Field in Settings
The default flush mode
SETTING_MARK_DIRTY - Field in Settings
Whether to mark the instance as dirty on an explicit save()
SETTING_MULTI_TENANCY_MODE - Field in Settings
The multi tenancy mode
SETTING_MULTI_TENANT_RESOLVER_CLASS - Field in Settings
The multi tenancy resolver class
SETTING_MULTI_TENANT_RESOLVER - Field in Settings
The multi tenancy resolver class
SETTING_NEO4J_BUILD_INDEX - Field in Settings
Whether to build the Neo4j index
SETTING_NEO4J_DRIVER_PROPERTIES - Field in Settings
The bolt driver options
SETTING_NEO4J_EMBEDDED_DB_PROPERTIES - Field in Settings
The embedded server options
SETTING_NEO4J_EMBEDDED_EPHEMERAL - Field in Settings
Whether the data for this embedded server should be created in a temporary location and deleted on exit. useful for testing
SETTING_NEO4J_FLUSH_MODE - Field in Settings
The default flush mode
SETTING_NEO4J_LOCATION - Field in Settings
The Neo4j embedded data location
SETTING_NEO4J_PASSWORD - Field in Settings
The password
SETTING_NEO4J_TYPE - Field in Settings
The connection type (either embedded or remote)
SETTING_NEO4J_URL - Field in Settings
The Neo4j Bolt URL to connect to
SETTING_NEO4J_USERNAME - Field in Settings
The username
Settings - Interface in org.grails.datastore.mapping.config
Common settings across all GORM implementations
settings - Field in DefaultConnectionSource
setToIndex(Map<PersistentProperty,Object>) - Method in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
setTPCacheAdapter(java.lang.String, TPCacheAdapter<T>) - Method in TPCacheAdapterRepository
Sets TPCacheAdapter for the specified FQN java class of PersistentEntity.
setTPCacheAdapter(java.lang.String, TPCacheAdapter<T>) - Method in TPCacheAdapterRepositoryImpl
setTransaction(Transaction<?>) - Method in SessionHolder
setTransaction(Transaction<?>) - Method in TransactionObject
deprecated:
Here for binary compatibility, doesn't actually do anything
setType(java.lang.String) - Method in Attribute
Sets the relationship type
setType(java.lang.String) - Method in Relationship
Sets the type of the relationship
setType(java.lang.String) - Method in TypeDirectionPair
setUnique(List<String>) - Method in Property
setUniquenessGroup(List<String>) - Method in Property
setUniqueResult(boolean) - Method in AbstractCriteriaBuilder
setUniqueResult(boolean) - Method in Query
Here purely for compatibility
setup() - Method in Neo4jSpec
setupIndexing() - Method in Neo4jDatastore
setupSpec() - Method in Neo4jSpec
setValidatedFields(List<?>) - Method in ValidationEvent
setValidator(org.springframework.validation.Validator) - Method in GormValidationApi
setValidatorRegistry(org.grails.datastore.mapping.validation.ValidatorRegistry) - Method in AbstractMappingContext
setValidatorRegistry(org.grails.datastore.mapping.validation.ValidatorRegistry) - Method in MappingContext
Sets the validator registry used by this mapping context
setValue(java.lang.Object) - Method in Query.Equals
setValue(java.lang.Object) - Method in Query.IdEquals
setValue(java.lang.Object) - Method in Query.NotEquals
setValue(java.lang.Object) - Method in Query.PropertyCriterion
setVersion(boolean) - Method in AbstractPersistentEntity.MappingProperties
setVersion(org.grails.datastore.mapping.engine.EntityAccess) - Method in DomainEventListener
setVersion(org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
setVersionByDefault(boolean) - Method in AbstractGormMappingFactory
Whether the version entities using optimistic locking by default
setVetoed(boolean) - Method in PendingDeleteAdapter
setVetoed(boolean) - Method in PendingInsertAdapter
setVetoed(boolean) - Method in PendingOperationAdapter
setVetoed(boolean) - Method in PendingUpdateAdapter
shouldIgnore(org.grails.datastore.gorm.neo4j.Neo4jSession, java.lang.Object) - Method in Neo4jEntityPersister
shouldInject(java.net.URL) - Method in DirtyCheckingTransformer
shouldSaveOnCreate() - Method in FindOrCreateByFinder
shouldSaveOnCreate() - Method in FindOrSaveByFinder
shouldSkipValidation() - Method in GormValidateable
Returns:
Whether this instance should skip validation
shouldWeave(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractTraitApplyingGormASTTransformation
shouldWeave(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in ServiceTransformation
SIGNATURES - Field in ClassReader
True to enable signatures support.
Simple - Class in org.grails.datastore.mapping.model.types
Models a simple property type
Simple(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in Simple
SIMPLE_TYPES - Field in MappingFactory
singAndPlur - Field in PlingStemmer
Contains word forms that can either be plural or singular
single(Iterator<T>) - Method in IteratorUtil
SINGLE_QUOTE - Field in RelationshipUtils
singleOrNull(Iterable<T>) - Method in IteratorUtil
A single item or null
singleResult - Property in Neo4jAssociationQueryExecutor
singleResult() - Method in Query
Executes the query returning a single result or null
SingleResultInterfaceProjectionBuilder - Trait in org.grails.datastore.gorm.services.implementers
Support trait for building interface projections
SingleResultProjectionServiceImplementer - Interface in org.grails.datastore.gorm.services.implementers
Represents a projection implementer
SingleResultServiceImplementer - Interface in org.grails.datastore.gorm.services.implementers
An implementer that returns a single result
SingletonConnectionSources - Class in org.grails.datastore.mapping.core.connections
Models a ConnectionSources object that only supports a single connection
SingletonConnectionSources.NullConnectionFactory - Class in org.grails.datastore.mapping.core.connections
SingletonConnectionSources.NullConnectionFactory() - Constructor in SingletonConnectionSources.NullConnectionFactory
SingletonConnectionSources(ConnectionSource<T, S>, org.springframework.core.env.PropertyResolver) - Constructor in SingletonConnectionSources
size() - Method in AbstractPersistentCollection
size - Field in AbstractResultList
size() - Method in DetachedCriteria
Synonym for #count()
SIZE_OPERATOR_TO_CRITERIA_METHOD_MAP - Field in DetachedCriteriaTransformer
size() - Method in PagedResultList
size() - Method in PropertyResolverMap
size() - Method in SessionHolder
SizeCriterionHandler(java.lang.String) - Constructor in Neo4jQuery.SizeCriterionHandler
sizeEq(java.lang.String, int) - Method in AbstractCriteriaBuilder
sizeEq(java.lang.String, int) - Method in AbstractDetachedCriteria
See Also:
Criteria
sizeEq(java.lang.String, int) - Method in Criteria
Creates a Criterion that constrains a collection property by size
sizeEq(java.lang.String, int) - Method in DetachedCriteria
sizeEq(java.lang.String, int) - Method in Restrictions
Used to restrict the size of a collection property
SizeEquals(java.lang.String, int) - Constructor in Query.SizeEquals
sizeGe(java.lang.String, int) - Method in AbstractCriteriaBuilder
sizeGe(java.lang.String, int) - Method in AbstractDetachedCriteria
See Also:
Criteria
sizeGe(java.lang.String, int) - Method in Criteria
Creates a Criterion that constrains a collection property to be greater than or equal to the given size
sizeGe(java.lang.String, int) - Method in DetachedCriteria
sizeGe(java.lang.String, int) - Method in Restrictions
Used to restrict the size of a collection property to be greater than or equal to the given value
SizeGreaterThan(java.lang.String, int) - Constructor in Query.SizeGreaterThan
SizeGreaterThanEquals(java.lang.String, int) - Constructor in Query.SizeGreaterThanEquals
sizeGt(java.lang.String, int) - Method in AbstractCriteriaBuilder
sizeGt(java.lang.String, int) - Method in AbstractDetachedCriteria
See Also:
Criteria
sizeGt(java.lang.String, int) - Method in Criteria
Creates a Criterion that constrains a collection property to be greater than the given size
sizeGt(java.lang.String, int) - Method in DetachedCriteria
sizeGt(java.lang.String, int) - Method in Restrictions
Used to restrict the size of a collection property to be greater than the given value
sizeLe(java.lang.String, int) - Method in AbstractCriteriaBuilder
sizeLe(java.lang.String, int) - Method in AbstractDetachedCriteria
See Also:
Criteria
sizeLe(java.lang.String, int) - Method in Criteria
Creates a Criterion that constrains a collection property to be less than or equal to the given size
sizeLe(java.lang.String, int) - Method in DetachedCriteria
sizeLe(java.lang.String, int) - Method in Restrictions
Creates a Criterion that contrains a collection property to be less than or equal to the given size
SizeLessThan(java.lang.String, int) - Constructor in Query.SizeLessThan
SizeLessThanEquals(java.lang.String, int) - Constructor in Query.SizeLessThanEquals
sizeLt(java.lang.String, int) - Method in AbstractCriteriaBuilder
sizeLt(java.lang.String, int) - Method in AbstractDetachedCriteria
See Also:
Criteria
sizeLt(java.lang.String, int) - Method in Criteria
Creates a Criterion that constrains a collection property to be less than to the given size
sizeLt(java.lang.String, int) - Method in DetachedCriteria
sizeLt(java.lang.String, int) - Method in Restrictions
Creates a Criterion that contrains a collection property to be less than to the given size
sizeNe(java.lang.String, int) - Method in AbstractCriteriaBuilder
sizeNe(java.lang.String, int) - Method in AbstractDetachedCriteria
See Also:
Criteria
sizeNe(java.lang.String, int) - Method in Criteria
Creates a Criterion that constrains a collection property to be not equal to the given size
sizeNe(java.lang.String, int) - Method in DetachedCriteria
sizeNe(java.lang.String, int) - Method in Restrictions
Creates a Criterion that contrains a collection property to be not equal to the given size
SizeNotEquals(java.lang.String, int) - Constructor in Query.SizeNotEquals
SKIP_DEBUG - Field in ClassReader
Flag to skip the debug information in the class.
skipIndexSetup - Field in Neo4jDatastore
skipValidate - Field in GormValidateable
skipValidation(boolean) - Method in GormValidateable
Marks this instance to skip validation
sleep(java.lang.Long) - Method in GrailsProcedures
Procedure for Neo4j that sleeps for the specified number of milliseconds.
Snapshot - Class in org.grails.datastore.mapping.core.grailsversion
A class to represent the snapshot version of Grails for comparison
snapshot - Property in GrailsVersion
Information about the snapshot status
SNAPSHOT - Field in Snapshot
SNOWFLAKE - Enum Constant in IdGenerator.Type
Identifiers generated using the Snowflake algorithm
SnowflakeIdGenerator - Class in org.grails.datastore.gorm.neo4j.identity
snowflakeIdGenerator - Field in Neo4jMappingContext
SnowflakeIdGenerator() - Constructor in SnowflakeIdGenerator
SoftServiceLoader - Class in org.grails.datastore.mapping.services
SoftServiceLoader.ServiceLoaderIterator - Class in org.grails.datastore.mapping.services
A service loader iterator implementation.
SoftServiceLoader(Class<S>, java.lang.ClassLoader, Predicate<String>) - Constructor in SoftServiceLoader
SoftThreadLocalMap - Class in org.grails.datastore.mapping.core
Creates a InheritableThreadLocal with an intial value of a Map.
sort(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
Adds a sort order to this criteria instance
sort(java.lang.String, java.lang.String) - Method in DetachedCriteria
Adds a sort order to this criteria instance
sort - Property in Entity
sortPropertyNames(List<String>) - Method in RelaxedDataBinder
Sort by name so that parent properties get processed first (e.g.
source - Field in DefaultConnectionSource
source - Field in PropertyOrigin
SOURCE_TYPE - Field in RelationshipPendingInsert
sourceUnit - Field in DetachedCriteriaTransformer
sourceUnit - Property in QueryStringTransformer
SPACE - Field in CypherBuilder
SPACE - Field in JpaQueryBuilder
SPEC_CLASS - Field in AstUtils
splitPath(java.lang.String) - Method in RelaxedDataBinder.BeanPath
SpringDataSourceConnectionSourceFactory - Class in org.grails.datastore.gorm.jdbc.connections
A DataSourceConnectionSourceFactory for building data sources that could come from spring
SpringSessionSynchronization - Class in org.grails.datastore.mapping.transactions.support
An instance of org.springframework.transaction.support.TransactionSynchronization for the Datastore abstraction.
SpringSessionSynchronization(org.grails.datastore.mapping.transactions.SessionHolder, org.grails.datastore.mapping.core.Datastore, boolean) - Constructor in SpringSessionSynchronization
SQLITE - Enum Constant in DatabaseDriver
SQL Lite.
SQLSERVER - Enum Constant in DatabaseDriver
SQL Server.
START - Field in CypherBuilder
start(java.lang.String, int, java.io.File, Map<String,Object>) - Method in EmbeddedNeo4jServer
Start a server on the given address
START_MATCH - Field in CypherBuilder
start - Field in Neo4jPath
start - Field in Neo4jPath.Neo4jPathSegment
start() - Method in Path.Segment
START_RELATIONSHIP - Field in RelationshipUtils
startBuild(java.lang.Object, java.lang.String) - Method in ConfigurationBuilder
Subclasses can override for when building starts for the given builder
startDefaultTransaction() - Method in Neo4jSession
startNode - Field in CypherBuilder
stateException(java.lang.Class) - Method in GormEnhancer
stateless - Field in AbstractSession
stateless - Property in Entity
Returns:
Whether the entity state should be held in the session or not
StatelessDatastore - Interface in org.grails.datastore.mapping.core
For Datastores that support stateless connectivity
StatementResultCypherQueryImplementer - Class in org.grails.datastore.gorm.neo4j.services.implementers
An implementer that returns a statement result
StatementResultCypherQueryImplementer() - Constructor in StatementResultCypherQueryImplementer
STATIC_APIS - Field in GormEnhancer
StaticConnectionSources - Class in org.grails.datastore.mapping.core.connections
A static non-mutable implementation for existing for a set of existing ConnectionSource instances
StaticConnectionSources(ConnectionSource<T, S>, Iterable<ConnectionSource<T, S>>, org.springframework.core.env.PropertyResolver) - Constructor in StaticConnectionSources
staticDetachedCriteriaVariables - Field in DetachedCriteriaTransformer
staticLabels - Field in GraphPersistentEntity
StaticMethodInvokingClosure - Class in org.grails.datastore.gorm.internal
Not public API.
StaticMethodInvokingClosure(java.lang.Object, java.lang.String, java.lang.Class) - Constructor in StaticMethodInvokingClosure
staticMethodMissing(java.lang.String, java.lang.Object) - Method in GormEntity
Handles static method missing for dynamic finders
staticPropertyMissing(java.lang.String, java.lang.Object) - Method in GormEntity
Handles property missing, does nothing by default, sub traits to override
stem(java.lang.String) - Method in PlingStemmer
Stems an English noun
storeDateCreatedAndLastUpdatedInfo(org.grails.datastore.mapping.model.PersistentEntity) - Method in AutoTimestampEventListener
storeEntry(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, K, T) - Method in NativeEntryEntityPersister
Stores the native form of a Key/value datastore to the actual data store
storeTimestampAvailability(Map<String,Boolean>, org.grails.datastore.mapping.model.PersistentEntity, PersistentProperty<?>) - Method in AutoTimestampEventListener
STR - Field in ClassReader
The type of CONSTANT_String constant pool items.
STRING_TYPE - Field in Neo4jMappingContext
strings - Field in ClassReader
The String objects corresponding to the CONSTANT_Utf8 items.
StringToBigDecimalConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
StringToBigDecimalConverter() - Constructor in StringToBigDecimalConverter
StringToBigIntegerConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
StringToBigIntegerConverter() - Constructor in StringToBigIntegerConverter
StringToByteArrayConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
StringToByteArrayConverter() - Constructor in StringToByteArrayConverter
StringToCurrencyConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
StringToCurrencyConverter() - Constructor in StringToCurrencyConverter
StringToEnum(Class<T>) - Constructor in RelaxedConversionService.StringToEnumIgnoringCaseConverterFactory.StringToEnum
StringToLocaleConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
StringToLocaleConverter() - Constructor in StringToLocaleConverter
StringToPeriodConverter - Class in org.grails.datastore.gorm.neo4j.converters
A class to implement org.springframework.core.convert.converter.Converter for String to java.time.Period
StringToPeriodConverter() - Constructor in StringToPeriodConverter
StringToShortConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
StringToShortConverter() - Constructor in StringToShortConverter
StringToTimeZoneConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
StringToTimeZoneConverter() - Constructor in StringToTimeZoneConverter
StringToURLConverter - Class in org.grails.datastore.mapping.model.types.conversion
Authors:
Stefan Armbruster
StringToURLConverter() - Constructor in StringToURLConverter
stripLastDot(java.lang.String) - Method in RelaxedDataBinder
subList(int, int) - Method in PagedResultList
subList(int, int) - Method in PersistentList
subquery - Field in Query.Exists
subquery - Field in Query.In
subquery - Field in Query.NotExists
subquery - Field in Query.NotIn
SubqueryCriterion(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.SubqueryCriterion
subSet(java.lang.Object, java.lang.Object) - Method in PersistentSortedSet
sum(java.lang.String) - Method in AbstractCriteriaBuilder
Computes the sum of a property
sum(java.lang.String) - Method in AbstractDetachedCriteria
Adds a sum projection
sum(java.lang.String) - Method in AbstractDetachedCriteria.DetachedProjections
sum(java.lang.String) - Method in DetachedCriteria
Adds a sum projection
sum(java.lang.String) - Method in ProjectionList
Computes the sum of a property
sum(java.lang.String) - Method in Projections
Computes the sum of a property
sum(java.lang.String) - Method in Query.ProjectionList
Computes the sum of a property
SumProjection(java.lang.String) - Constructor in Query.SumProjection
SUPPORTED_EVENTS - Field in MultiTenantEventListener
SUPPORTED_FUNCTIONS - Field in DetachedCriteriaTransformer
supports(org.grails.datastore.mapping.model.MappingContext) - Method in AbstractMappingAwareCustomTypeMarshaller
supports(org.grails.datastore.mapping.core.Datastore) - Method in CustomTypeMarshaller
deprecated:
Use supports(MappingContext) instead
supports(java.lang.Class) - Method in UniqueConstraint
supportsCreating(Class<?>) - Method in AggregateTimestampProvider
supportsCreating(Class<?>) - Method in DefaultTimestampProvider
supportsCreating(Class<?>) - Method in TimestampProvider
Whether a timestamp can be created for the given type
supportsCustomType(Class<?>) - Method in GormMappingConfigurationStrategy
supportsEventType(Class<? extends ApplicationEvent>) - Method in AutoTimestampEventListener
supportsEventType(Class<? extends ApplicationEvent>) - Method in DomainEventListener
{@inheritDoc}
supportsEventType(Class<? extends ApplicationEvent>) - Method in MultiTenantEventListener
supportsEventType(Class<? extends ApplicationEvent>) - Method in ValidationEventListener
supportsSourceType(Class<?>) - Method in AbstractPersistenceEventListener
supportsSourceType(Class<?>) - Method in MultiTenantEventListener
suspend() - Method in SpringSessionSynchronization
syncChangedProperties(java.lang.Object) - Method in DirtyCheckable
Sync the changes for a given instance with this instance.
syntaxStrategy - Field in DocumentMappingContext
syntaxStrategy - Field in KeyValueMappingContext
SystemPropertyTenantResolver - Class in org.grails.datastore.mapping.multitenancy.resolvers
A TenantResolver that resolves from a System property called "gorm.tenantId".
SystemPropertyTenantResolver() - Constructor in SystemPropertyTenantResolver

T

tailSet(java.lang.Object) - Method in PersistentSortedSet
target - Field in AssociationQueryProxyHandler
target - Property in DefaultMappingConfigurationBuilder
target - Property in DelegatingGormEntityApi
target - Property in DirtyCheckingCollection
target - Property in DirtyCheckingList
target - Property in DirtyCheckingMap
target - Property in DirtyCheckingSet
target - Property in DirtyCheckingSortedSet
target - Field in HashcodeEqualsAwareProxyFactory
target - Property in InstanceProxy
target - Property in ModificationTrackingEntityAccess
The target entity access
target - Property in MultiTenantConnection
target - Property in MultiTenantDataSource
TARGET_PROPERTY - Field in EntityProxyMethodHandler
target - Field in SessionEntityProxyMethodHandler
TARGET_TYPE - Field in RelationshipPendingInsert
targetClass - Field in AbstractCriteriaBuilder
targetClass - Field in AbstractDetachedCriteria
targetClass - Field in MethodExpression
deprecated:
Do not use
targetIdentifiers - Field in RelationshipPendingDelete
targetIdentifiers - Field in RelationshipPendingInsert
targetName - Property in Property
The target to map to, could be a database column, document attribute, or hash key
targetType - Field in AbstractMappingAwareCustomTypeMarshaller
targetType - Field in TypeDirectionPair
TemporalConverter - Trait in grails.gorm.time
Tenant - Annotation Type in grails.gorm.multitenancy
TENANT_ANNOTATION_TYPE_EXPR - Field in TenantTransform
TENANT_ANNOTATION_TYPE - Field in TenantTransform
TENANT_IDENTITY - Field in GormProperties
TenantDataSourceConfig - Annotation Type in org.grails.datastore.mapping.multitenancy
TenantDelegatingGormOperations - Class in org.grails.datastore.gorm.multitenancy
Wraps each method call in the the given tenant id
TenantDelegatingGormOperations(org.grails.datastore.mapping.core.Datastore, java.io.Serializable, GormAllOperations<D>) - Constructor in TenantDelegatingGormOperations
TenantException - Class in org.grails.datastore.mapping.multitenancy.exceptions
Exception thrown when an error occurs resolving the tenant
TenantException(java.lang.String, java.lang.Throwable) - Constructor in TenantException
TenantId - Class in org.grails.datastore.mapping.model.types
Represents the mapping of a tenant id for multi tenancy
tenantId - Field in AbstractPersistentEntity
tenantId(java.lang.String) - Method in Entity
Sets the tenant id
tenantId - Property in FixedTenantResolver
The tenant id to resolve to
tenantId - Property in MultiTenantDataSource
tenantId - Property in TenantDelegatingGormOperations
TenantId(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in TenantId
TenantNotFoundException - Class in org.grails.datastore.mapping.multitenancy.exceptions
Thrown when the tenant cannot be found
TenantNotFoundException(java.lang.String, java.lang.Throwable) - Constructor in TenantNotFoundException
TenantResolver - Interface in org.grails.datastore.mapping.multitenancy
An interface for applications that implement Multi Tenancy to implement in order to resolve the current identifier
tenantResolver - Field in AbstractConnectionSourceFactory
tenantResolver - Property in MultiTenancySettings
tenantResolver - Field in Neo4jDatastore
tenantResolverClass - Property in MultiTenancySettings
The tenant resolver class
Tenants - Class in grails.gorm.multitenancy
Helper methods for working with multi tenancy
Tenants.CurrentTenant - Class in grails.gorm.multitenancy
Tenants.CurrentTenant() - Constructor in Tenants.CurrentTenant
Tenants() - Constructor in Tenants
TenantService - Interface in grails.gorm.multitenancy
A Service with utility methods for working with Multi-Tenancy
tenantService() - Method in AbstractServiceImplementer
Returns:
The tenant service
TenantTransform - Class in org.grails.datastore.gorm.multitenancy.transform
Implementation of Tenant
TenantTransform() - Constructor in TenantTransform
TERADATA - Enum Constant in DatabaseDriver
Teradata.
text - Property in Snapshot
theMetaClass - Field in ClassPropertyFetcher
theType - Field in Relationship
The relationship type
ThirdPartyCacheEntityPersister - Class in org.grails.datastore.mapping.engine
An EntityPersister that supports third party cache adapters
ThirdPartyCacheEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.core.Session, org.springframework.context.ApplicationEventPublisher, TPCacheAdapterRepository<T>) - Constructor in ThirdPartyCacheEntityPersister
thisValidator - Property in GormValidatorAdapter
throwable - Field in GrailsTransactionTemplate.ThrowableHolder
ThrowableHolder(java.lang.Throwable) - Constructor in GrailsTransactionTemplate.ThrowableHolder
ThrowableHolderException(java.lang.Throwable) - Constructor in GrailsTransactionTemplate.ThrowableHolderException
tilNextMillis(long) - Method in SnowflakeIdGenerator
timeout - Field in ReadOnly
The timeout for this transaction.
timeout - Field in Transactional
The timeout for this transaction.
timestampBits - Field in SnowflakeIdGenerator
timestampLeftShift - Field in SnowflakeIdGenerator
TimestampProvider - Interface in org.grails.datastore.gorm.timestamp
Interface for implementations that create timestamps for GORM dateCreated/lastUpdated fields
timestampProvider - Field in AutoTimestampEventListener
timestampProviders - Field in AggregateTimestampProvider
title - Property in Neo4jGrailsPlugin
to - Property in Neo4jPath
to - Field in Query.Between
to - Property in Relationship
The node where the relationship goes to
TO - Field in RelationshipPendingInsert
The name of the to property
TO - Field in RelationshipPersistentEntity
The name of the to property
toArray(java.lang.Object) - Method in AbstractPersistentCollection
toArray(java.lang.Object) - Method in Neo4jList
toArray(java.lang.Object) - Method in Neo4jPersistentList
toArray(java.lang.Object) - Method in Neo4jPersistentSet
toArray(java.lang.Object) - Method in Neo4jPersistentSortedSet
toArray(java.lang.Object) - Method in Neo4jSet
toArray(java.lang.Object) - Method in Neo4jSortedSet
toArray(T) - Method in PagedResultList
toConfiguration(B) - Method in ConfigurationBuilder
Convert the builder to the final configuration
toConfiguration(org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Method in ConnectionSourceSettingsBuilder
toConfiguration(org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Method in DataSourceSettingsBuilder
toConfiguration(org.grails.datastore.gorm.neo4j.connections.Neo4jConnectionSourceSettings) - Method in Neo4jConnectionSourceSettingsBuilder
toConfiguration(grails.config.Config.ConfigBuilder) - Method in Neo4jDriverConfigBuilder
toHibernateProperties() - Method in DataSourceSettings
Convert to Hibernate properties
toHierarchy(java.lang.Class) - Method in ConfigurationBuilder
toIndex - Field in NativeEntryEntityPersister.NativeEntryModifyingEntityAccess
toList(org.neo4j.driver.Result, Class<N>) - Method in Neo4jExtensions
Allow casting from Result to a list of domain class
ToMany - Class in org.grails.datastore.mapping.model.types
Shared super class inherited by both OneToMany and ManyToMany
ToMany(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in ToMany
toMatch(org.grails.datastore.mapping.model.types.Association, grails.neo4j.Relationship, java.lang.String) - Method in RelationshipUtils
Build an association match for the given association, variable name and attributes
ToOne - Class in org.grails.datastore.mapping.model.types
Authors:
Graeme Rocher
ToOne(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in ToOne
toProperties() - Method in DataSourceSettings
Returns:
Convert to datasource properties
toString() - Method in AbstractPersistentCollection
toString() - Method in AbstractPersistentEntity
toString() - Method in AbstractPersistentProperty
toString() - Method in AbstractSession.CollectionKey
toString() - Method in Association
toString() - Method in Direction
toString() - Method in GrailsTransactionTemplate.ThrowableHolderException
toString() - Method in GrailsVersion
toString() - Method in MappingFactory
toString() - Method in Neo4jQuery.CypherExpression
toString() - Method in OriginCapablePropertyValue
toString() - Method in RelaxedDataBinder.BeanPath
toString() - Method in RelaxedDataBinder.BeanPath.ArrayIndexNode
toString() - Method in RelaxedDataBinder.BeanPath.MapIndexNode
toString() - Method in RelaxedDataBinder.BeanPath.PropertyNode
toString() - Method in Snapshot
toString() - Method in TypeDirectionPair
totalCount - Field in PagedResultList
toValidConnectionSourceNames(Map<String, Object>) - Method in AbstractConnectionSources
TPCacheAdapter - Interface in org.grails.datastore.mapping.cache
TPCacheAdapterRepository - Interface in org.grails.datastore.mapping.cache
A repository of TPCacheAdapters.
TPCacheAdapterRepositoryImpl - Class in org.grails.datastore.mapping.cache.impl
Simple implementation of TPCacheAdapterRepository
trackChanges(Map<String, Object>) - Method in DirtyCheckable
Initialises the changes with the given changes.
Transaction - Interface in org.grails.datastore.mapping.transactions
Class giving the ability to start, commit and rollback a transaction.
transaction - Field in AbstractSession
TRANSACTION_MANAGER_BEAN - Field in AbstractDatastoreInitializer
transaction - Property in Neo4jSpec
transaction - Property in Neo4jTransaction
Transactional - Annotation Type in grails.gorm.transactions
Describes transaction attributes on a method or class.
transactionalDatastore() - Method in AbstractServiceImplementer
Returns:
The datastore expression
TransactionalTransform - Class in org.grails.datastore.gorm.transactions.transform
TransactionalTransform() - Constructor in TransactionalTransform
transactionAttribute - Property in GrailsTransactionTemplate
transactionAware - Property in DataSourceSettings
Whether the data source is aware of an ongoing Spring transaction
TransactionCapableDatastore - Interface in org.grails.datastore.mapping.transactions
An interface for Datastore implementations that support transaction management
transactionDefinition - Property in Neo4jTransaction
transactionManager - Property in GormEnhancer
transactionManager - Field in GormStaticApi
transactionManager - Field in Neo4jDatastore
TransactionObject - Class in org.grails.datastore.mapping.transactions
A transaction object returned when the transaction is created.
TransactionService - Interface in grails.gorm.transactions
A GORM service that simplifies the execution of transactions
transactionService() - Method in AbstractServiceImplementer
Returns:
The transaction service
transactionTemplate - Field in GrailsTransactionTemplate
TransactionUtils - Class in org.grails.datastore.mapping.transactions
Utility methods for Transactions.
TRANSFORM_APPLIED_MARKER - Field in AstUtils
TRANSFORM_APPLIED_MARKER - Field in GlobalTraitRepairTransformation
transform(org.codehaus.groovy.ast.expr.Expression) - Method in AstUtils.1
transform - Field in OrderedGormTransformation.TransformationInvocation
transform(org.codehaus.groovy.ast.expr.Expression) - Method in QueryStringTransformer
TransformationInvocation(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.transform.ASTTransformation) - Constructor in OrderedGormTransformation.TransformationInvocation
transformClosureExpression(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.ClosureExpression) - Method in DetachedCriteriaTransformer
transformDeclarationExpression(org.codehaus.groovy.ast.expr.DeclarationExpression) - Method in QueryStringTransformer
TRANSFORMED_CLASSES - Field in AstUtils
TRANSFORMED_MARKER - Field in DetachedCriteriaTransformer
transformPropertyExpressions(org.codehaus.groovy.ast.expr.Expression) - Method in QueryStringTransformer
transformQuery(org.codehaus.groovy.ast.expr.GStringExpression) - Method in QueryStringTransformer
TRANSIENT - Field in GormProperties
traversableResolver(javax.validation.TraversableResolver) - Method in GormValidatorFactoryAdapter.GormValidatorContext
twepoch - Field in SnowflakeIdGenerator
type - Field in AbstractPersistentProperty
type - Field in Attribute
The type of this attribute.
TYPE_CHECKED_TYPE - Field in AstUtils
TYPE - Field in CypherBuilder
type - Field in DataSourceBuilder
type - Property in DataSourceSettings
The connection pool to use
type - Field in Join
Returns:
The join type
Default:
{}
type - Property in Neo4jConnectionSourceSettings
The Neo4j connection type
type - Property in Neo4jRelationship
type - Property in Relationship
type - Property in RelationshipConfig
The default relationship type
type - Field in RelationshipPersistentEntity
type - Field in TypeDirectionPair
typeConverterMap - Field in MappingFactory
TypeDirectionPair - Class in org.grails.datastore.gorm.neo4j
combination of relationship type and direction to be used a key in a map
TypeDirectionPair(java.lang.String, boolean) - Constructor in TypeDirectionPair
types - Property in ConnectionSourceSettings.CustomSettings
custom types

U

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

V

VALID_ANNOTATION_NAMES - Field in TransactionalTransform
validate(java.lang.Object, org.springframework.validation.Errors, boolean) - Method in CascadingValidator
An extended version of the validate(errors,obj) method that takes an additional argument specifying whether the Validator should cascade into associations or not.
validate() - Method in GormValidateable
Validates an instance
validate(D) - Method in GormValidationApi
Validates an instance
validate(T, Class<?>) - Method in GormValidatorAdapter
validate(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in ValidatedService
Validate the given method for the given arguments
VALIDATED_METHOD - Field in MethodValidationImplementer
validatedFields - Field in ValidationEvent
ValidatedService - Trait in org.grails.datastore.gorm.validation.javax.services
A service that is validated by javax.validation
validateParameter(java.lang.Object) - Method in UniqueConstraint
validateProperty(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.lang.Class) - Method in JpaQueryBuilder
validatePropertyName(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
VALIDATION_APIS - Field in GormEnhancer
VALIDATION_CONSTRAINT_NODE - Field in DirtyCheckingTransformer
Validation - Enum Constant in EventType
VALIDATION_EXCEPTION_TYPE - Field in ValidationException
ValidationErrors - Class in org.grails.datastore.mapping.validation
Models validation errors
ValidationErrors(java.lang.Object) - Constructor in ValidationErrors
Creates a new instance of the org.springframework.validation.BeanPropertyBindingResult class.
ValidationEvent - Class in org.grails.datastore.mapping.engine.event
Authors:
Burt Beckwith
ValidationEvent(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess) - Constructor in ValidationEvent
ValidationEventListener - Class in org.grails.datastore.gorm.validation.listener
An event listener for ensuring entities are valid before saving or updating
ValidationEventListener(org.grails.datastore.mapping.core.Datastore) - Constructor in ValidationEventListener
ValidationException - Class in org.grails.datastore.mapping.validation
Exception thrown when a validation error occurs
validationException - Property in GormInstanceApi
ValidationException(java.lang.String, org.springframework.validation.Errors) - Constructor in ValidationException
validationQuery - Field in DatabaseDriver
validator - Property in GormValidationApi
validatorFactory - Property in JavaxValidatorRegistry
The validator factory
validatorFactoryInstance - Field in ValidatedService
The validator factory
ValidatorProvider - Interface in org.grails.datastore.gorm.validation
A class that provides a validator
ValidatorRegistries - Class in org.grails.datastore.gorm.validation.registry.support
Utility methods for creating Validator registries
ValidatorRegistries() - Constructor in ValidatorRegistries
ValidatorRegistry - Interface in org.grails.datastore.mapping.validation
Strategy interface for looking up validators
validatorRegistry - Field in AbstractMappingContext
value - Field in Attribute
The raw value of this attribute, used only for unknown attributes.
value() - Method in Cypher
value - Field in GormASTTransformationClass
value - Field in Join
Returns:
The property name to join on
value() - Method in Query
value - Field in Query.PropertyCriterion
value - Field in ReadOnly
A qualifier value for the specified transaction.
value() - Method in Rollback
The connection to rollback for
value - Field in Service
Returns:
The domain class this service operates with
Default:
Object.class
value - Field in Tenant
The tenant resolver
value - Field in Transactional
A qualifier value for the specified transaction.
value - Field in Where
ValueGenerator - Enum in org.grails.datastore.mapping.model
Value generation strategies
valueOf(java.lang.String) - Method in Direction
valueOf(java.lang.String) - Method in MultiTenancySettings.MultiTenancyMode
valueOf(java.lang.String) - Method in Neo4jConnectionSourceSettings.ConnectionType
values() - Method in Direction
values() - Method in MultiTenancySettings.MultiTenancyMode
values() - Method in Neo4jConnectionSourceSettings.ConnectionType
values() - Method in PropertyResolverMap
values - Field in Query.In
values - Field in RelaxedNames
VAR_TENANT_ID - Field in TenantTransform
variableId - Field in GraphPersistentEntity
variableScope - Field in DetachedCriteriaTransformer.ClosureAndArguments
variableScope - Property in QueryStringTransformer
varThis() - Method in AstUtils
Returns:
A new this variable
version - Field in AbstractPersistentEntity
version - Field in AbstractPersistentEntity.MappingProperties
version - Property in Entity
Returns:
Whether the entity is versioned
VERSION - Field in GormProperties
VERSION_KEY - Field in DefaultMappingConfigurationBuilder
VERSION_PROPERTY - Field in GormMappingConfigurationStrategy
versionByDefault - Field in AbstractGormMappingFactory
versionCompatibleType - Field in AbstractPersistentEntity
versioned - Field in AbstractPersistentEntity
versionText - Property in GrailsVersion
The full version text
vetoed - Field in PendingDeleteAdapter
vetoed - Field in PendingInsertAdapter
vetoed - Field in PendingOperationAdapter
vetoed - Field in PendingUpdateAdapter
visit(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.AnnotatedNode) - Method in AbstractGormASTTransformation
visit(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.AnnotatedNode) - Method in AbstractMethodDecoratingTransformation
visit(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractTraitApplyingGormASTTransformation
visit(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit) - Method in AdditionalGormEntityTransformation
Visit the transform
visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit) - Method in DetachedCriteriaASTTransformation
The method is invoked when an AST Transformation is active.
visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit) - Method in DirtyCheckTransformation
visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit) - Method in GlobalDetachedCriteriaASTTransformation
The method is invoked when an AST Transformation is active.
visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit) - Method in GlobalJpaEntityTransform
visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit) - Method in GlobalTraitRepairTransformation
visit(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit) - Method in GormEntityTransformation
visit(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit) - Method in JpaGormEntityTransformation
visit(org.codehaus.groovy.ast.ASTNode, org.codehaus.groovy.control.SourceUnit) - Method in OrderedGormTransformation
visitAfterTraitApplied(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractTraitApplyingGormASTTransformation
visitAfterTraitApplied(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode) - Method in ServiceTransformation
visitAnnotation(java.lang.String, boolean) - Method in AnnotationMetadataReader
visitAnnotation(java.lang.String, java.lang.String) - Method in AnnotationMetadataReader.EmptyAnnotationVisitor
visitArray(java.lang.String) - Method in AnnotationMetadataReader.EmptyAnnotationVisitor
visitClass(org.codehaus.groovy.ast.ClassNode) - Method in DetachedCriteriaTransformer
visitClass(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit) - Method in GlobalJpaEntityTransform
visitClass(org.codehaus.groovy.ast.ClassNode) - Method in GlobalTraitRepairTransformation
visitDeclarationExpression(org.codehaus.groovy.ast.expr.DeclarationExpression) - Method in DetachedCriteriaTransformer
visitField(org.codehaus.groovy.ast.FieldNode) - Method in DetachedCriteriaTransformer
visitMethod(org.codehaus.groovy.ast.MethodNode) - Method in DetachedCriteriaTransformer
visitMethodCall(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.Expression) - Method in DetachedCriteriaTransformer
visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression) - Method in DetachedCriteriaTransformer
visitMethodCallOnDetachedCriteria(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.expr.ArgumentListExpression) - Method in DetachedCriteriaTransformer
visitStaticMethodCallExpression(org.codehaus.groovy.ast.expr.StaticMethodCallExpression) - Method in DetachedCriteriaTransformer
VOID - Field in DirtyCheckingTransformer
VoidSessionCallback - Interface in org.grails.datastore.mapping.core
Authors:
Burt Beckwith

W

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

X

xaDataSourceClassName - Field in DatabaseDriver

Y

Z

ZERO_ARGUMENTS - Field in AstUtils
ZERO_PARAMETERS - Field in AstUtils
ZERO_PARAMS - Field in DomainEventListener
ZonedDateTimeConverter - Trait in grails.gorm.time
A trait to convert a java.time.ZonedDateTime to and from a long
ZonedDateTimeToLongConverter - Class in org.grails.datastore.gorm.neo4j.converters
A class to implement org.springframework.core.convert.converter.Converter for java.time.ZonedDateTime to Long
ZonedDateTimeToLongConverter() - Constructor in ZonedDateTimeToLongConverter

_

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