- Redis - Class in org.hibernate.ogm.datastore.redis
-
Allows to configure options specific to the Redis data store.
- Redis() - Constructor for class org.hibernate.ogm.datastore.redis.Redis
-
- RedisAssociation - Class in org.hibernate.ogm.datastore.redis.dialect.model.impl
-
Represents an association stored in Redis, backed either by an association value (external storage of
associations) or an association sub-tree within an entity value (embedded storage of associations).
- RedisAssociation() - Constructor for class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisAssociation
-
- RedisAssociationRowFactory - Class in org.hibernate.ogm.datastore.redis.dialect.model.impl
-
AssociationRowFactory
which creates association rows based on the map based representation used in Redis.
- RedisAssociationSnapshot - Class in org.hibernate.ogm.datastore.redis.dialect.model.impl
-
AssociationSnapshot
implementation based on a
RedisAssociation
(which in turn wraps an association
value or an association stored within an entity value) as written to and retrieved from the Redis server.
- RedisAssociationSnapshot(RedisAssociation, AssociationKey) - Constructor for class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisAssociationSnapshot
-
- RedisConfiguration - Class in org.hibernate.ogm.datastore.redis.impl
-
- RedisConfiguration(ConfigurationPropertyReader) - Constructor for class org.hibernate.ogm.datastore.redis.impl.RedisConfiguration
-
- RedisDatastoreProvider - Class in org.hibernate.ogm.datastore.redis.impl
-
Provides access to Redis
it can be taken via JNDI or started by this ServiceProvider; in this case it will also
be stopped when no longer needed.
- RedisDatastoreProvider() - Constructor for class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
-
- RedisEntityContext - Interface in org.hibernate.ogm.datastore.redis.options.navigation
-
Allows to configure Redis-specific options applying on a global level.
- RedisEntityContextImpl - Class in org.hibernate.ogm.datastore.redis.options.navigation.impl
-
Converts Redis entity-level options.
- RedisEntityContextImpl(ConfigurationContext) - Constructor for class org.hibernate.ogm.datastore.redis.options.navigation.impl.RedisEntityContextImpl
-
- RedisGlobalContext - Interface in org.hibernate.ogm.datastore.redis.options.navigation
-
Allows to configure Redis-specific options applying on a global level.
- RedisGlobalContextImpl - Class in org.hibernate.ogm.datastore.redis.options.navigation.impl
-
Converts global Redis options.
- RedisGlobalContextImpl(ConfigurationContext) - Constructor for class org.hibernate.ogm.datastore.redis.options.navigation.impl.RedisGlobalContextImpl
-
- RedisHashDialect - Class in org.hibernate.ogm.datastore.redis
-
Stores tuples and associations inside Redis using hash data structures.
- RedisHashDialect(RedisDatastoreProvider) - Constructor for class org.hibernate.ogm.datastore.redis.RedisHashDialect
-
- RedisHashEnumType - Class in org.hibernate.ogm.datastore.redis.impl.hash
-
Store
Enum
types either by using names as
String
or using the ordinal value as
String
.
- RedisHashEnumType(CustomType, EnumType) - Constructor for class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashEnumType
-
- RedisHashTupleSnapshot - Class in org.hibernate.ogm.datastore.redis.dialect.model.impl
-
- RedisHashTupleSnapshot(HashEntity) - Constructor for class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisHashTupleSnapshot
-
- RedisHashType<T> - Class in org.hibernate.ogm.datastore.redis.impl.hash
-
- RedisHashType(JavaTypeDescriptor<T>, String) - Constructor for class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashType
-
- RedisHashTypeConverter - Class in org.hibernate.ogm.datastore.redis.impl.hash
-
Container for methods used to obtain the GridType
representation of a Type
.
- RedisHashTypeConverter() - Constructor for class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashTypeConverter
-
- RedisJsonBlobType - Class in org.hibernate.ogm.datastore.redis.impl
-
- RedisJsonBlobType() - Constructor for class org.hibernate.ogm.datastore.redis.impl.RedisJsonBlobType
-
- RedisJsonByteType - Class in org.hibernate.ogm.datastore.redis.impl
-
Type for storing byte
s in Redis as JSON.
- RedisJsonByteType() - Constructor for class org.hibernate.ogm.datastore.redis.impl.RedisJsonByteType
-
- RedisJsonDialect - Class in org.hibernate.ogm.datastore.redis
-
Stores tuples and associations inside Redis as JSON.
- RedisJsonDialect(RedisDatastoreProvider) - Constructor for class org.hibernate.ogm.datastore.redis.RedisJsonDialect
-
- RedisJsonLongType - Class in org.hibernate.ogm.datastore.redis.impl
-
Type for storing long
s in Redis JSON.
- RedisJsonLongType() - Constructor for class org.hibernate.ogm.datastore.redis.impl.RedisJsonLongType
-
- RedisJsonTupleSnapshot - Class in org.hibernate.ogm.datastore.redis.dialect.model.impl
-
- RedisJsonTupleSnapshot(Entity) - Constructor for class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisJsonTupleSnapshot
-
- RedisJsonTypeConverter - Class in org.hibernate.ogm.datastore.redis.impl.json
-
Container for methods used to obtain the GridType
representation of a Type
.
- RedisJsonTypeConverter() - Constructor for class org.hibernate.ogm.datastore.redis.impl.json.RedisJsonTypeConverter
-
- redisModeMismatchClusterModeConfigured(String) - Method in interface org.hibernate.ogm.datastore.redis.logging.impl.Log
-
- redisModeMismatchClusterModeConfigured(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
-
- redisModeMismatchClusterModeConfigured$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
-
- redisModeMismatchStandaloneModeConfigured(String) - Method in interface org.hibernate.ogm.datastore.redis.logging.impl.Log
-
- redisModeMismatchStandaloneModeConfigured(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
-
- redisModeMismatchStandaloneModeConfigured$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
-
- RedisProperties - Class in org.hibernate.ogm.datastore.redis
-
Properties for configuring the Redis datastore via persistence.xml
or OgmConfiguration
.
- RedisPropertyContext - Interface in org.hibernate.ogm.datastore.redis.options.navigation
-
Allows to configure Redis-specific options for a single property.
- RedisPropertyContextImpl - Class in org.hibernate.ogm.datastore.redis.options.navigation.impl
-
Converts Redis property-level options.
- RedisPropertyContextImpl(ConfigurationContext) - Constructor for class org.hibernate.ogm.datastore.redis.options.navigation.impl.RedisPropertyContextImpl
-
- RedisSerializableType<T extends Serializable> - Class in org.hibernate.ogm.datastore.redis.impl
-
A GridType
which stores/retrieves values from the grid unwrapping/wrapping them as string
representation of the correpsonding byte array using the chosend JavaTypeDescriptor
- RedisSerializableType(JavaTypeDescriptor<T>) - Constructor for class org.hibernate.ogm.datastore.redis.impl.RedisSerializableType
-
- remove(EntityKey) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
-
- removeAssociations(List<AssociationKey>) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
-
- removeTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
-