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

A

AbstractClassMapping<T> - Class in org.springframework.datastore.mapping
Abstract implementation of the ClassMapping interface
AbstractClassMapping(PersistentEntity, MappingContext) - Constructor for class org.springframework.datastore.mapping.AbstractClassMapping
 
AbstractDatastore - Class in org.springframework.datastore.core
Abstract Datastore implementation that deals with binding the Session to thread locale upon creation.
AbstractDatastore(MappingContext) - Constructor for class org.springframework.datastore.core.AbstractDatastore
 
AbstractDatastore(MappingContext, Map<String, String>) - Constructor for class org.springframework.datastore.core.AbstractDatastore
 
AbstractDatastore() - Constructor for class org.springframework.datastore.core.AbstractDatastore
 
AbstractKeyValueEntityPesister<T,K> - Class in org.springframework.datastore.keyvalue.engine
Abstract implementation of the EntityPersister abstract class for key/value style stores
AbstractKeyValueEntityPesister(MappingContext, PersistentEntity, Session) - Constructor for class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
AbstractMappingContext - Class in org.springframework.datastore.mapping
Abstract implementation of the MappingContext interface
AbstractMappingContext() - Constructor for class org.springframework.datastore.mapping.AbstractMappingContext
 
AbstractPersistentEntity<T> - Class in org.springframework.datastore.mapping
Abstract implementation to be subclasses on a per datastore basis
AbstractPersistentEntity(Class, MappingContext) - Constructor for class org.springframework.datastore.mapping.AbstractPersistentEntity
 
AbstractPersistentProperty - Class in org.springframework.datastore.mapping
Abstract implementation of the PersistentProperty interface that uses the PropertyDescriptor instance to establish name and type
AbstractPersistentProperty(PersistentEntity, MappingContext, PropertyDescriptor) - Constructor for class org.springframework.datastore.mapping.AbstractPersistentProperty
 
AbstractPersistentProperty(PersistentEntity, MappingContext, String, Class) - Constructor for class org.springframework.datastore.mapping.AbstractPersistentProperty
 
AbstractRedisCollection - Class in org.springframework.datastore.redis.collection
Abstract base class for Redis collections
AbstractRedisCollection(RedisTemplate, String) - Constructor for class org.springframework.datastore.redis.collection.AbstractRedisCollection
 
AbstractSession<N> - Class in org.springframework.datastore.core
Abstract implementation of the Session interface that uses a list of Persister instances to save, update and delete instances
AbstractSession(Datastore, MappingContext) - Constructor for class org.springframework.datastore.core.AbstractSession
 
add(Object) - Method in class org.springframework.datastore.collection.PersistentList
 
add(int, Object) - Method in class org.springframework.datastore.collection.PersistentList
 
add(Object) - Method in class org.springframework.datastore.collection.PersistentSet
 
add(Query.Criterion) - Method in class org.springframework.datastore.query.Query
 
add(Query.Criterion) - Method in class org.springframework.datastore.query.Query.Junction
 
add(Query.Projection) - Method in class org.springframework.datastore.query.Query.ProjectionList
 
add(int, Object) - Method in class org.springframework.datastore.redis.collection.RedisList
 
add(Object) - Method in class org.springframework.datastore.redis.collection.RedisList
 
add(Object) - Method in class org.springframework.datastore.redis.collection.RedisSet
 
addAll(Collection) - Method in class org.springframework.datastore.collection.PersistentList
 
addAll(int, Collection) - Method in class org.springframework.datastore.collection.PersistentList
 
addAll(Collection) - Method in class org.springframework.datastore.collection.PersistentSet
 
addAll(Collection) - Method in class org.springframework.datastore.redis.collection.AbstractRedisCollection
 
addEntityInterceptor(EntityInterceptor) - Method in class org.springframework.datastore.core.AbstractDatastore
 
addEntityInterceptor(EntityInterceptor) - Method in class org.springframework.datastore.core.AbstractSession
 
addEntityInterceptor(EntityInterceptor) - Method in interface org.springframework.datastore.engine.EntityInterceptorAware
Adds an EntityInterceptor
addEntityInterceptor(EntityInterceptor) - Method in class org.springframework.datastore.engine.EntityPersister
 
addEntityValidator(PersistentEntity, Validator) - Method in class org.springframework.datastore.mapping.AbstractMappingContext
 
addEntityValidator(PersistentEntity, Validator) - Method in interface org.springframework.datastore.mapping.MappingContext
Adds a validator to be used by the entity for validation
addMappingContextListener(MappingContext.Listener) - Method in class org.springframework.datastore.mapping.AbstractMappingContext
 
addMappingContextListener(MappingContext.Listener) - Method in interface org.springframework.datastore.mapping.MappingContext
Adds a new mapping context listener instance
addPersistentEntity(Class) - Method in class org.springframework.datastore.mapping.AbstractMappingContext
 
addPersistentEntity(Class) - Method in interface org.springframework.datastore.mapping.MappingContext
Adds a PersistentEntity instance
addSession(Session) - Method in class org.springframework.datastore.transactions.SessionHolder
 
addTypeConverter(Converter) - Method in class org.springframework.datastore.mapping.AbstractMappingContext
 
addTypeConverter(Converter) - Method in interface org.springframework.datastore.mapping.MappingContext
Add a converter used to convert property values to and from the datastore
afterCommit() - Method in class org.springframework.datastore.transactions.support.SpringSessionSynchronization
 
afterCompletion(int) - Method in class org.springframework.datastore.transactions.support.SpringSessionSynchronization
 
afterCompletion(WebRequest, Exception) - Method in class org.springframework.datastore.web.support.OpenSessionInViewInterceptor
 
afterPropertiesSet() - Method in class org.springframework.datastore.redis.RedisDatastore
 
alpha() - Method in class org.springframework.datastore.redis.util.SortParams
 
AND - Static variable in class grails.gorm.CriteriaBuilder
 
and(Query.Criterion, Query.Criterion) - Method in class org.springframework.datastore.query.Query
Creates a conjunction using two specified criterion
and(Query.Criterion, Query.Criterion) - Static method in class org.springframework.datastore.query.Restrictions
 
applyAdditionalCriteria(Query, Closure) - Method in class org.grails.datastore.gorm.finders.DynamicFinder
 
ARGUMENT_CACHE - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ARGUMENT_FETCH - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ARGUMENT_IGNORE_CASE - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ARGUMENT_LOCK - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ARGUMENT_MAX - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ARGUMENT_OFFSET - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ARGUMENT_ORDER - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ARGUMENT_SORT - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
arguments - Variable in class org.grails.datastore.gorm.finders.MethodExpression
 
argumentsRequired - Variable in class org.grails.datastore.gorm.finders.MethodExpression
 
asc(String) - Static method in class org.springframework.datastore.query.Query.Order
 
asc() - Method in class org.springframework.datastore.redis.util.SortParams
 
Association<T> - Class in org.springframework.datastore.mapping.types
Models an association between one class and another
Association(PersistentEntity, MappingContext, PropertyDescriptor) - Constructor for class org.springframework.datastore.mapping.types.Association
 
Association(PersistentEntity, MappingContext, String, Class) - Constructor for class org.springframework.datastore.mapping.types.Association
 
AssociationIndexer<K,T> - Interface in org.springframework.datastore.engine
Responsible for creating indices for associations used in queries
associations - Variable in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
attach(Object) - Method in class org.springframework.datastore.core.AbstractSession
 
attach(Object) - Method in interface org.springframework.datastore.core.Session
Attaches an object the current session
attributes - Variable in class org.springframework.datastore.core.AbstractSession
 
AutoTimestampInterceptor - Class in org.grails.datastore.gorm.events
An interceptor that adds support for GORM-style auto-timestamping
AutoTimestampInterceptor() - Constructor for class org.grails.datastore.gorm.events.AutoTimestampInterceptor
 
avg(String) - Method in class grails.gorm.CriteriaBuilder
Computes the average value of a property
avg(String) - Static method in class org.springframework.datastore.query.Projections
Computes the average value of a property
avg(String) - Method in class org.springframework.datastore.query.Query.ProjectionList
Computes the average value of a property

B

beforeCommit(boolean) - Method in class org.springframework.datastore.transactions.support.SpringSessionSynchronization
 
beforeCompletion() - Method in class org.springframework.datastore.transactions.support.SpringSessionSynchronization
 
beforeDelete(PersistentEntity, EntityAccess) - Method in class org.grails.datastore.gorm.events.DomainEventInterceptor
 
beforeDelete(PersistentEntity, EntityAccess) - Method in class org.springframework.datastore.engine.EmptyInterceptor
 
beforeDelete(PersistentEntity, EntityAccess) - Method in interface org.springframework.datastore.engine.EntityInterceptor
Called before an entity is deleted
beforeInsert(PersistentEntity, EntityAccess) - Method in class org.grails.datastore.gorm.events.AutoTimestampInterceptor
 
beforeInsert(PersistentEntity, EntityAccess) - Method in class org.grails.datastore.gorm.events.DomainEventInterceptor
 
beforeInsert(PersistentEntity, EntityAccess) - Method in class org.springframework.datastore.engine.EmptyInterceptor
 
beforeInsert(PersistentEntity, EntityAccess) - Method in interface org.springframework.datastore.engine.EntityInterceptor
Called before an entity is inserted
beforeInsert(PersistentEntity, EntityAccess) - Method in class org.springframework.datastore.validation.ValidatingInterceptor
 
beforeUpdate(PersistentEntity, EntityAccess) - Method in class org.grails.datastore.gorm.events.AutoTimestampInterceptor
 
beforeUpdate(PersistentEntity, EntityAccess) - Method in class org.grails.datastore.gorm.events.DomainEventInterceptor
 
beforeUpdate(PersistentEntity, EntityAccess) - Method in class org.springframework.datastore.engine.EmptyInterceptor
 
beforeUpdate(PersistentEntity, EntityAccess) - Method in interface org.springframework.datastore.engine.EntityInterceptor
Called before an entity is updated
beforeUpdate(PersistentEntity, EntityAccess) - Method in class org.springframework.datastore.validation.ValidatingInterceptor
 
beginTransaction() - Method in class org.springframework.datastore.core.AbstractSession
 
beginTransaction() - Method in interface org.springframework.datastore.core.Session
Starts a transaction
beginTransactionInternal() - Method in class org.springframework.datastore.core.AbstractSession
 
beginTransactionInternal() - Method in class org.springframework.datastore.mock.SimpleMapSession
 
beginTransactionInternal() - Method in class org.springframework.datastore.redis.RedisSession
 
BELONGS_TO - Static variable in interface org.springframework.datastore.mapping.config.GormProperties
 
between(String, Object, Object) - Method in class grails.gorm.CriteriaBuilder
Restricts the results by the given property value range (inclusive)
between(String, Object, Object) - Method in class org.springframework.datastore.query.Query
Restricts the results by the given property value range
between(String, Object, Object) - Static method in class org.springframework.datastore.query.Restrictions
Restricts the results by the given property value range
bgsave() - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
bgsave() - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
bindSession(Session) - Static method in class org.springframework.datastore.core.AbstractDatastore
Binds the session to the current thread local
build(Closure) - Method in class grails.gorm.CriteriaBuilder
 
by(String) - Method in class org.springframework.datastore.redis.util.SortParams
 
ByteArrayAwareTypeConverter - Class in org.springframework.datastore.keyvalue.convert
Type converter that can convert byte[] values
ByteArrayAwareTypeConverter() - Constructor for class org.springframework.datastore.keyvalue.convert.ByteArrayAwareTypeConverter
 

C

cacheObject(Serializable, Object) - Method in class org.springframework.datastore.core.AbstractSession
 
capitalize(String) - Static method in class org.springframework.datastore.reflect.NameUtils
Converts a property name to class name according to the JavaBean convention
classMapping - Variable in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
ClassMapping<T> - Interface in org.springframework.datastore.mapping
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)
ClassPropertyFetcher - Class in org.springframework.datastore.reflect
Reads the properties of a class in an optimized manner avoiding exceptions
ClassPropertyFetcher.ReferenceInstanceCallback - Interface in org.springframework.datastore.reflect
 
clear() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
clear() - Method in class org.springframework.datastore.collection.PersistentList
 
clear() - Method in class org.springframework.datastore.collection.PersistentSet
 
clear() - Method in class org.springframework.datastore.core.AbstractSession
 
clear(Object) - Method in class org.springframework.datastore.core.AbstractSession
 
clear() - Method in interface org.springframework.datastore.core.Session
Clears any pending changes to the datastore
clear(Object) - Method in interface org.springframework.datastore.core.Session
Clear a specific object
clear() - Method in class org.springframework.datastore.redis.collection.AbstractRedisCollection
 
clearCurrentConnection() - Static method in class org.springframework.datastore.core.AbstractDatastore
Clears the thread bound session, should be called by the Session.disconnect()
clearData() - Method in class org.springframework.datastore.mock.SimpleMapDatastore
 
clone() - Method in class org.springframework.datastore.collection.PersistentList
 
clone() - Method in class org.springframework.datastore.collection.PersistentSet
 
close() - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
close() - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
closeSession(Session) - Static method in class org.springframework.datastore.core.DatastoreUtils
Perform actual closing of the Session, catching and logging any cleanup exceptions thrown.
closeSessionOrRegisterDeferredClose(Session, Datastore) - Static method in class org.springframework.datastore.core.DatastoreUtils
Close the given Session or register it for deferred close.
ColumnDatastore - Interface in org.springframework.datastore.column
 
commit() - Method in class org.springframework.datastore.redis.RedisTransaction
 
commit() - Method in interface org.springframework.datastore.transactions.Transaction
Commit the transaction.
CONFIG_HOST - Static variable in class org.springframework.datastore.redis.RedisDatastore
 
CONFIG_PASSWORD - Static variable in class org.springframework.datastore.redis.RedisDatastore
 
CONFIG_PORT - Static variable in class org.springframework.datastore.redis.RedisDatastore
 
CONFIG_TIMEOUT - Static variable in class org.springframework.datastore.redis.RedisDatastore
 
configureQueryWithArguments(Class, Query, Object[]) - Method in class org.grails.datastore.gorm.finders.DynamicFinder
 
ConfigUtils - Class in org.springframework.datastore.config.utils
Used to ease reading of configuration
ConfigUtils() - Constructor for class org.springframework.datastore.config.utils.ConfigUtils
 
connect() - Method in class org.springframework.datastore.core.AbstractDatastore
 
connect(Map<String, String>) - Method in class org.springframework.datastore.core.AbstractDatastore
 
connect() - Method in interface org.springframework.datastore.core.Datastore
Connects to the datastore with the default connection details, normally provided via the datastore implementations constructor
connectionDetails - Variable in class org.springframework.datastore.core.AbstractDatastore
 
ConnectionNotFoundException - Exception in org.springframework.datastore.core
Thrown when a session cannot be located
ConnectionNotFoundException(String) - Constructor for exception org.springframework.datastore.core.ConnectionNotFoundException
 
contains(Object) - Method in class org.springframework.datastore.collection.PersistentList
 
contains(Object) - Method in class org.springframework.datastore.collection.PersistentSet
 
contains(Object) - Method in class org.springframework.datastore.core.AbstractSession
 
contains(Object) - Method in interface org.springframework.datastore.core.Session
Whether the object is contained within the first level cache
contains(Object) - Method in class org.springframework.datastore.redis.collection.RedisList
 
contains(Object) - Method in class org.springframework.datastore.redis.collection.RedisSet
 
containsAll(Collection) - Method in class org.springframework.datastore.collection.PersistentSet
 
containsAll(Collection) - Method in class org.springframework.datastore.redis.collection.AbstractRedisCollection
 
containsSession(Session) - Method in class org.springframework.datastore.transactions.SessionHolder
 
context - Variable in class org.springframework.datastore.mapping.AbstractClassMapping
 
context - Variable in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
context - Variable in class org.springframework.datastore.mapping.AbstractPersistentProperty
 
conversionService - Variable in class org.springframework.datastore.mapping.AbstractMappingContext
 
convertToNativeKey(Serializable) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
convertToNativeKey(Serializable) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
count() - Method in class grails.gorm.CriteriaBuilder
Count the number of records returned
count() - Static method in class org.springframework.datastore.query.Projections
Projection that returns the number of records from the query instead of the results themselves
count() - Method in class org.springframework.datastore.query.Query.ProjectionList
 
COUNT_PROJECTION - Static variable in class org.springframework.datastore.query.Projections
 
CountByFinder - Class in org.grails.datastore.gorm.finders
Supports counting objects.
CountByFinder(Datastore) - Constructor for class org.grails.datastore.gorm.finders.CountByFinder
 
create(Class, String) - Static method in class org.grails.datastore.gorm.finders.MethodExpression
 
createAlpha() - Method in class org.springframework.datastore.redis.util.SortParams
 
createAsc() - Method in class org.springframework.datastore.redis.util.SortParams
 
createBy(String) - Method in class org.springframework.datastore.redis.util.SortParams
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.Between
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.Equal
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.GreaterThan
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.GreaterThanEquals
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.InList
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.LessThan
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.LessThanEquals
 
createCriterion() - Method in class org.grails.datastore.gorm.finders.MethodExpression.Like
 
createDesc() - Method in class org.springframework.datastore.redis.util.SortParams
 
createEntityAccess(PersistentEntity, Object) - Method in class org.springframework.datastore.engine.EntityPersister
 
createEntityAccess(PersistentEntity, Object) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
createEntityAccess(PersistentEntity, Object, T) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
createGet(String) - Method in class org.springframework.datastore.redis.util.SortParams
 
createIdentity(PersistentEntity, MappingContext, PropertyDescriptor) - Method in class org.springframework.datastore.mapping.MappingFactory
Creates an identifier property
createLimit(int, int) - Method in class org.springframework.datastore.redis.util.SortParams
 
createManyToMany(PersistentEntity, MappingContext, PropertyDescriptor) - Method in class org.springframework.datastore.mapping.MappingFactory
 
createManyToOne(PersistentEntity, MappingContext, PropertyDescriptor) - Method in class org.springframework.datastore.mapping.MappingFactory
 
createMappedForm(PersistentEntity) - Method in class org.springframework.datastore.keyvalue.mapping.config.GormKeyValueMappingFactory
 
createMappedForm(PersistentProperty) - Method in class org.springframework.datastore.keyvalue.mapping.config.GormKeyValueMappingFactory
 
createMappedForm(PersistentEntity) - Method in class org.springframework.datastore.keyvalue.mapping.KeyValueMappingFactory
 
createMappedForm(PersistentProperty) - Method in class org.springframework.datastore.keyvalue.mapping.KeyValueMappingFactory
 
createMappedForm(PersistentEntity) - Method in class org.springframework.datastore.mapping.MappingFactory
Creates the mapped form of a persistent entity
createMappedForm(PersistentProperty) - Method in class org.springframework.datastore.mapping.MappingFactory
Creates the mapped form of a PersistentProperty instance
createNewEntry(String) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Creates a new entry for the given family.
createNewEntry(String) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
createObjectFromNativeEntry(PersistentEntity, Serializable, T) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
createOneToMany(PersistentEntity, MappingContext, PropertyDescriptor) - Method in class org.springframework.datastore.mapping.MappingFactory
 
createOneToOne(PersistentEntity, MappingContext, PropertyDescriptor) - Method in class org.springframework.datastore.mapping.MappingFactory
 
createPersistentEntity(Class) - Method in class org.springframework.datastore.keyvalue.mapping.KeyValueMappingContext
 
createPersistentEntity(Class) - Method in class org.springframework.datastore.mapping.AbstractMappingContext
 
createPersister(Class, MappingContext) - Method in class org.springframework.datastore.core.AbstractSession
 
createPersister(Class, MappingContext) - Method in class org.springframework.datastore.mock.SimpleMapSession
 
createPersister(Class, MappingContext) - Method in class org.springframework.datastore.redis.RedisSession
 
createPropertyMapping(PersistentProperty<T>, PersistentEntity) - Method in class org.springframework.datastore.mapping.MappingFactory
 
createProxiedInstance(Session, Class, Class, Serializable) - Method in class org.springframework.datastore.proxy.JavassistProxyFactory
 
createProxy(Session, Class<T>, Serializable) - Method in class org.springframework.datastore.proxy.JavassistProxyFactory
 
createProxy(Session, Class<T>, Serializable) - Method in interface org.springframework.datastore.proxy.ProxyFactory
 
createQuery(Class) - Method in class org.springframework.datastore.core.AbstractSession
 
createQuery(Class) - Method in interface org.springframework.datastore.core.Session
Creates a query instance for the give type
createQuery() - Method in interface org.springframework.datastore.engine.Persister
Creates a query for the entity
createQuery() - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
createSession(Map<String, String>) - Method in class org.springframework.datastore.core.AbstractDatastore
Creates the native session
createSession(Map<String, String>) - Method in class org.springframework.datastore.mock.SimpleMapDatastore
 
createSession(Map<String, String>) - Method in class org.springframework.datastore.redis.RedisDatastore
 
createSimple(PersistentEntity, MappingContext, PropertyDescriptor) - Method in class org.springframework.datastore.mapping.MappingFactory
Creates a simple property type used for mapping basic types such as String, long, integer etc.
criteria - Variable in class org.springframework.datastore.query.Query
 
CriteriaBuilder - Class in grails.gorm
Criteria builder implementation that operates against Spring datastore abstraction
CriteriaBuilder(Class, Datastore) - Constructor for class grails.gorm.CriteriaBuilder
 
CriteriaBuilder(Class, Datastore, Query) - Constructor for class grails.gorm.CriteriaBuilder
 
currentTransaction(Datastore) - Static method in class org.springframework.datastore.transactions.TransactionUtils
 

D

Datastore - Interface in org.springframework.datastore.core
The Datastore interface is the basic commom 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 - Variable in class org.springframework.datastore.engine.EmptyInterceptor
 
DatastoreAware - Interface in org.springframework.datastore.core
An interface for classes to implement that want access to the Datastore
DatastoreException - Exception in org.springframework.datastore.core
General exception for errors related to the configuration of the Datastore
DatastoreException(String) - Constructor for exception org.springframework.datastore.core.DatastoreException
 
DatastorePersistenceContextInterceptor - Class in org.grails.datastore.gorm.support
 
DatastorePersistenceContextInterceptor(Datastore) - Constructor for class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
DatastoreTransactionManager - Class in org.springframework.datastore.transactions
A PlatformTransactionManager instance that works with the Spring datastore abstraction
DatastoreTransactionManager(Datastore) - Constructor for class org.springframework.datastore.transactions.DatastoreTransactionManager
 
DatastoreUtils - Class in org.springframework.datastore.core
Helper class for obtaining Datastore sessions.
DatastoreUtils() - Constructor for class org.springframework.datastore.core.DatastoreUtils
 
DATE_CREATED - Static variable in interface org.springframework.datastore.mapping.config.GormProperties
 
DATE_CREATED_PROPERTY - Static variable in class org.grails.datastore.gorm.events.AutoTimestampInterceptor
 
dbsize() - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
dbsize() - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
decapitalize(String) - Static method in class org.springframework.datastore.reflect.NameUtils
Converts class name to property name using JavaBean decaplization
DEFAULT_CHILD_CASCADE - Static variable in class org.springframework.datastore.mapping.types.Association
 
DEFAULT_HOST - Static variable in class org.springframework.datastore.redis.RedisDatastore
 
DEFAULT_OWNER_CASCADE - Static variable in class org.springframework.datastore.mapping.types.Association
 
DEFAULT_PORT - Static variable in class org.springframework.datastore.redis.RedisDatastore
 
DEFAULT_TIMEOUT - Static variable in class org.springframework.datastore.engine.LockableEntityPersister
 
del(String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
del(String...) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
del(String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
del(String...) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
delete(Object) - Method in class org.springframework.datastore.core.AbstractSession
 
delete(Iterable) - Method in class org.springframework.datastore.core.AbstractSession
 
delete(Iterable) - Method in interface org.springframework.datastore.core.Session
Deletes one or many objects
delete(Object) - Method in interface org.springframework.datastore.core.Session
Deletes a single object
delete(Iterable) - Method in class org.springframework.datastore.engine.EntityPersister
 
delete(Object) - Method in class org.springframework.datastore.engine.EntityPersister
 
delete(Iterable) - Method in interface org.springframework.datastore.engine.Persister
Deletes one or many objects
delete(Object) - Method in interface org.springframework.datastore.engine.Persister
Deletes a single object
deleteEntities(PersistentEntity, Iterable) - Method in class org.springframework.datastore.engine.EntityPersister
 
deleteEntities(PersistentEntity, Iterable) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
deleteEntity(PersistentEntity, Object) - Method in class org.springframework.datastore.engine.EntityPersister
 
deleteEntity(PersistentEntity, Object) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
deleteEntries(String, List<K>) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Deletes one or many entries for the given list of Keys
deleteEntries(String, List<Long>) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
deleteEntry(String, K) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Deletes a single entry
deleteEntry(String, Long) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
desc(String) - Static method in class org.springframework.datastore.query.Query.Order
 
desc() - Method in class org.springframework.datastore.redis.util.SortParams
 
destroy() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
discard() - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
discard() - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
disconnect() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
disconnect() - Method in class org.springframework.datastore.core.AbstractSession
Performs clear up.
disconnect() - Method in interface org.springframework.datastore.core.Session
Disconnects from the datastore.
disconnect() - Method in class org.springframework.datastore.mock.SimpleMapSession
 
disconnect() - Method in class org.springframework.datastore.redis.RedisSession
 
discriminatePersistentEntity(PersistentEntity, T) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Subclasses should override to customize how entities in hierarchies are discriminated
discriminatePersistentEntity(PersistentEntity, Map) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
DISCRIMINATOR - Static variable in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
disjunction() - Method in class org.springframework.datastore.query.Query
Creates a disjunction (OR) query
doBegin(Object, TransactionDefinition) - Method in class org.springframework.datastore.transactions.DatastoreTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.datastore.transactions.DatastoreTransactionManager
 
DocumentDatastore - Interface in org.springframework.datastore.document
 
doesCascade(CascadeType) - Method in class org.springframework.datastore.mapping.types.Association
Returns true if the this association cascade for the given cascade operation
doesNotHoldNonDefaultSession() - Method in class org.springframework.datastore.transactions.SessionHolder
 
doGetTransaction() - Method in class org.springframework.datastore.transactions.DatastoreTransactionManager
 
doInRedis(T) - Method in interface org.springframework.datastore.redis.util.RedisCallback
Executes redis logic whilst handling exce
doInvokeInternalWithExpressions(Class, String, Object[], List<MethodExpression>, Closure, String) - Method in class org.grails.datastore.gorm.finders.CountByFinder
 
doInvokeInternalWithExpressions(Class, String, Object[], List<MethodExpression>, Closure, String) - Method in class org.grails.datastore.gorm.finders.DynamicFinder
 
doInvokeInternalWithExpressions(Class, String, Object[], List<MethodExpression>, Closure, String) - Method in class org.grails.datastore.gorm.finders.FindAllByFinder
 
doInvokeInternalWithExpressions(Class, String, Object[], List<MethodExpression>, Closure, String) - Method in class org.grails.datastore.gorm.finders.FindByFinder
 
DomainEventInterceptor - Class in org.grails.datastore.gorm.events
An interceptor that provides support for GORM domain events
DomainEventInterceptor() - Constructor for class org.grails.datastore.gorm.events.DomainEventInterceptor
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.datastore.transactions.DatastoreTransactionManager
 
DynamicFinder - Class in org.grails.datastore.gorm.finders
Implementation of dynamic finders
DynamicFinder(Pattern, String[]) - Constructor for class org.grails.datastore.gorm.finders.DynamicFinder
 

E

EMBEDDED - Static variable in interface org.springframework.datastore.mapping.config.GormProperties
 
Embedded<T> - Class in org.springframework.datastore.mapping.types
Models an embedded component
Embedded(PersistentEntity, MappingContext, PropertyDescriptor) - Constructor for class org.springframework.datastore.mapping.types.Embedded
 
Embedded(PersistentEntity, MappingContext, String, Class) - Constructor for class org.springframework.datastore.mapping.types.Embedded
 
EmptyInterceptor - Class in org.springframework.datastore.engine
An interceptor that does nothing
EmptyInterceptor() - Constructor for class org.springframework.datastore.engine.EmptyInterceptor
 
Entity - Annotation Type in grails.persistence
 
entity - Variable in class org.springframework.datastore.engine.EntityAccess
 
entity - Variable in class org.springframework.datastore.mapping.AbstractClassMapping
 
entity - Variable in class org.springframework.datastore.query.Query
 
EntityAccess - Class in org.springframework.datastore.engine
Class used to access properties of an entity.
EntityAccess(PersistentEntity, Object) - Constructor for class org.springframework.datastore.engine.EntityAccess
 
EntityCreationException - Exception in org.springframework.datastore.core
Thrown when there was an error creating an entity
EntityCreationException(String) - Constructor for exception org.springframework.datastore.core.EntityCreationException
 
EntityCreationException(String, Throwable) - Constructor for exception org.springframework.datastore.core.EntityCreationException
 
entityFamily - Variable in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
EntityInterceptor - Interface in org.springframework.datastore.engine
Used to intercept persistent operations
EntityInterceptorAware - Interface in org.springframework.datastore.engine
An interface for classes aware of EntityInterceptor instances
EntityPersister - Class in org.springframework.datastore.engine
A Persister specificly for persisting PersistentEntity instances
EntityPersister(MappingContext, PersistentEntity, Session) - Constructor for class org.springframework.datastore.engine.EntityPersister
 
EntityProxy - Interface in org.springframework.datastore.proxy
 
entityValidators - Variable in class org.springframework.datastore.mapping.AbstractMappingContext
 
entrySet() - Method in class org.springframework.datastore.redis.collection.RedisMap
 
eq(String, Object) - Method in class grails.gorm.CriteriaBuilder
Creates an "equals" Criterion based on the specified property name and value.
eq(String, Object) - Method in class org.springframework.datastore.query.Query
Restricts the results by the given properties value
eq(String, Object) - Static method in class org.springframework.datastore.query.Restrictions
Restricts the property to be equal to the given value
equals(Object) - Method in class org.springframework.datastore.collection.PersistentList
 
equals(Object) - Method in class org.springframework.datastore.collection.PersistentSet
 
equals(Object) - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
equals(Object) - Method in class org.springframework.datastore.redis.collection.RedisValue
 
EVENT_BEFORE_INSERT - Static variable in class org.grails.datastore.gorm.events.DomainEventInterceptor
 
eventListeners - Variable in class org.springframework.datastore.mapping.AbstractMappingContext
 
exec() - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
exec() - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
execute(RedisCallback<Jedis>) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
execute(RedisCallback<T>) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
executeGreaterThanEquals(RedisEntityPersister, Query.PropertyCriterion) - Method in class org.springframework.datastore.redis.query.RedisQuery
 
executeLessThanEquals(RedisEntityPersister, Query.PropertyCriterion) - Method in class org.springframework.datastore.redis.query.RedisQuery
 
executeQuery(PersistentEntity, Query.Junction) - Method in class org.springframework.datastore.query.Query
Subclasses should implement this to provide the concrete implementation of querying
executeQuery(PersistentEntity, Query.Junction) - Method in class org.springframework.datastore.redis.query.RedisQuery
 
executeSubBetween(RedisEntityPersister, Query.Between) - Method in class org.springframework.datastore.redis.query.RedisQuery
 
exists(String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
exists(String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
expire(String, int) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
expire(String, int) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 

F

Family - Class in org.springframework.datastore.keyvalue.mapping
A Family is a grouping of KeyValue pairs and is typically composed of a keyspace and the family name.
Family() - Constructor for class org.springframework.datastore.keyvalue.mapping.Family
 
Family(String, String) - Constructor for class org.springframework.datastore.keyvalue.mapping.Family
 
family - Variable in class org.springframework.datastore.redis.RedisEntry
 
FindAllByBooleanFinder - Class in org.grails.datastore.gorm.finders
The "findAllBy*" static persistent method.
FindAllByBooleanFinder(Datastore) - Constructor for class org.grails.datastore.gorm.finders.FindAllByBooleanFinder
 
FindAllByFinder - Class in org.grails.datastore.gorm.finders
Finder used to return multiple results.
FindAllByFinder(Datastore) - Constructor for class org.grails.datastore.gorm.finders.FindAllByFinder
 
FindByBooleanFinder - Class in org.grails.datastore.gorm.finders
The "findBy*" static persistent method.
FindByBooleanFinder(Datastore) - Constructor for class org.grails.datastore.gorm.finders.FindByBooleanFinder
 
FindByFinder - Class in org.grails.datastore.gorm.finders
Finder used to return a single result
FindByFinder(Datastore) - Constructor for class org.grails.datastore.gorm.finders.FindByFinder
 
FinderMethod - Interface in org.grails.datastore.gorm.finders
Implementation of dynamic finders
firstLevelCache - Variable in class org.springframework.datastore.core.AbstractSession
 
firstResult(int) - Method in class org.springframework.datastore.query.Query
Defines the offset (the first result index) of the query
flush() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
flush() - Method in class org.springframework.datastore.core.AbstractSession
 
flush() - Method in interface org.springframework.datastore.core.Session
Flushes any pending changes to the datastore
flush() - Method in class org.springframework.datastore.transactions.support.SpringSessionSynchronization
 
flushall() - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
flushall() - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
flushdb() - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
flushdb() - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
forClass(Class) - Static method in class org.springframework.datastore.reflect.ClassPropertyFetcher
 
formatErrors(Errors, String) - Static method in exception org.springframework.datastore.validation.ValidationException
 

G

generateIdentifier(PersistentEntity, T) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
generateIdentifier(PersistentEntity, Map) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
generateIdentifier(String) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
get(int) - Method in class org.springframework.datastore.collection.PersistentList
 
get(int) - Method in class org.springframework.datastore.redis.collection.RedisList
 
get(Object) - Method in class org.springframework.datastore.redis.collection.RedisMap
 
get(Object) - Method in class org.springframework.datastore.redis.RedisEntry
 
get(String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
get(String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
get(String) - Method in class org.springframework.datastore.redis.util.SortParams
 
getAllEntityIndex() - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
getArgumentsRequired() - Method in class org.grails.datastore.gorm.finders.MethodExpression.Between
 
getArgumentsRequired() - Method in class org.grails.datastore.gorm.finders.MethodExpression
 
getAssociatedEntity() - Method in class org.springframework.datastore.mapping.types.Association
 
getAssociationIndexer(Association) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Obtains an indexer for the given association
getAssociationIndexer(Association) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
getAssociationMap(ClassPropertyFetcher) - Method in class org.springframework.datastore.mapping.config.GormMappingConfigurationStrategy
Retrieves the association map
getAssociations() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
getAssociations() - Method in interface org.springframework.datastore.mapping.PersistentEntity
A list of the associations for this entity.
getAttribute(Object, String) - Method in class org.springframework.datastore.core.AbstractSession
 
getAttribute(Object, String) - Method in interface org.springframework.datastore.core.Session
Obtains an attribute for the given entity
getBackingMap() - Method in class org.springframework.datastore.mock.SimpleMapDatastore
 
getBackingMap() - Method in class org.springframework.datastore.mock.SimpleMapSession
 
getBytes() - Method in class org.springframework.datastore.redis.collection.RedisValue
 
getCapitilizedName() - Method in class org.springframework.datastore.mapping.AbstractPersistentProperty
 
getCapitilizedName() - Method in interface org.springframework.datastore.mapping.PersistentProperty
The name with the first letter in upper case as per Java bean conventions
getCascadeOperations() - Method in class org.springframework.datastore.mapping.types.Association
 
getChildEntityByDiscriminator(PersistentEntity, String) - Method in class org.springframework.datastore.mapping.AbstractMappingContext
 
getChildEntityByDiscriminator(PersistentEntity, String) - Method in interface org.springframework.datastore.mapping.MappingContext
Obtains a child of the given root entity using the given discriminator
getClassMapping() - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
getClassMapping() - Method in interface org.springframework.datastore.mapping.PropertyMapping
Retrieves the ClassMapping instance of the owning class
getConversionService() - Method in class org.springframework.datastore.mapping.AbstractMappingContext
 
getConversionService() - Method in interface org.springframework.datastore.mapping.MappingContext
Obtains the ConversionService instance to use for type conversion
getCriteria() - Method in class org.springframework.datastore.query.Query.Junction
 
getCurrentSession() - Method in class org.springframework.datastore.core.AbstractDatastore
 
getCurrentSession() - Method in interface org.springframework.datastore.core.Datastore
Obtains the current session (if any)
getDatastore() - Method in class org.springframework.datastore.core.AbstractSession
 
getDatastore() - Method in interface org.springframework.datastore.core.Session
The Datastore that created this Session
getDatastore() - Method in class org.springframework.datastore.transactions.DatastoreTransactionManager
 
getDatastore() - Method in class org.springframework.datastore.web.support.OpenSessionInViewInterceptor
 
getDecapitalizedName() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
getDecapitalizedName() - Method in interface org.springframework.datastore.mapping.PersistentEntity
 
getDefaultIdentityMapping(ClassMapping) - Method in class org.springframework.datastore.mapping.config.GormMappingConfigurationStrategy
 
getDefaultIdentityMapping(ClassMapping) - Method in interface org.springframework.datastore.mapping.MappingConfigurationStrategy
Obtains the default manner in which identifiers are mapped.
getDirection() - Method in class org.springframework.datastore.query.Query.Order
 
getDiscriminator() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
getDiscriminator() - Method in interface org.springframework.datastore.mapping.PersistentEntity
The discriminator used when persisting subclasses of an inheritance hierarchy
getEntity() - Method in class org.springframework.datastore.engine.EntityAccess
 
getEntity() - Method in class org.springframework.datastore.mapping.AbstractClassMapping
 
getEntity() - Method in interface org.springframework.datastore.mapping.ClassMapping
Obtains the PersistentEntity for this class mapping
getEntity() - Method in class org.springframework.datastore.query.Query
 
getEntityBaseKey() - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
getEntityFamily() - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
getEntityValidator(PersistentEntity) - Method in class org.springframework.datastore.mapping.AbstractMappingContext
 
getEntityValidator(PersistentEntity) - Method in interface org.springframework.datastore.mapping.MappingContext
Obtains a validator for the given entity
getEntryValue(T, String) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Reads a value for the given key from the native entry
getEntryValue(Map, String) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
getFamily(PersistentEntity, ClassMapping<Family>) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
getFamily() - Method in class org.springframework.datastore.keyvalue.engine.KeyValueEntry
 
getFamily() - Method in class org.springframework.datastore.keyvalue.mapping.Family
 
getFamily() - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
getFamily() - Method in class org.springframework.datastore.redis.RedisEntry
 
getFetchStrategy() - Method in class org.springframework.datastore.keyvalue.mapping.KeyValue
 
getFetchStrategy() - Method in class org.springframework.datastore.mapping.types.Association
 
getFlushMode() - Method in class org.springframework.datastore.core.AbstractSession
 
getFlushMode() - Method in interface org.springframework.datastore.core.Session
Obtains the current FlushModeType
getFrom() - Method in class org.springframework.datastore.query.Query.Between
 
getIdentifier() - Method in class org.springframework.datastore.engine.EntityAccess
 
getIdentifier() - Method in class org.springframework.datastore.mapping.AbstractClassMapping
 
getIdentifier() - Method in interface org.springframework.datastore.mapping.ClassMapping
Returns details of the identifier used for this class
getIdentifierName(ClassMapping) - Method in class org.springframework.datastore.engine.EntityAccess
 
getIdentifierName() - Method in class org.springframework.datastore.engine.EntityAccess
 
getIdentifierName(ClassMapping) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
getIdentifierName() - Method in interface org.springframework.datastore.mapping.IdentityMapping
The identifier property name(s) as an array.
getIdentity() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
getIdentity(Class, MappingContext) - Method in class org.springframework.datastore.mapping.config.GormMappingConfigurationStrategy
 
getIdentity(Class, MappingContext) - Method in interface org.springframework.datastore.mapping.MappingConfigurationStrategy
Obtains the identity of a persistent entity
getIdentity() - Method in interface org.springframework.datastore.mapping.PersistentEntity
Returns the identity of the instance
getIndexedEntity() - Method in interface org.springframework.datastore.engine.AssociationIndexer
 
getIndexedEntity() - Method in class org.springframework.datastore.redis.engine.RedisAssociationIndexer
 
getIndexName(Object) - Method in interface org.springframework.datastore.engine.PropertyValueIndexer
 
getIndexName(Object) - Method in class org.springframework.datastore.redis.engine.RedisPropertyValueIndexer
 
getIndexPattern(String) - Method in class org.springframework.datastore.redis.engine.RedisPropertyValueIndexer
 
getIndices() - Method in class org.springframework.datastore.mock.SimpleMapDatastore
 
getInverseSide() - Method in class org.springframework.datastore.mapping.types.Association
 
getJavaClass() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
getJavaClass() - Method in interface org.springframework.datastore.mapping.PersistentEntity
 
getJavaClass() - Method in class org.springframework.datastore.reflect.ClassPropertyFetcher
 
getKey() - Method in class org.springframework.datastore.keyvalue.mapping.KeyValue
 
getKeyspace(ClassMapping<Family>, String) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
getKeyspace() - Method in class org.springframework.datastore.keyvalue.mapping.Family
 
getMappedForm() - Method in class org.springframework.datastore.keyvalue.mapping.KeyValuePersistentEntity.KeyValueClassMapping
 
getMappedForm() - Method in class org.springframework.datastore.mapping.AbstractClassMapping
 
getMappedForm() - Method in interface org.springframework.datastore.mapping.ClassMapping
Returns the mapped form of the class such as a Table, a Key Space, Document etc.
getMappedForm() - Method in interface org.springframework.datastore.mapping.PropertyMapping
Returns the mapped form of the property such as a Column, a Key/Value pair, attribute etc.
getMapping() - Method in class org.springframework.datastore.keyvalue.mapping.KeyValuePersistentEntity
 
getMapping() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
getMapping() - Method in interface org.springframework.datastore.mapping.PersistentEntity
Defines the mapping between this persistent entity and an external form
getMapping() - Method in interface org.springframework.datastore.mapping.PersistentProperty
Specifies the mapping between this property and an external form such as a column, key/value pair etc.
getMappingContext() - Method in class org.springframework.datastore.core.AbstractDatastore
 
getMappingContext() - Method in class org.springframework.datastore.core.AbstractSession
 
getMappingContext() - Method in interface org.springframework.datastore.core.Datastore
Obtains the MappingContext object
getMappingContext() - Method in interface org.springframework.datastore.core.Session
Obtains the MappingContext instance
getMappingContext() - Method in class org.springframework.datastore.engine.EntityPersister
 
getMappingContext() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
getMappingContext() - Method in interface org.springframework.datastore.mapping.PersistentEntity
Obtains the MappingContext where this PersistentEntity is defined
getMappingFactory() - Method in class org.springframework.datastore.keyvalue.mapping.KeyValueMappingContext
 
getMappingFactory() - Method in interface org.springframework.datastore.mapping.MappingContext
Obtains the MappingFactory instance
getMappingSyntaxStrategy() - Method in class org.springframework.datastore.keyvalue.mapping.KeyValueMappingContext
 
getMappingSyntaxStrategy() - Method in interface org.springframework.datastore.mapping.MappingContext
Returns the syntax reader used to interpret the entity mapping syntax
getMessage() - Method in exception org.springframework.datastore.validation.ValidationException
 
getName() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
getName() - Method in class org.springframework.datastore.mapping.AbstractPersistentProperty
 
getName() - Method in interface org.springframework.datastore.mapping.PersistentEntity
The entity name including any package prefix
getName() - Method in interface org.springframework.datastore.mapping.PersistentProperty
The name of the property
getName() - Method in class org.springframework.datastore.query.Query.In
 
getNativeInterface() - Method in interface org.springframework.datastore.core.Session
 
getNativeInterface() - Method in class org.springframework.datastore.mock.SimpleMapSession
 
getNativeInterface() - Method in class org.springframework.datastore.redis.RedisSession
 
getNativeTransaction() - Method in class org.springframework.datastore.redis.RedisTransaction
 
getNativeTransaction() - Method in interface org.springframework.datastore.transactions.Transaction
 
getNewConnection() - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
getObjectIdentifier(Object) - Method in class org.springframework.datastore.engine.EntityPersister
Obtains an objects identifer
getOrderBy() - Method in class org.springframework.datastore.query.Query
Gets the Order entries for this query
getOwner() - Method in class org.springframework.datastore.mapping.AbstractPersistentProperty
 
getOwner() - Method in interface org.springframework.datastore.mapping.PersistentProperty
Obtains the owner of this persistent property
getOwningEntities(Class, MappingContext) - Method in class org.springframework.datastore.mapping.config.GormMappingConfigurationStrategy
 
getOwningEntities(Class, MappingContext) - Method in interface org.springframework.datastore.mapping.MappingConfigurationStrategy
Returns a set of entities that "own" the given entity.
getParamArray() - Method in class org.springframework.datastore.redis.util.SortParams
 
getParamList() - Method in class org.springframework.datastore.redis.util.SortParams
 
getParentEntity() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
getParentEntity() - Method in interface org.springframework.datastore.mapping.PersistentEntity
Returns the parent entity of this entity
getPattern() - Method in class org.springframework.datastore.query.Query.Like
 
getPendingDeletes() - Method in class org.springframework.datastore.core.AbstractSession
 
getPendingDeletes() - Method in interface org.springframework.datastore.core.SessionImplementor
 
getPendingInserts() - Method in class org.springframework.datastore.core.AbstractSession
 
getPendingInserts() - Method in interface org.springframework.datastore.core.SessionImplementor
 
getPendingUpdates() - Method in class org.springframework.datastore.core.AbstractSession
 
getPendingUpdates() - Method in interface org.springframework.datastore.core.SessionImplementor
 
getPersistentEntities() - Method in class org.springframework.datastore.mapping.AbstractMappingContext
 
getPersistentEntities() - Method in interface org.springframework.datastore.mapping.MappingContext
Obtains a list of PersistentEntity instances
getPersistentEntity() - Method in class org.springframework.datastore.engine.EntityPersister
 
getPersistentEntity(String) - Method in class org.springframework.datastore.mapping.AbstractMappingContext
 
getPersistentEntity(String) - Method in interface org.springframework.datastore.mapping.MappingContext
Obtains a PersistentEntity by name
getPersistentProperties() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
getPersistentProperties(Class, MappingContext) - Method in class org.springframework.datastore.mapping.config.GormMappingConfigurationStrategy
 
getPersistentProperties(Class, MappingContext, ClassMapping) - Method in class org.springframework.datastore.mapping.config.GormMappingConfigurationStrategy
 
getPersistentProperties(Class, MappingContext) - Method in interface org.springframework.datastore.mapping.MappingConfigurationStrategy
 
getPersistentProperties(Class, MappingContext, ClassMapping) - Method in interface org.springframework.datastore.mapping.MappingConfigurationStrategy
Obtains a List of PersistentProperty instances for the given Mapped class
getPersistentProperties() - Method in interface org.springframework.datastore.mapping.PersistentEntity
A list of properties to be persisted
getPersistentPropertyNames() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
getPersistentPropertyNames() - Method in interface org.springframework.datastore.mapping.PersistentEntity
A list of property names that a persistent
getPersister(Object) - Method in class org.springframework.datastore.core.AbstractSession
 
getPersister(Object) - Method in interface org.springframework.datastore.core.Session
The persister for the given object
getProjectionList() - Method in class org.springframework.datastore.query.Query.ProjectionList
 
getPropertiesAssignableToType(Class<Collection>) - Method in class org.springframework.datastore.reflect.ClassPropertyFetcher
 
getPropertiesOfType(Class) - Method in class org.springframework.datastore.reflect.ClassPropertyFetcher
 
getPropertiesOfType(Class<?>, Class<?>) - Static method in class org.springframework.datastore.reflect.ReflectionUtils
Retrieves all the properties of the given class for the given type
getProperty(String) - Method in class org.springframework.datastore.engine.EntityAccess
 
getProperty() - Method in class org.springframework.datastore.query.Query.Between
 
getProperty() - Method in class org.springframework.datastore.query.Query.In
 
getProperty() - Method in class org.springframework.datastore.query.Query.Order
 
getProperty() - Method in class org.springframework.datastore.query.Query.PropertyCriterion
 
getPropertyByName(String) - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
getPropertyByName(String) - Method in interface org.springframework.datastore.mapping.PersistentEntity
Obtains a PersistentProperty instance by name
getPropertyDescriptor(String) - Method in class org.springframework.datastore.reflect.ClassPropertyFetcher
 
getPropertyDescriptors() - Method in class org.springframework.datastore.reflect.ClassPropertyFetcher
 
getPropertyIndexer(PersistentProperty) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Obtains an indexer for a particular property
getPropertyIndexer(PersistentProperty) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
getPropertyName() - Method in class org.springframework.datastore.query.Query.PropertyProjection
 
getPropertySortKey(PersistentProperty) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
getPropertyType(String) - Method in class org.springframework.datastore.reflect.ClassPropertyFetcher
 
getPropertyType(String, boolean) - Method in class org.springframework.datastore.reflect.ClassPropertyFetcher
 
getPropertyValue(String) - Method in class org.springframework.datastore.reflect.ClassPropertyFetcher
 
getPropertyValue(String, boolean) - Method in class org.springframework.datastore.reflect.ClassPropertyFetcher
 
getPropertyValue(String, Class<T>) - Method in class org.springframework.datastore.reflect.ClassPropertyFetcher
 
getProxyClass(Class) - Method in class org.springframework.datastore.proxy.JavassistProxyFactory
 
getProxyFactory() - Method in class org.springframework.datastore.engine.EntityPersister
 
getProxyFactory() - Method in class org.springframework.datastore.mapping.AbstractMappingContext
 
getProxyFactory() - Method in interface org.springframework.datastore.mapping.MappingContext
Factory used for creating proxies
getProxyInstance(Session, Class, Serializable) - Method in class org.springframework.datastore.proxy.JavassistProxyFactory
 
getRedisClient() - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
getRedisClient() - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
getRedisKey() - Method in class org.springframework.datastore.redis.collection.AbstractRedisCollection
They key used by the collection
getRedisKey() - Method in interface org.springframework.datastore.redis.collection.RedisCollection
They key used by the collection
getRedisKey() - Method in class org.springframework.datastore.redis.collection.RedisList
 
getRedisTemplate() - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
getReference() - Method in class org.springframework.datastore.reflect.ClassPropertyFetcher
 
getReferencedPropertyName() - Method in class org.springframework.datastore.mapping.types.Association
 
getReferenceInstance() - Method in interface org.springframework.datastore.reflect.ClassPropertyFetcher.ReferenceInstanceCallback
 
getRootEntity() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
getRootEntity() - Method in interface org.springframework.datastore.mapping.PersistentEntity
Obtains the root entity of an inheritance hierarchy
getSession() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
getSession(Datastore, boolean) - Static method in class org.springframework.datastore.core.DatastoreUtils
Get a Datastore Session for the given Datastore.
getSession() - Method in class org.springframework.datastore.query.Query
 
getSession() - Method in class org.springframework.datastore.transactions.SessionHolder
 
getSessionHolder() - Method in class org.springframework.datastore.transactions.TransactionObject
 
getset(String, Object) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
getset(String, Object) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
getStaticPropertyValue(String, Class<T>) - Method in class org.springframework.datastore.reflect.ClassPropertyFetcher
 
getTarget() - Method in interface org.springframework.datastore.proxy.EntityProxy
Obtains the target performing initialization if necessary
getTo() - Method in class org.springframework.datastore.query.Query.Between
 
getTransaction() - Method in class org.springframework.datastore.core.AbstractSession
 
getTransaction() - Method in interface org.springframework.datastore.core.Session
Obtains the current transaction instance
getTransaction() - Method in class org.springframework.datastore.transactions.SessionHolder
 
getTransaction() - Method in class org.springframework.datastore.transactions.TransactionObject
 
getTransaction(Datastore) - Static method in class org.springframework.datastore.transactions.TransactionUtils
 
getType() - Method in class org.springframework.datastore.engine.EntityPersister
 
getType() - Method in interface org.springframework.datastore.engine.Persister
The type this persister persists
getType() - Method in class org.springframework.datastore.mapping.AbstractPersistentProperty
 
getType() - Method in interface org.springframework.datastore.mapping.PersistentProperty
The type of the property
getValue() - Method in class org.springframework.datastore.query.Query.PropertyCriterion
 
getValues() - Method in class org.springframework.datastore.query.Query.In
 
GormKeyValueMappingFactory - Class in org.springframework.datastore.keyvalue.mapping.config
 
GormKeyValueMappingFactory(String) - Constructor for class org.springframework.datastore.keyvalue.mapping.config.GormKeyValueMappingFactory
 
GormMappingConfigurationStrategy - Class in org.springframework.datastore.mapping.config
This implementation of the MappingConfigurationStrategy interface will interpret GORM-style syntax for defining entities and associations.
GormMappingConfigurationStrategy(MappingFactory) - Constructor for class org.springframework.datastore.mapping.config.GormMappingConfigurationStrategy
 
GormProperties - Interface in org.springframework.datastore.mapping.config
Reserved static property names used by GORM to evaluate GORM-style syntax
grails.gorm - package grails.gorm
 
grails.persistence - package grails.persistence
 
GraphDatastore - Interface in org.springframework.datastore.graph
 
gt(String, Object) - Method in class grails.gorm.CriteriaBuilder
Used to restrict a value to be greater than or equal to the given value
gt(String, Object) - Method in class org.springframework.datastore.query.Query
Used to restrict a value to be greater than the given value
gt(String, Object) - Static method in class org.springframework.datastore.query.Restrictions
Used to restrict a value to be greater than the given value
gte(String, Object) - Method in class grails.gorm.CriteriaBuilder
Used to restrict a value to be greater than or equal to the given value
gte(String, Object) - Method in class org.springframework.datastore.query.Query
Used to restrict a value to be greater than or equal to the given value
gte(String, Object) - Static method in class org.springframework.datastore.query.Restrictions
Used to restrict a value to be greater than or equal to the given value

H

HAS_MANY - Static variable in interface org.springframework.datastore.mapping.config.GormProperties
 
HAS_ONE - Static variable in interface org.springframework.datastore.mapping.config.GormProperties
 
hashCode() - Method in class org.springframework.datastore.collection.PersistentList
 
hashCode() - Method in class org.springframework.datastore.collection.PersistentSet
 
hashCode() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
hashCode() - Method in class org.springframework.datastore.redis.collection.RedisValue
 
hasProperty(String, Class) - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
hasProperty(String, Class) - Method in interface org.springframework.datastore.mapping.PersistentEntity
Checks whether an entity has a bean property of the given name and type
hdel(String, String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
hdel(String, String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
hget(String, String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
hget(String, String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
hgetall(String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
hgetall(String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
hlen(String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
hlen(String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
hmget(String, String...) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
hmget(String, String...) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
hmset(String, Map<String, String>) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
hmset(String, Map<String, String>) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
hset(String, String, Object) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
hset(String, String, Object) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 

I

id() - Method in class grails.gorm.CriteriaBuilder
 
id() - Static method in class org.springframework.datastore.query.Projections
Projection used to obtain the id of an object
id() - Method in class org.springframework.datastore.query.Query.ProjectionList
 
ID_EQUALS - Static variable in class grails.gorm.CriteriaBuilder
 
ID_PROJECTION - Static variable in class org.springframework.datastore.query.Projections
 
identity - Variable in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
IDENTITY - Static variable in interface org.springframework.datastore.mapping.config.GormProperties
 
Identity<T> - Class in org.springframework.datastore.mapping.types
Represents the identity of a persistent entity
Identity(PersistentEntity, MappingContext, PropertyDescriptor) - Constructor for class org.springframework.datastore.mapping.types.Identity
 
Identity(PersistentEntity, MappingContext, String, Class) - Constructor for class org.springframework.datastore.mapping.types.Identity
 
IdentityMapping - Interface in org.springframework.datastore.mapping
 
IllegalMappingException - Exception in org.springframework.datastore.mapping
Thrown when an error occurs reading the mapping between object and datastore
IllegalMappingException(String) - Constructor for exception org.springframework.datastore.mapping.IllegalMappingException
 
in(String, Collection) - Method in class grails.gorm.CriteriaBuilder
Creates an "in" Criterion based on the specified property name and list of values.
in(String, Object[]) - Method in class grails.gorm.CriteriaBuilder
Creates an "in" Criterion based on the specified property name and list of values.
in(String, List) - Method in class org.springframework.datastore.query.Query
Restricts the results by the given property values
in(String, Collection) - Static method in class org.springframework.datastore.query.Restrictions
Restricts the property to be in the list of given values
incr(String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
incr(String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
index(K, List<T>) - Method in interface org.springframework.datastore.engine.AssociationIndexer
Creates an index queryable via the primary key
index(T, K) - Method in interface org.springframework.datastore.engine.AssociationIndexer
Index a single foreign key
index(Object, K) - Method in interface org.springframework.datastore.engine.PropertyValueIndexer
Creates an index for the given value to the specified key
index(Long, List<Long>) - Method in class org.springframework.datastore.redis.engine.RedisAssociationIndexer
 
index(Long, Long) - Method in class org.springframework.datastore.redis.engine.RedisAssociationIndexer
 
index(Object, Long) - Method in class org.springframework.datastore.redis.engine.RedisPropertyValueIndexer
 
indexOf(Object) - Method in class org.springframework.datastore.collection.PersistentList
 
inferNativeKey(String, Object) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Used to establish the native key to use from the identifier defined by the object
init() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
initDeferredClose(Datastore) - Static method in class org.springframework.datastore.core.DatastoreUtils
Initialize deferred close for the current thread and the given Datastore.
Initializable - Interface in org.springframework.datastore.mapping.lifecycle
Interface for object that requires explicit initialization
initialize() - Method in interface org.springframework.datastore.collection.PersistentCollection
Initializes the collection if it hasn't already been initialized
initialize() - Method in class org.springframework.datastore.collection.PersistentList
 
initialize() - Method in class org.springframework.datastore.collection.PersistentSet
 
initialize() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
initialize() - Method in interface org.springframework.datastore.mapping.lifecycle.Initializable
Call to initialize the object
initialize() - Method in interface org.springframework.datastore.proxy.EntityProxy
Initializes the proxy if it hasn't been initialized already
inList(String, Collection) - Method in class grails.gorm.CriteriaBuilder
Creates an "in" Criterion based on the specified property name and list of values.
inList(String, Object[]) - Method in class grails.gorm.CriteriaBuilder
Creates an "in" Criterion based on the specified property name and list of values.
instantiate(Class) - Static method in class org.springframework.datastore.reflect.ReflectionUtils
Instantiates an object catching any relevant exceptions and rethrowing as a runtime exception
InstantiationException - Exception in org.springframework.datastore.reflect
Runtime exception equivalent of java.lang.InstantiationException
InstantiationException(String, Throwable) - Constructor for exception org.springframework.datastore.reflect.InstantiationException
 
interceptors - Variable in class org.springframework.datastore.core.AbstractDatastore
 
interceptors - Variable in class org.springframework.datastore.core.AbstractSession
 
interceptors - Variable in class org.springframework.datastore.engine.EntityPersister
 
invoke(Class, String, Closure, Object[]) - Method in class org.grails.datastore.gorm.finders.DynamicFinder
 
invoke(Class, String, Object[]) - Method in class org.grails.datastore.gorm.finders.DynamicFinder
 
invoke(Class, String, Object[]) - Method in interface org.grails.datastore.gorm.finders.FinderMethod
Invokes the method
invoke(Class, String, Object[]) - Method in class org.grails.datastore.gorm.finders.ListOrderByFinder
 
invokeMethod(String, Object) - Method in class grails.gorm.CriteriaBuilder
 
IS_EMPTY - Static variable in class grails.gorm.CriteriaBuilder
 
IS_NOT_EMPTY - Static variable in class grails.gorm.CriteriaBuilder
 
IS_NOT_NULL - Static variable in class grails.gorm.CriteriaBuilder
 
IS_NULL - Static variable in class grails.gorm.CriteriaBuilder
 
isActive() - Method in class org.springframework.datastore.redis.RedisTransaction
 
isActive() - Method in interface org.springframework.datastore.transactions.Transaction
Whether the transaction is active
isAssignableFrom(Class<?>, Class<?>) - Static method in class org.springframework.datastore.reflect.ReflectionUtils
Tests whether or not the left hand type is compatible with the right hand type in Groovy terms, i.e.
isBidirectional() - Method in class org.springframework.datastore.mapping.types.Association
 
isConnected() - Method in interface org.springframework.datastore.core.Session
 
isConnected() - Method in class org.springframework.datastore.mock.SimpleMapSession
 
isConnected() - Method in class org.springframework.datastore.redis.RedisSession
 
isEmpty() - Method in class org.springframework.datastore.collection.PersistentList
 
isEmpty() - Method in class org.springframework.datastore.collection.PersistentSet
 
isEmpty() - Method in class org.springframework.datastore.query.Query.Junction
 
isEmpty() - Method in class org.springframework.datastore.query.Query.ProjectionList
 
isEmpty() - Method in class org.springframework.datastore.redis.collection.AbstractRedisCollection
 
isEmpty() - Method in class org.springframework.datastore.transactions.SessionHolder
 
isForeignKeyInChild() - Method in class org.springframework.datastore.mapping.types.ToOne
 
isIndex() - Method in class org.springframework.datastore.keyvalue.mapping.KeyValue
 
isInitialized() - Method in interface org.springframework.datastore.collection.PersistentCollection
Check whether the collection has been loaded
isInitialized() - Method in class org.springframework.datastore.collection.PersistentList
 
isInitialized() - Method in class org.springframework.datastore.collection.PersistentSet
 
isInitialized() - Method in interface org.springframework.datastore.proxy.EntityProxy
Checks whether the proxy has been initialized
isInstance(Object) - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
isInstance(Object) - Method in interface org.springframework.datastore.mapping.PersistentEntity
Tests whether the given instance is an instance of this persistent entity
isList() - Method in class org.springframework.datastore.mapping.types.Association
 
isLocked(Object) - Method in class org.springframework.datastore.engine.LockableEntityPersister
Return whether an object is locked or not
isLocked(Object) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Subclasses can override to provide locking semantics
isLocked(Object) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
isMethodMatch(String) - Method in class org.grails.datastore.gorm.finders.DynamicFinder
 
isMethodMatch(String) - Method in interface org.grails.datastore.gorm.finders.FinderMethod
Whether the given method name matches this finder
isMethodMatch(String) - Method in class org.grails.datastore.gorm.finders.ListOrderByFinder
 
isNewSession() - Method in class org.springframework.datastore.transactions.TransactionObject
 
isNewSessionHolder() - Method in class org.springframework.datastore.transactions.TransactionObject
 
isOpen() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
isOwningEntity(PersistentEntity) - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
isOwningEntity(PersistentEntity) - Method in interface org.springframework.datastore.mapping.PersistentEntity
Returns whether the specified entity asserts ownership over this entity
isOwningSide() - Method in class org.springframework.datastore.mapping.types.Association
Returns whether this side owns the relationship.
isPersistentEntity(Class) - Method in class org.springframework.datastore.mapping.AbstractMappingContext
 
isPersistentEntity(Object) - Method in class org.springframework.datastore.mapping.AbstractMappingContext
 
isPersistentEntity(Class) - Method in class org.springframework.datastore.mapping.config.GormMappingConfigurationStrategy
Tests whether an class is a persistent entity Based on the same method in Grails core within the DomainClassArtefactHandler class
isPersistentEntity(Class) - Method in interface org.springframework.datastore.mapping.MappingConfigurationStrategy
Tests whether the given class is a persistent entity
isPersistentEntity(Class) - Method in interface org.springframework.datastore.mapping.MappingContext
Returns whether the specified class is a persistent entity
isPersistentEntity(Object) - Method in interface org.springframework.datastore.mapping.MappingContext
Returns whether the specified value is a persistent entity
isReadableProperty(String) - Method in class org.springframework.datastore.reflect.ClassPropertyFetcher
 
isRoot() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
isRoot() - Method in interface org.springframework.datastore.mapping.PersistentEntity
Whether this entity is a root entity
isSessionTransactional(Session, Datastore) - Static method in class org.springframework.datastore.core.DatastoreUtils
Return whether the given Datastore Session is transactional, that is, bound to the current thread by Spring's transaction facilities.
isSimpleType(Class) - Static method in class org.springframework.datastore.mapping.MappingFactory
 
isTransactionPresent(Datastore) - Static method in class org.springframework.datastore.transactions.TransactionUtils
 
iterator() - Method in class org.springframework.datastore.collection.PersistentList
 
iterator() - Method in class org.springframework.datastore.collection.PersistentSet
 
iterator() - Method in class org.springframework.datastore.redis.collection.RedisList
 
iterator() - Method in class org.springframework.datastore.redis.collection.RedisSet
 

J

javaClass - Variable in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
JavassistProxyFactory - Class in org.springframework.datastore.proxy
A proxy factory that uses Javassist to create proxies
JavassistProxyFactory() - Constructor for class org.springframework.datastore.proxy.JavassistProxyFactory
 
JedisTemplate - Class in org.springframework.datastore.redis.util
A Spring-style template for querying Redis and translating Jedis exceptions into Spring exceptions
JedisTemplate(String, int, int) - Constructor for class org.springframework.datastore.redis.util.JedisTemplate
 
JedisTemplate(Jedis) - Constructor for class org.springframework.datastore.redis.util.JedisTemplate
 
JedisTemplate(JedisPool) - Constructor for class org.springframework.datastore.redis.util.JedisTemplate
 
JedisTemplate(JedisPool, int) - Constructor for class org.springframework.datastore.redis.util.JedisTemplate
 

K

keys(String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
keys(String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
keyspace - Variable in class org.springframework.datastore.keyvalue.mapping.KeyValueMappingFactory
 
KeyValue - Class in org.springframework.datastore.keyvalue.mapping
A KeyValue is a used to define the key used for a particular value
KeyValue() - Constructor for class org.springframework.datastore.keyvalue.mapping.KeyValue
 
KeyValue(String) - Constructor for class org.springframework.datastore.keyvalue.mapping.KeyValue
 
KeyValueEntry - Class in org.springframework.datastore.keyvalue.engine
 
KeyValueEntry(String) - Constructor for class org.springframework.datastore.keyvalue.engine.KeyValueEntry
 
KeyValueMappingContext - Class in org.springframework.datastore.keyvalue.mapping
A MappingContext used to map objects to a Key/Value store
KeyValueMappingContext(String) - Constructor for class org.springframework.datastore.keyvalue.mapping.KeyValueMappingContext
Constructs a context using the given keyspace
KeyValueMappingFactory - Class in org.springframework.datastore.keyvalue.mapping
 
KeyValueMappingFactory(String) - Constructor for class org.springframework.datastore.keyvalue.mapping.KeyValueMappingFactory
 
KeyValuePersistentEntity<KeyValueMapping> - Class in org.springframework.datastore.keyvalue.mapping
 
KeyValuePersistentEntity(Class, MappingContext) - Constructor for class org.springframework.datastore.keyvalue.mapping.KeyValuePersistentEntity
 
KeyValuePersistentEntity.KeyValueClassMapping - Class in org.springframework.datastore.keyvalue.mapping
 
KeyValuePersistentEntity.KeyValueClassMapping(PersistentEntity, MappingContext) - Constructor for class org.springframework.datastore.keyvalue.mapping.KeyValuePersistentEntity.KeyValueClassMapping
 
KeyValueSession<T> - Interface in org.springframework.datastore.keyvalue
 

L

LAST_UPDATED - Static variable in interface org.springframework.datastore.mapping.config.GormProperties
 
LAST_UPDATED_PROPERTY - Static variable in class org.grails.datastore.gorm.events.AutoTimestampInterceptor
 
lastIndexOf(Object) - Method in class org.springframework.datastore.collection.PersistentList
 
like(String, Object) - Method in class grails.gorm.CriteriaBuilder
Creates an "equals" Criterion based on the specified property name and value.
like(String, String) - Method in class org.springframework.datastore.query.Query
Restricts the results by the given properties value
like(String, String) - Static method in class org.springframework.datastore.query.Restrictions
Restricts the property match the given String expressions.
limit(int, int) - Method in class org.springframework.datastore.redis.util.SortParams
 
lindex(String, int) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
lindex(String, int) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
list() - Method in class org.springframework.datastore.query.Query
Executes the query returning zero or many results as a list
listIterator() - Method in class org.springframework.datastore.collection.PersistentList
 
listIterator(int) - Method in class org.springframework.datastore.collection.PersistentList
 
ListOrderByFinder - Class in org.grails.datastore.gorm.finders
The "listOrderBy*" static persistent method.
ListOrderByFinder(Datastore) - Constructor for class org.grails.datastore.gorm.finders.ListOrderByFinder
 
llen(String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
llen(String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
lock(Object) - Method in class org.springframework.datastore.core.AbstractSession
 
lock(Class, Serializable) - Method in class org.springframework.datastore.core.AbstractSession
 
lock(Object) - Method in interface org.springframework.datastore.core.Session
Obtains a write lock on the given object
lock(Class<T>, Serializable) - Method in interface org.springframework.datastore.core.Session
Retrieves an individual object, using a write lock to prevent loss of updates
lock(Serializable) - Method in class org.springframework.datastore.engine.LockableEntityPersister
Locks an object for the given identifier returning the locked instance
lock(Serializable, int) - Method in class org.springframework.datastore.engine.LockableEntityPersister
Acquire a lock using the given identifier and timeout delay
lock(Serializable) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
lock(Serializable, int) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
lock(Object) - Method in class org.springframework.datastore.redis.RedisSession
 
lock(Class, Serializable) - Method in class org.springframework.datastore.redis.RedisSession
 
LockableEntityPersister - Class in org.springframework.datastore.engine
Interface for entity persisters that support locking
LockableEntityPersister(MappingContext, PersistentEntity, Session) - Constructor for class org.springframework.datastore.engine.LockableEntityPersister
 
lockedObjects - Variable in class org.springframework.datastore.core.AbstractSession
 
lockEntry(PersistentEntity, String, Serializable, int) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Subclasses can override to provide locking semantics
lockEntry(PersistentEntity, String, Serializable, int) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
logger - Static variable in class org.springframework.datastore.core.DatastoreUtils
 
lpush(String, Object) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
lpush(String, Object) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
lrange(String, int, int) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
lrange(String, int, int) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
lrem(String, Object, int) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
lrem(String, Object, int) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
lset(String, int, Object) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
lset(String, int, Object) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
lt(String, Object) - Method in class grails.gorm.CriteriaBuilder
Used to restrict a value to be less than or equal to the given value
lt(String, Object) - Method in class org.springframework.datastore.query.Query
Used to restrict a value to be less than the given value
lt(String, Object) - Static method in class org.springframework.datastore.query.Restrictions
Used to restrict a value to be less than the given value
lte(String, Object) - Method in class grails.gorm.CriteriaBuilder
Used to restrict a value to be less than or equal to the given value
lte(String, Object) - Method in class org.springframework.datastore.query.Query
Used to restrict a value to be less than or equal to the given value
lte(String, Object) - Static method in class org.springframework.datastore.query.Restrictions
Used to restrict a value to be less than or equal to the given value

M

makeAccessible(Field) - Static method in class org.springframework.datastore.reflect.ReflectionUtils
Make the given field accessible, explicitly setting it accessible if necessary.
makeAccessible(Method) - Static method in class org.springframework.datastore.reflect.ReflectionUtils
Make the given method accessible, explicitly setting it accessible if necessary.
ManyToMany<T> - Class in org.springframework.datastore.mapping.types
Models a many-to-many association between one class and another
ManyToMany(PersistentEntity, MappingContext, PropertyDescriptor) - Constructor for class org.springframework.datastore.mapping.types.ManyToMany
 
ManyToMany(PersistentEntity, MappingContext, String, Class) - Constructor for class org.springframework.datastore.mapping.types.ManyToMany
 
ManyToOne<T> - Class in org.springframework.datastore.mapping.types
Models a many-to-one association
ManyToOne(PersistentEntity, MappingContext, PropertyDescriptor) - Constructor for class org.springframework.datastore.mapping.types.ManyToOne
 
ManyToOne(PersistentEntity, MappingContext, String, Class) - Constructor for class org.springframework.datastore.mapping.types.ManyToOne
 
MAPPED_BY - Static variable in interface org.springframework.datastore.mapping.config.GormProperties
 
MAPPING - Static variable in interface org.springframework.datastore.mapping.config.GormProperties
 
MAPPING_STRATEGY - Static variable in interface org.springframework.datastore.mapping.config.GormProperties
 
MappingConfigurationStrategy - Interface in org.springframework.datastore.mapping
This interface defines a strategy for reading how persistent properties are defined in a persistent entity.
mappingContext - Variable in class org.springframework.datastore.core.AbstractDatastore
 
MappingContext - Interface in org.springframework.datastore.mapping
This interface defines the overall context including all known PersistentEntity instances and methods to obtain instances on demand
MappingContext.Listener - Interface in org.springframework.datastore.mapping
Implementors can register for events when the mapping context changes
mappingFactory - Variable in class org.springframework.datastore.keyvalue.mapping.KeyValueMappingContext
 
MappingFactory<R,T> - Class in org.springframework.datastore.mapping
An abstract factory for creating persistent property instances.
MappingFactory() - Constructor for class org.springframework.datastore.mapping.MappingFactory
 
max(String) - Method in class grails.gorm.CriteriaBuilder
Computes the max value of a property
max(String) - Static method in class org.springframework.datastore.query.Projections
Computes the max value of a property
max - Variable in class org.springframework.datastore.query.Query
 
max(int) - Method in class org.springframework.datastore.query.Query
Defines the maximum number of results to return
max(String) - Method in class org.springframework.datastore.query.Query.ProjectionList
Computes the max value of a property
maxResults(int) - Method in class org.springframework.datastore.query.Query
Defines the maximum number of results to return
members() - Method in interface org.springframework.datastore.redis.collection.RedisCollection
 
members(int, int) - Method in interface org.springframework.datastore.redis.collection.RedisCollection
 
members() - Method in class org.springframework.datastore.redis.collection.RedisList
 
members(int, int) - Method in class org.springframework.datastore.redis.collection.RedisList
 
members() - Method in class org.springframework.datastore.redis.collection.RedisSet
 
members(int, int) - Method in class org.springframework.datastore.redis.collection.RedisSet
 
MethodExpression - Class in org.grails.datastore.gorm.finders
Method expression used to evaluate a dynamic finder
MethodExpression(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression
 
MethodExpression.Between - Class in org.grails.datastore.gorm.finders
 
MethodExpression.Between(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.Between
 
MethodExpression.Equal - Class in org.grails.datastore.gorm.finders
 
MethodExpression.Equal(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.Equal
 
MethodExpression.GreaterThan - Class in org.grails.datastore.gorm.finders
 
MethodExpression.GreaterThan(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.GreaterThan
 
MethodExpression.GreaterThanEquals - Class in org.grails.datastore.gorm.finders
 
MethodExpression.GreaterThanEquals(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.GreaterThanEquals
 
MethodExpression.InList - Class in org.grails.datastore.gorm.finders
 
MethodExpression.InList(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.InList
 
MethodExpression.LessThan - Class in org.grails.datastore.gorm.finders
 
MethodExpression.LessThan(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.LessThan
 
MethodExpression.LessThanEquals - Class in org.grails.datastore.gorm.finders
 
MethodExpression.LessThanEquals(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.LessThanEquals
 
MethodExpression.Like - Class in org.grails.datastore.gorm.finders
 
MethodExpression.Like(Class<?>, String) - Constructor for class org.grails.datastore.gorm.finders.MethodExpression.Like
 
min(String) - Method in class grails.gorm.CriteriaBuilder
Computes the min value of a property
min(String) - Static method in class org.springframework.datastore.query.Projections
Computes the min value of a property
min(String) - Method in class org.springframework.datastore.query.Query.ProjectionList
Computes the min value of a property
mset(Map<String, String>) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
mset(Map<String, String>) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
multi() - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
multi() - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 

N

name - Variable in class org.springframework.datastore.mapping.AbstractPersistentProperty
 
name - Variable in class org.springframework.datastore.query.Query.PropertyCriterion
 
NAMED_QUERIES - Static variable in interface org.springframework.datastore.mapping.config.GormProperties
 
NameUtils - Class in org.springframework.datastore.reflect
 
NameUtils() - Constructor for class org.springframework.datastore.reflect.NameUtils
 
newInstance() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
newInstance() - Method in interface org.springframework.datastore.mapping.PersistentEntity
Constructs a new instance
NonPersistentTypeException - Exception in org.springframework.datastore.engine
Thrown when an object cannot be persisted
NonPersistentTypeException(String) - Constructor for exception org.springframework.datastore.engine.NonPersistentTypeException
 
NOT - Static variable in class grails.gorm.CriteriaBuilder
 

O

objectToKey - Variable in class org.springframework.datastore.core.AbstractSession
 
offset - Variable in class org.springframework.datastore.query.Query
 
offset(int) - Method in class org.springframework.datastore.query.Query
Defines the offset (the first result index) of the query
onErrors(Object, Errors) - Method in class org.springframework.datastore.validation.ValidatingInterceptor
Sub classes should override to receive error notifications
OneToMany<T> - Class in org.springframework.datastore.mapping.types
Models a one-to-many association
OneToMany(PersistentEntity, MappingContext, PropertyDescriptor) - Constructor for class org.springframework.datastore.mapping.types.OneToMany
 
OneToMany(PersistentEntity, MappingContext, String, Class) - Constructor for class org.springframework.datastore.mapping.types.OneToMany
 
OneToOne<T> - Class in org.springframework.datastore.mapping.types
Models a one-to-one association
OneToOne(PersistentEntity, MappingContext, PropertyDescriptor) - Constructor for class org.springframework.datastore.mapping.types.OneToOne
 
OneToOne(PersistentEntity, MappingContext, String, Class) - Constructor for class org.springframework.datastore.mapping.types.OneToOne
 
OpenSessionInViewInterceptor - Class in org.springframework.datastore.web.support
A WebRequestInterceptor instance that handles opening a Datastore session within the scope of a request
OpenSessionInViewInterceptor() - Constructor for class org.springframework.datastore.web.support.OpenSessionInViewInterceptor
 
OR - Static variable in class grails.gorm.CriteriaBuilder
 
or(Query.Criterion, Query.Criterion) - Method in class org.springframework.datastore.query.Query
Creates a disjunction using two specified criterion
or(Query.Criterion, Query.Criterion) - Static method in class org.springframework.datastore.query.Restrictions
 
order(String) - Method in class grails.gorm.CriteriaBuilder
Orders by the specified property name (defaults to ascending)
order(String, String) - Method in class grails.gorm.CriteriaBuilder
Orders by the specified property name and direction
order(Query.Order) - Method in class org.springframework.datastore.query.Query
Specifies the order of results
ORDER_ASC - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ORDER_ASCENDING - Static variable in class grails.gorm.CriteriaBuilder
 
ORDER_DESC - Static variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
ORDER_DESCENDING - Static variable in class grails.gorm.CriteriaBuilder
 
orderBy - Variable in class org.springframework.datastore.query.Query
 
org.grails.datastore.gorm.events - package org.grails.datastore.gorm.events
 
org.grails.datastore.gorm.finders - package org.grails.datastore.gorm.finders
 
org.grails.datastore.gorm.support - package org.grails.datastore.gorm.support
 
org.springframework.datastore.collection - package org.springframework.datastore.collection
 
org.springframework.datastore.column - package org.springframework.datastore.column
 
org.springframework.datastore.config.utils - package org.springframework.datastore.config.utils
 
org.springframework.datastore.core - package org.springframework.datastore.core
 
org.springframework.datastore.document - package org.springframework.datastore.document
 
org.springframework.datastore.engine - package org.springframework.datastore.engine
 
org.springframework.datastore.graph - package org.springframework.datastore.graph
 
org.springframework.datastore.keyvalue - package org.springframework.datastore.keyvalue
 
org.springframework.datastore.keyvalue.convert - package org.springframework.datastore.keyvalue.convert
 
org.springframework.datastore.keyvalue.engine - package org.springframework.datastore.keyvalue.engine
 
org.springframework.datastore.keyvalue.mapping - package org.springframework.datastore.keyvalue.mapping
 
org.springframework.datastore.keyvalue.mapping.config - package org.springframework.datastore.keyvalue.mapping.config
 
org.springframework.datastore.mapping - package org.springframework.datastore.mapping
 
org.springframework.datastore.mapping.config - package org.springframework.datastore.mapping.config
 
org.springframework.datastore.mapping.lifecycle - package org.springframework.datastore.mapping.lifecycle
 
org.springframework.datastore.mapping.types - package org.springframework.datastore.mapping.types
 
org.springframework.datastore.mock - package org.springframework.datastore.mock
 
org.springframework.datastore.proxy - package org.springframework.datastore.proxy
 
org.springframework.datastore.query - package org.springframework.datastore.query
 
org.springframework.datastore.rdbms - package org.springframework.datastore.rdbms
 
org.springframework.datastore.redis - package org.springframework.datastore.redis
 
org.springframework.datastore.redis.collection - package org.springframework.datastore.redis.collection
 
org.springframework.datastore.redis.engine - package org.springframework.datastore.redis.engine
 
org.springframework.datastore.redis.query - package org.springframework.datastore.redis.query
 
org.springframework.datastore.redis.util - package org.springframework.datastore.redis.util
 
org.springframework.datastore.reflect - package org.springframework.datastore.reflect
 
org.springframework.datastore.transactions - package org.springframework.datastore.transactions
 
org.springframework.datastore.transactions.support - package org.springframework.datastore.transactions.support
 
org.springframework.datastore.validation - package org.springframework.datastore.validation
 
org.springframework.datastore.web.support - package org.springframework.datastore.web.support
 
owner - Variable in class org.springframework.datastore.mapping.AbstractPersistentProperty
 
owners - Variable in class org.springframework.datastore.mapping.AbstractPersistentEntity
 

P

pattern - Variable in class org.grails.datastore.gorm.finders.DynamicFinder
 
pendingDeletes - Variable in class org.springframework.datastore.core.AbstractSession
 
pendingInserts - Variable in class org.springframework.datastore.core.AbstractSession
 
pendingUpdates - Variable in class org.springframework.datastore.core.AbstractSession
 
persist(Object) - Method in class org.springframework.datastore.core.AbstractSession
 
persist(Iterable) - Method in class org.springframework.datastore.core.AbstractSession
 
persist(Object) - Method in interface org.springframework.datastore.core.Session
Stores and object and returns its key
persist(Iterable) - Method in interface org.springframework.datastore.core.Session
Persists several objects returning their identifiers in the order specified by the Iterable
persist(Object) - Method in class org.springframework.datastore.engine.EntityPersister
Persists an object returning the identifier
persist(Iterable) - Method in class org.springframework.datastore.engine.EntityPersister
 
persist(Object) - Method in interface org.springframework.datastore.engine.Persister
Persist an object using the given mapping context
persist(Iterable) - Method in interface org.springframework.datastore.engine.Persister
Persists a number of objects at the same time and returns their keys in the order specified by the objs parameter
PersistentCollection - Interface in org.springframework.datastore.collection
A lazy loaded collection
persistentEntities - Variable in class org.springframework.datastore.mapping.AbstractMappingContext
 
persistentEntitiesByDiscriminator - Variable in class org.springframework.datastore.mapping.AbstractMappingContext
 
persistentEntitiesByName - Variable in class org.springframework.datastore.mapping.AbstractMappingContext
 
PersistentEntity - Interface in org.springframework.datastore.mapping
Represents a persistent entity
persistentEntityAdded(PersistentEntity) - Method in class org.grails.datastore.gorm.events.AutoTimestampInterceptor
 
persistentEntityAdded(PersistentEntity) - Method in interface org.springframework.datastore.mapping.MappingContext.Listener
Fired when a new entity is added
persistEntities(PersistentEntity, Iterable) - Method in class org.springframework.datastore.engine.EntityPersister
 
persistEntities(PersistentEntity, Iterable) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
This is a rather simplistic and unoptimized implementation.
persistEntity(PersistentEntity, Object) - Method in class org.springframework.datastore.engine.EntityPersister
Persist the given persistent entity
persistEntity(PersistentEntity, Object) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
PersistentList - Class in org.springframework.datastore.collection
A lazy loaded list
PersistentList(Serializable, Session, AssociationIndexer) - Constructor for class org.springframework.datastore.collection.PersistentList
 
persistentProperties - Variable in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
PersistentProperty<T> - Interface in org.springframework.datastore.mapping
 
persistentPropertyNames - Variable in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
PersistentSet - Class in org.springframework.datastore.collection
A lazy loaded set
PersistentSet(Serializable, Session, AssociationIndexer) - Constructor for class org.springframework.datastore.collection.PersistentSet
 
Persister - Interface in org.springframework.datastore.engine
A Persister is responsible for persisting and retrieving an object.
persisters - Variable in class org.springframework.datastore.core.AbstractSession
 
pipeline(RedisCallback<RedisTemplate<Jedis, SortingParams>>) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
pipeline(RedisCallback<RedisTemplate<T, S>>) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
plus(String) - Method in class org.springframework.datastore.redis.collection.RedisValue
 
plus(Long) - Method in class org.springframework.datastore.redis.collection.RedisValue
 
plus(Integer) - Method in class org.springframework.datastore.redis.collection.RedisValue
 
pop() - Method in class org.springframework.datastore.redis.collection.RedisSet
 
pop(Class) - Method in class org.springframework.datastore.redis.RedisSession
 
populateArgumentsForCriteria(Class<?>, Query, Map) - Static method in class org.grails.datastore.gorm.finders.DynamicFinder
 
postFlush() - Method in class org.springframework.datastore.core.AbstractSession
 
postFlush() - Method in class org.springframework.datastore.redis.RedisSession
 
postHandle(WebRequest, ModelMap) - Method in class org.springframework.datastore.web.support.OpenSessionInViewInterceptor
 
preHandle(WebRequest) - Method in class org.springframework.datastore.web.support.OpenSessionInViewInterceptor
 
PRIMITIVE_TYPE_COMPATIBLE_CLASSES - Static variable in class org.springframework.datastore.reflect.ReflectionUtils
 
processDeferredClose(Datastore) - Static method in class org.springframework.datastore.core.DatastoreUtils
Process all Datastore Sessions that have been registered for deferred close for the given SessionFactory.
Projections - Class in org.springframework.datastore.query
Projections used to customize the results of a query
Projections() - Constructor for class org.springframework.datastore.query.Projections
 
projections - Variable in class org.springframework.datastore.query.Query
 
projections() - Method in class org.springframework.datastore.query.Query
 
propertiesByName - Variable in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
property(String) - Method in class grails.gorm.CriteriaBuilder
A projection that obtains the value of a property of an entity
property(String) - Static method in class org.springframework.datastore.query.Projections
A projection that obtains the value of a property of an entity
property(String) - Method in class org.springframework.datastore.query.Query.ProjectionList
A projection that obtains the value of a property of an entity
PropertyMapping<T> - Interface in org.springframework.datastore.mapping
A marker interface for a property mapping which specifies what or where a particular property is mapped to
propertyName - Variable in class org.grails.datastore.gorm.finders.MethodExpression
 
PropertyValueIndexer<K> - Interface in org.springframework.datastore.engine
Responsible for creating indices for property values used in queries This interface is designed for usage in datastores that don't automatically create indices and require the application to create the indices manually
proxy(Class, Serializable) - Method in class org.springframework.datastore.core.AbstractSession
 
proxy(Class<T>, Serializable) - Method in interface org.springframework.datastore.core.Session
Retrieves a proxy for the given key
proxy(Serializable) - Method in interface org.springframework.datastore.engine.Persister
Creates a proxy for the given key
proxy(Serializable) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
proxyFactory - Variable in class org.springframework.datastore.engine.EntityPersister
 
proxyFactory - Variable in class org.springframework.datastore.mapping.AbstractMappingContext
 
ProxyFactory - Interface in org.springframework.datastore.proxy
The factory used to create proxies
put(Object, Object) - Method in class org.springframework.datastore.redis.collection.RedisMap
 

Q

query(K) - Method in interface org.springframework.datastore.engine.AssociationIndexer
Queries the given primary key and returns the foreign keys
query(Object) - Method in interface org.springframework.datastore.engine.PropertyValueIndexer
Queries the given value and returns the keys
query(Object, int, int) - Method in interface org.springframework.datastore.engine.PropertyValueIndexer
Queries the given value and returns the keys
Query - Class in org.springframework.datastore.query
Models a query that can be executed against a data store
Query(Session, PersistentEntity) - Constructor for class org.springframework.datastore.query.Query
 
query(Long) - Method in class org.springframework.datastore.redis.engine.RedisAssociationIndexer
 
query(Object) - Method in class org.springframework.datastore.redis.engine.RedisPropertyValueIndexer
 
query(Object, int, int) - Method in class org.springframework.datastore.redis.engine.RedisPropertyValueIndexer
 
Query.AvgProjection - Class in org.springframework.datastore.query
Computes the average value of a property
Query.AvgProjection(String) - Constructor for class org.springframework.datastore.query.Query.AvgProjection
 
Query.Between - Class in org.springframework.datastore.query
Criterion used to restrict the result to be between values (range query)
Query.Between(String, Object, Object) - Constructor for class org.springframework.datastore.query.Query.Between
 
Query.Conjunction - Class in org.springframework.datastore.query
A Criterion used to combine to criterion in a logical AND
Query.Conjunction() - Constructor for class org.springframework.datastore.query.Query.Conjunction
 
Query.CountProjection - Class in org.springframework.datastore.query
Used to count the results of a query
Query.CountProjection() - Constructor for class org.springframework.datastore.query.Query.CountProjection
 
Query.Criterion - Class in org.springframework.datastore.query
A criterion is used to restrict the results of a query
Query.Criterion() - Constructor for class org.springframework.datastore.query.Query.Criterion
 
Query.Disjunction - Class in org.springframework.datastore.query
A Criterion used to combine to criterion in a logical OR
Query.Disjunction() - Constructor for class org.springframework.datastore.query.Query.Disjunction
 
Query.Equals - Class in org.springframework.datastore.query
A criterion that restricts the results based on equality
Query.Equals(String, Object) - Constructor for class org.springframework.datastore.query.Query.Equals
 
Query.GreaterThan - Class in org.springframework.datastore.query
Used to restrict a value to be greater than the given value
Query.GreaterThan(String, Object) - Constructor for class org.springframework.datastore.query.Query.GreaterThan
 
Query.GreaterThanEquals - Class in org.springframework.datastore.query
Used to restrict a value to be greater than or equal to the given value
Query.GreaterThanEquals(String, Object) - Constructor for class org.springframework.datastore.query.Query.GreaterThanEquals
 
Query.IdProjection - Class in org.springframework.datastore.query
A projection used to obtain the identifier of an object
Query.IdProjection() - Constructor for class org.springframework.datastore.query.Query.IdProjection
 
Query.In - Class in org.springframework.datastore.query
Criterion used to restrict the results based on a list of values
Query.In(String, Collection) - Constructor for class org.springframework.datastore.query.Query.In
 
Query.Junction - Class in org.springframework.datastore.query
 
Query.Junction() - Constructor for class org.springframework.datastore.query.Query.Junction
 
Query.LessThan - Class in org.springframework.datastore.query
Used to restrict a value to be less than the given value
Query.LessThan(String, Object) - Constructor for class org.springframework.datastore.query.Query.LessThan
 
Query.LessThanEquals - Class in org.springframework.datastore.query
Used to restrict a value to be less than the given value
Query.LessThanEquals(String, Object) - Constructor for class org.springframework.datastore.query.Query.LessThanEquals
 
Query.Like - Class in org.springframework.datastore.query
Criterion used to restrict the results based on a pattern (likeness)
Query.Like(String, String) - Constructor for class org.springframework.datastore.query.Query.Like
 
Query.MaxProjection - Class in org.springframework.datastore.query
Computes the max value of a property
Query.MaxProjection(String) - Constructor for class org.springframework.datastore.query.Query.MaxProjection
 
Query.MinProjection - Class in org.springframework.datastore.query
Computes the min value of a property
Query.MinProjection(String) - Constructor for class org.springframework.datastore.query.Query.MinProjection
 
Query.Order - Class in org.springframework.datastore.query
The ordering of results
Query.Order(String) - Constructor for class org.springframework.datastore.query.Query.Order
 
Query.Order(String, Query.Order.Direction) - Constructor for class org.springframework.datastore.query.Query.Order
 
Query.Order.Direction - Enum in org.springframework.datastore.query
 
Query.Projection - Class in org.springframework.datastore.query
A projection
Query.Projection() - Constructor for class org.springframework.datastore.query.Query.Projection
 
Query.ProjectionList - Class in org.springframework.datastore.query
A list of projections
Query.ProjectionList() - Constructor for class org.springframework.datastore.query.Query.ProjectionList
 
Query.PropertyCriterion - Class in org.springframework.datastore.query
Criterion that applies to a property
Query.PropertyCriterion(String, Object) - Constructor for class org.springframework.datastore.query.Query.PropertyCriterion
 
Query.PropertyProjection - Class in org.springframework.datastore.query
A projection that obtains the value of a property of an entity
Query.PropertyProjection(String) - Constructor for class org.springframework.datastore.query.Query.PropertyProjection
 
Query.SumProjection - Class in org.springframework.datastore.query
Computes the sum of a property
Query.SumProjection(String) - Constructor for class org.springframework.datastore.query.Query.SumProjection
 
QUEUED - Static variable in class org.springframework.datastore.redis.util.JedisTemplate
 

R

random() - Method in class org.springframework.datastore.redis.collection.RedisSet
 
random(Class) - Method in class org.springframework.datastore.redis.RedisSession
 
read(Class<T>, String, Map<String, String>, T) - Static method in class org.springframework.datastore.config.utils.ConfigUtils
 
readObjectIdentifier(EntityAccess, ClassMapping<Family>) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
reconnect() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
RedisAssociationIndexer - Class in org.springframework.datastore.redis.engine
An indexer for Redis
RedisAssociationIndexer(RedisTemplate, ConversionService, Association) - Constructor for class org.springframework.datastore.redis.engine.RedisAssociationIndexer
 
RedisCallback<T> - Interface in org.springframework.datastore.redis.util
 
RedisCollection - Interface in org.springframework.datastore.redis.collection
Commons interface for Redis collections
RedisDatastore - Class in org.springframework.datastore.redis
A Datastore implementation for the Redis key/value datastore
RedisDatastore() - Constructor for class org.springframework.datastore.redis.RedisDatastore
 
RedisDatastore(MappingContext) - Constructor for class org.springframework.datastore.redis.RedisDatastore
 
RedisDatastore(MappingContext, Map<String, String>) - Constructor for class org.springframework.datastore.redis.RedisDatastore
 
RedisEntityPersister - Class in org.springframework.datastore.redis.engine
An EntityPersister for the Redis NoSQL datastore
RedisEntityPersister(MappingContext, PersistentEntity, RedisSession, RedisTemplate) - Constructor for class org.springframework.datastore.redis.engine.RedisEntityPersister
 
RedisEntry - Class in org.springframework.datastore.redis
 
RedisEntry(String) - Constructor for class org.springframework.datastore.redis.RedisEntry
 
redisKey - Variable in class org.springframework.datastore.redis.collection.AbstractRedisCollection
 
RedisList - Class in org.springframework.datastore.redis.collection
Creates a list that is backed onto a Redis list
RedisList(RedisTemplate, String) - Constructor for class org.springframework.datastore.redis.collection.RedisList
 
RedisMap - Class in org.springframework.datastore.redis.collection
A map that is backed onto a Redis hash
RedisMap(RedisTemplate, String) - Constructor for class org.springframework.datastore.redis.collection.RedisMap
 
RedisPropertyValueIndexer - Class in org.springframework.datastore.redis.engine
Indexes property values for querying later
RedisPropertyValueIndexer(MappingContext, RedisEntityPersister, PersistentProperty) - Constructor for class org.springframework.datastore.redis.engine.RedisPropertyValueIndexer
 
RedisQuery - Class in org.springframework.datastore.redis.query
A Query implementation for Redis
RedisQuery(RedisSession, RedisTemplate, PersistentEntity, RedisEntityPersister) - Constructor for class org.springframework.datastore.redis.query.RedisQuery
 
RedisQueryUtils - Class in org.springframework.datastore.redis.query
Internal utility methods for dealing with queries
RedisQueryUtils() - Constructor for class org.springframework.datastore.redis.query.RedisQueryUtils
 
RedisSession - Class in org.springframework.datastore.redis
 
RedisSession(Datastore, MappingContext, RedisTemplate) - Constructor for class org.springframework.datastore.redis.RedisSession
 
RedisSet - Class in org.springframework.datastore.redis.collection
A Java set implementation that backs onto a Redis set
RedisSet(RedisTemplate, String) - Constructor for class org.springframework.datastore.redis.collection.RedisSet
 
redisTemplate - Variable in class org.springframework.datastore.redis.collection.AbstractRedisCollection
 
RedisTemplate<T,S> - Interface in org.springframework.datastore.redis.util
Interface for RedisTemplate implementations to implement
RedisTransaction - Class in org.springframework.datastore.redis
Represents a Redis transaction
RedisTransaction(RedisTemplate) - Constructor for class org.springframework.datastore.redis.RedisTransaction
 
RedisValue - Class in org.springframework.datastore.redis.collection
 
RedisValue(byte[], TypeConverter) - Constructor for class org.springframework.datastore.redis.collection.RedisValue
 
ReflectionUtils - Class in org.springframework.datastore.reflect
Provides methods to help with reflective operations
ReflectionUtils() - Constructor for class org.springframework.datastore.reflect.ReflectionUtils
 
refresh(Object) - Method in class org.springframework.datastore.core.AbstractSession
 
refresh(Object) - Method in interface org.springframework.datastore.core.Session
Refreshes the given objects state
refresh(Object) - Method in interface org.springframework.datastore.engine.Persister
Refreshes the given objects state
refresh(Object) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
refreshObjectStateFromNativeEntry(PersistentEntity, Object, Serializable, T) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
RelationalDatastore - Interface in org.springframework.datastore.rdbms
 
releaseSession(Session, Datastore) - Static method in class org.springframework.datastore.core.DatastoreUtils
Close the given Session, created via the given factory, if it is not managed externally (i.e.
remove(int) - Method in class org.springframework.datastore.collection.PersistentList
 
remove(Object) - Method in class org.springframework.datastore.collection.PersistentList
 
remove(Object) - Method in class org.springframework.datastore.collection.PersistentSet
 
remove(int) - Method in class org.springframework.datastore.redis.collection.RedisList
 
remove(Object) - Method in class org.springframework.datastore.redis.collection.RedisList
 
remove(Object) - Method in class org.springframework.datastore.redis.collection.RedisMap
 
remove(Object) - Method in class org.springframework.datastore.redis.collection.RedisSet
 
removeAll(Collection) - Method in class org.springframework.datastore.collection.PersistentSet
 
removeAll(Collection) - Method in class org.springframework.datastore.redis.collection.AbstractRedisCollection
 
removeRange(int, int) - Method in class org.springframework.datastore.collection.PersistentList
 
Restrictions - Class in org.springframework.datastore.query
Factory for creating Query.Criterion instances
Restrictions() - Constructor for class org.springframework.datastore.query.Restrictions
 
resume() - Method in class org.springframework.datastore.transactions.support.SpringSessionSynchronization
 
retainAll(Collection) - Method in class org.springframework.datastore.collection.PersistentSet
 
retainAll(Collection) - Method in class org.springframework.datastore.redis.collection.AbstractRedisCollection
 
retrieve(Class, Serializable) - Method in class org.springframework.datastore.core.AbstractSession
 
retrieve(Class<T>, Serializable) - Method in interface org.springframework.datastore.core.Session
Retrieves an individual object
retrieve(Serializable) - Method in class org.springframework.datastore.engine.EntityPersister
 
retrieve(Serializable) - Method in interface org.springframework.datastore.engine.Persister
Retrieves an object for the given context and Key
retrieve(T) - Method in interface org.springframework.datastore.keyvalue.KeyValueSession
Retrieve an element from the datastore identified by their keys.
retrieve(T...) - Method in interface org.springframework.datastore.keyvalue.KeyValueSession
Retrieve one or more elements from the datastore identified by their keys.
retrieveAll(Class, Iterable) - Method in class org.springframework.datastore.core.AbstractSession
 
retrieveAll(Class, Serializable...) - Method in class org.springframework.datastore.core.AbstractSession
 
retrieveAll(Class, Iterable) - Method in interface org.springframework.datastore.core.Session
Retrieves several objects for the specified keys
retrieveAll(Class, Serializable...) - Method in interface org.springframework.datastore.core.Session
Retrieves several objects for the specified keys
retrieveAll(Iterable<Serializable>) - Method in class org.springframework.datastore.engine.EntityPersister
 
retrieveAll(Serializable[]) - Method in class org.springframework.datastore.engine.EntityPersister
 
retrieveAll(Iterable<Serializable>) - Method in interface org.springframework.datastore.engine.Persister
Batch retrieve several objects in one go
retrieveAll(Serializable[]) - Method in interface org.springframework.datastore.engine.Persister
Batch retrieve several objects in one go
retrieveAllEntities(PersistentEntity, Serializable[]) - Method in class org.springframework.datastore.engine.EntityPersister
 
retrieveAllEntities(PersistentEntity, Iterable<Serializable>) - Method in class org.springframework.datastore.engine.EntityPersister
 
retrieveAllEntities(PersistentEntity, Iterable<Serializable>) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Simplistic default implementation of retrieveAllEntities that iterates over each key and retrieves the entities one-by-one.
retrieveAllEntities(PersistentEntity, Serializable[]) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Simplistic default implementation of retrieveAllEntities that iterates over each key and retrieves the entities one-by-one.
retrieveAllEntities(PersistentEntity, Iterable<Serializable>) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
retrieveEntity(PersistentEntity, Serializable) - Method in class org.springframework.datastore.engine.EntityPersister
Retrieve a PersistentEntity for the given mappingContext and key
retrieveEntity(PersistentEntity, Serializable) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
retrieveEntry(PersistentEntity, String, Serializable) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Reads the native form of a Key/value datastore entry.
retrieveEntry(PersistentEntity, String, Serializable) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
retrieveSession() - Static method in class org.springframework.datastore.core.AbstractDatastore
Static way to retrieve the session
rollback() - Method in class org.springframework.datastore.redis.RedisTransaction
 
rollback() - Method in interface org.springframework.datastore.transactions.Transaction
Rollback the transaction.
rowCount() - Method in class grails.gorm.CriteriaBuilder
Count the number of records returned
rpush(String, Object) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
rpush(String, Object) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 

S

sadd(String, Object) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
sadd(String, Object) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
save() - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
save() - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
scard(String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
scard(String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
select(int) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
select(int) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
Session - Interface in org.springframework.datastore.core
The Session represents the active interaction with a datastore.
session - Variable in class org.springframework.datastore.engine.EntityPersister
 
SessionHolder - Class in org.springframework.datastore.transactions
Holds a reference to the session
SessionHolder(Session) - Constructor for class org.springframework.datastore.transactions.SessionHolder
 
SessionImplementor - Interface in org.springframework.datastore.core
Created by IntelliJ IDEA.
set(int, Object) - Method in class org.springframework.datastore.collection.PersistentList
 
set(int, Object) - Method in class org.springframework.datastore.redis.collection.RedisList
 
set(String, Object) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
set(String, Object) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
setArguments(Object[]) - Method in class org.grails.datastore.gorm.finders.MethodExpression.Between
 
setArguments(Object[]) - Method in class org.grails.datastore.gorm.finders.MethodExpression.InList
 
setArguments(Object[]) - Method in class org.grails.datastore.gorm.finders.MethodExpression
 
setAssociatedEntity(PersistentEntity) - Method in class org.springframework.datastore.mapping.types.Association
 
setAttribute(Object, String, Object) - Method in class org.springframework.datastore.core.AbstractSession
 
setAttribute(Object, String, Object) - Method in interface org.springframework.datastore.core.Session
Associates an attribute with the given persistent entity.
setBackgroundIndex(boolean) - Method in class org.springframework.datastore.redis.RedisDatastore
Sets whether the Redis datastore should create indices in the background instead of on startup
setConnectionDetails(Map<String, String>) - Method in class org.springframework.datastore.core.AbstractDatastore
 
setConversionService(ConversionService) - Method in class org.springframework.datastore.engine.EntityAccess
 
setDatastore(Datastore) - Method in class org.grails.datastore.gorm.events.AutoTimestampInterceptor
 
setDatastore(Datastore) - Method in class org.grails.datastore.gorm.events.DomainEventInterceptor
 
setDatastore(Datastore) - Method in interface org.springframework.datastore.core.DatastoreAware
Sets the datastore on this instance
setDatastore(Datastore) - Method in class org.springframework.datastore.engine.EmptyInterceptor
 
setDatastore(Datastore) - Method in class org.springframework.datastore.web.support.OpenSessionInViewInterceptor
 
setDatastoreManagedSession(boolean) - Method in class org.springframework.datastore.transactions.DatastoreTransactionManager
 
setEntityInterceptors(List<EntityInterceptor>) - Method in class org.springframework.datastore.core.AbstractDatastore
 
setEntityInterceptors(List<EntityInterceptor>) - Method in class org.springframework.datastore.core.AbstractSession
 
setEntityInterceptors(List<EntityInterceptor>) - Method in interface org.springframework.datastore.engine.EntityInterceptorAware
 
setEntityInterceptors(List<EntityInterceptor>) - Method in class org.springframework.datastore.engine.EntityPersister
 
setEntryValue(T, String, Object) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Sets a value on an entry
setEntryValue(Map, String, Object) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
setex(String, Object, int) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
setex(String, Object, int) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
setExistingSession(Session) - Method in class org.springframework.datastore.transactions.TransactionObject
 
setFamily(String) - Method in class org.springframework.datastore.keyvalue.mapping.Family
 
setFetchStrategy(FetchType) - Method in class org.springframework.datastore.keyvalue.mapping.KeyValue
 
setFetchStrategy(FetchType) - Method in class org.springframework.datastore.mapping.types.Association
 
setFlushMode(FlushModeType) - Method in class org.springframework.datastore.core.AbstractSession
 
setFlushMode(FlushModeType) - Method in interface org.springframework.datastore.core.Session
The flush mode, defaults to FlushModeType.AUTO
setForeignKeyInChild(boolean) - Method in class org.springframework.datastore.mapping.types.ToOne
 
setIdentifier(Object) - Method in class org.springframework.datastore.engine.EntityAccess
 
setIndex(boolean) - Method in class org.springframework.datastore.keyvalue.mapping.KeyValue
Whether this property is index
setKey(String) - Method in class org.springframework.datastore.keyvalue.mapping.KeyValue
 
setKeyspace(String) - Method in class org.springframework.datastore.keyvalue.mapping.Family
 
setnx(String, Object) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
setnx(String, Object) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
setOwningSide(boolean) - Method in class org.springframework.datastore.mapping.types.Association
 
setPassword(String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
setPassword(String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
setPattern(String) - Method in class org.grails.datastore.gorm.finders.DynamicFinder
 
setPattern(String) - Method in interface org.grails.datastore.gorm.finders.FinderMethod
 
setPattern(String) - Method in class org.grails.datastore.gorm.finders.ListOrderByFinder
 
setProperty(String, Object) - Method in class org.springframework.datastore.engine.EntityAccess
 
setProxyFactory(ProxyFactory) - Method in class org.springframework.datastore.mapping.AbstractMappingContext
 
setProxyFactory(ProxyFactory) - Method in interface org.springframework.datastore.mapping.MappingContext
Factory to use for creating proxies
setReadOnly() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
setReadWrite() - Method in class org.grails.datastore.gorm.support.DatastorePersistenceContextInterceptor
 
setReferencedPropertyName(String) - Method in class org.springframework.datastore.mapping.types.Association
 
setSession(Session) - Method in class org.springframework.datastore.transactions.TransactionObject
 
setSessionHolder(SessionHolder) - Method in class org.springframework.datastore.transactions.TransactionObject
 
setTimeout(int) - Method in class org.springframework.datastore.redis.RedisTransaction
 
setTimeout(int) - Method in interface org.springframework.datastore.transactions.Transaction
Sets the transaction timeout period
setTransaction(Transaction) - Method in class org.springframework.datastore.transactions.SessionHolder
 
setTransaction(Transaction) - Method in class org.springframework.datastore.transactions.TransactionObject
 
setUniqueResult(boolean) - Method in class org.springframework.datastore.query.Query
Deprecated.  
setValue(Object) - Method in class org.springframework.datastore.query.Query.Equals
 
Simple<T> - Class in org.springframework.datastore.mapping.types
Models a simple property type
Simple(PersistentEntity, MappingContext, PropertyDescriptor) - Constructor for class org.springframework.datastore.mapping.types.Simple
 
Simple(PersistentEntity, MappingContext, String, Class) - Constructor for class org.springframework.datastore.mapping.types.Simple
 
SIMPLE_TYPES - Static variable in class org.springframework.datastore.mapping.MappingFactory
 
SimpleMapDatastore - Class in org.springframework.datastore.mock
A simple implementation of the Datastore interface that backs onto an in-memory map.
SimpleMapDatastore(Map<String, Map>) - Constructor for class org.springframework.datastore.mock.SimpleMapDatastore
Creates a map based datastore backing onto the specified map
SimpleMapDatastore() - Constructor for class org.springframework.datastore.mock.SimpleMapDatastore
 
SimpleMapSession - Class in org.springframework.datastore.mock
A simple implementation of the Session interface that backs onto an in-memory map.
SimpleMapSession(SimpleMapDatastore, MappingContext) - Constructor for class org.springframework.datastore.mock.SimpleMapSession
 
singleResult() - Method in class org.springframework.datastore.query.Query
Executes the query returning a single result or null
sinter(String...) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
sinter(String...) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
sinterstore(String, String...) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
sinterstore(String, String...) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
sismember(String, Object) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
sismember(String, Object) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
size() - Method in class org.springframework.datastore.collection.PersistentList
 
size() - Method in class org.springframework.datastore.collection.PersistentSet
 
size() - Method in class org.springframework.datastore.redis.collection.RedisList
 
size() - Method in class org.springframework.datastore.redis.collection.RedisMap
 
size() - Method in class org.springframework.datastore.redis.collection.RedisSet
 
smembers(String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
smembers(String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
sort(String, SortParams<SortingParams>) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
sort(String, SortParams<S>) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
sortParams() - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
sortParams() - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
SortParams<T> - Class in org.springframework.datastore.redis.util
Parameters used for sorting.
SortParams() - Constructor for class org.springframework.datastore.redis.util.SortParams
 
sortstore(String, String, SortParams<SortingParams>) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
sortstore(String, String, SortParams<S>) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
spop(String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
spop(String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
SpringSessionSynchronization - Class in org.springframework.datastore.transactions.support
An instance of TransactionSynchronization for the Datastore abstraction.
SpringSessionSynchronization(SessionHolder, Datastore, boolean) - Constructor for class org.springframework.datastore.transactions.support.SpringSessionSynchronization
 
srandmember(String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
srandmember(String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
srem(String, Object) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
srem(String, Object) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
store(String, Map) - Method in interface org.springframework.datastore.keyvalue.KeyValueSession
Store data in the datastore.
storeEntry(PersistentEntity, K, T) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Stores the native form of a Key/value datastore to the actual data store
storeEntry(PersistentEntity, Long, Map) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
subList(int, int) - Method in class org.springframework.datastore.collection.PersistentList
 
sum(String) - Method in class grails.gorm.CriteriaBuilder
Computes the sum of a property
sum(String) - Static method in class org.springframework.datastore.query.Projections
Computes the sum of a property
sum(String) - Method in class org.springframework.datastore.query.Query.ProjectionList
Computes the sum of a property
sunion(String...) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
sunion(String...) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
sunionstore(String, String...) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
sunionstore(String, String...) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
suspend() - Method in class org.springframework.datastore.transactions.support.SpringSessionSynchronization
 

T

targetClass - Variable in class org.grails.datastore.gorm.finders.MethodExpression
 
toArray() - Method in class org.springframework.datastore.collection.PersistentList
 
toArray(Object[]) - Method in class org.springframework.datastore.collection.PersistentList
 
toArray() - Method in class org.springframework.datastore.collection.PersistentSet
 
toArray(Object[]) - Method in class org.springframework.datastore.collection.PersistentSet
 
toArray() - Method in class org.springframework.datastore.redis.collection.AbstractRedisCollection
 
toArray(Object[]) - Method in class org.springframework.datastore.redis.collection.AbstractRedisCollection
 
toLong() - Method in class org.springframework.datastore.redis.collection.RedisValue
 
ToOne<T> - Class in org.springframework.datastore.mapping.types
 
ToOne(PersistentEntity, MappingContext, PropertyDescriptor) - Constructor for class org.springframework.datastore.mapping.types.ToOne
 
ToOne(PersistentEntity, MappingContext, String, Class) - Constructor for class org.springframework.datastore.mapping.types.ToOne
 
toString() - Method in class org.springframework.datastore.collection.PersistentList
 
toString() - Method in class org.springframework.datastore.collection.PersistentSet
 
toString() - Method in class org.springframework.datastore.mapping.AbstractPersistentEntity
 
toString() - Method in class org.springframework.datastore.mapping.AbstractPersistentProperty
 
toString() - Method in class org.springframework.datastore.mapping.types.Association
 
toString() - Method in class org.springframework.datastore.redis.collection.RedisValue
 
Transaction<T> - Interface in org.springframework.datastore.transactions
Class giving the ability to start, commit and rollback a transaction.
TransactionObject - Class in org.springframework.datastore.transactions
A transaction object returned when the transaction is created
TransactionObject() - Constructor for class org.springframework.datastore.transactions.TransactionObject
 
TransactionUtils - Class in org.springframework.datastore.transactions
Utility methods for Transactions
TransactionUtils() - Constructor for class org.springframework.datastore.transactions.TransactionUtils
 
transformRedisResults(ConversionService, Collection<String>) - Static method in class org.springframework.datastore.redis.query.RedisQueryUtils
 
TRANSIENT - Static variable in interface org.springframework.datastore.mapping.config.GormProperties
 
ttl(String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
ttl(String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
type - Variable in class org.springframework.datastore.mapping.AbstractPersistentProperty
 

U

unlock(Object) - Method in class org.springframework.datastore.core.AbstractSession
 
unlock(Object) - Method in interface org.springframework.datastore.core.Session
Releases a lock, if not called all locked objects should be released by Session.disconnect()
unlock(Object) - Method in class org.springframework.datastore.engine.LockableEntityPersister
Unlocks a locked object
unlock(Object) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
 
unlock(Object) - Method in class org.springframework.datastore.redis.RedisSession
 
unlockEntry(PersistentEntity, String, Serializable) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Subclasses to override to provide locking semantics
unlockEntry(PersistentEntity, String, Serializable) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 
updateEntry(PersistentEntity, K, T) - Method in class org.springframework.datastore.keyvalue.engine.AbstractKeyValueEntityPesister
Updates an existing entry to the actual datastore
updateEntry(PersistentEntity, Long, Map) - Method in class org.springframework.datastore.redis.engine.RedisEntityPersister
 

V

ValidatingInterceptor - Class in org.springframework.datastore.validation
An EntityInterceptor that uses Spring's validation mechanism to evict objects if an error occurs
ValidatingInterceptor() - Constructor for class org.springframework.datastore.validation.ValidatingInterceptor
 
ValidationException - Exception in org.springframework.datastore.validation
Exception thrown when a validation error occurs
ValidationException(String, Errors) - Constructor for exception org.springframework.datastore.validation.ValidationException
 
value - Variable in class org.springframework.datastore.query.Query.PropertyCriterion
 
valueOf(String) - Static method in enum org.springframework.datastore.query.Query.Order.Direction
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.datastore.query.Query.Order.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in interface org.springframework.datastore.mapping.config.GormProperties
 

Z

zadd(String, double, Object) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
zadd(String, double, Object) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
ZERO_PARAMS - Static variable in class org.grails.datastore.gorm.events.DomainEventInterceptor
 
zrange(String, int, int) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
zrange(String, int, int) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
zrangebyscore(String, double, double) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
zrangebyscore(String, double, double) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
zrank(String, Object) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
zrank(String, Object) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
zrevrange(String, int, int) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
zrevrange(String, int, int) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 
zscore(String, String) - Method in class org.springframework.datastore.redis.util.JedisTemplate
 
zscore(String, String) - Method in interface org.springframework.datastore.redis.util.RedisTemplate
 

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