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

A

AbstractRedisDialect - Class in org.hibernate.ogm.datastore.redis
 
AbstractRedisDialect(RedisClusterCommands<String, String>, boolean) - Constructor for class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
Creates a new AbstractRedisDialect.
addIdToEntity(Entity, String[], Object[]) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
addKeyValuesFromKeyName(EntityKeyMetadata, String, String, Entity) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
addKeyValuesFromKeyName(EntityKeyMetadata, String, String, Map<String, Object>) - Method in class org.hibernate.ogm.datastore.redis.RedisHashDialect
 
allowsTransactionEmulation() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
 
ambigiousOptionConfiguration(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
ambigiousOptionConfiguration$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
areEqual(byte[], byte[]) - Method in class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayTypeDescriptor
 
Association - Class in org.hibernate.ogm.datastore.redis.dialect.value
Represents an association stored as a separate Redis value.
Association() - Constructor for class org.hibernate.ogm.datastore.redis.dialect.value.Association
 
associationId(AssociationKey) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
Create a String representation of the entity key in the format of Association:(table name):(columnId).
ASSOCIATIONS - Static variable in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
associationStorage(AssociationStorageType) - Method in class org.hibernate.ogm.datastore.redis.options.navigation.impl.RedisEntityContextImpl
 
associationStorage(AssociationStorageType) - Method in class org.hibernate.ogm.datastore.redis.options.navigation.impl.RedisGlobalContextImpl
 
associationStorage(AssociationStorageType) - Method in class org.hibernate.ogm.datastore.redis.options.navigation.impl.RedisPropertyContextImpl
 

B

Base64ByteArrayMappedGridTypeDescriptor - Class in org.hibernate.ogm.datastore.redis.impl
A GridTypeDescriptor which stores/retrieves values from the grid unwrapping/wrapping them as string representation of the correpsonding byte array obtain using the chosend JavaTypeDescriptor
Base64ByteArrayMappedGridTypeDescriptor() - Constructor for class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayMappedGridTypeDescriptor
 
Base64ByteArrayTypeDescriptor - Class in org.hibernate.ogm.datastore.redis.impl
Descriptor for byte[] handling.
Base64ByteArrayTypeDescriptor() - Constructor for class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayTypeDescriptor
 
BOOLEAN - Static variable in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashType
 
BYTE - Static variable in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashType
 

C

cannotConvertAnnotation(Class, Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotConvertAnnotation$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotCreateEntityContextProxy(Class, Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotCreateEntityContextProxy$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotCreateGlobalContextProxy(Class, Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotCreateGlobalContextProxy$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotCreateNewProxyInstance(Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotCreateNewProxyInstance$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotCreatePropertyContextProxy(Class, Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotCreatePropertyContextProxy$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotDetermineRedisMode(String) - Method in interface org.hibernate.ogm.datastore.redis.logging.impl.Log
 
cannotDetermineRedisMode(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotDetermineRedisMode$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotFindEntityEntryForEntity(Object) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotFindEntityEntryForEntity$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotFindTypeForAttributeConverter(Class, Class) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotFindTypeForAttributeConverter$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotInstantiateGridDialect(Class, Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotInstantiateGridDialect$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotLoadLuceneParserBackend(Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
cannotLoadLuceneParserBackend$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
catalogOptionNotSupportedForSequenceGenerator(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
catalogOptionNotSupportedForSequenceGenerator$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
catalogOptionNotSupportedForTableGenerator(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
catalogOptionNotSupportedForTableGenerator$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
closedOperationQueue() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
closedOperationQueue$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
CLUSTER - Static variable in class org.hibernate.ogm.datastore.redis.RedisProperties
boolean flag, whether to use Redis Cluster.
clusterMode - Variable in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
configure(Map) - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
 
connectedRedisNodeRunsIn(String) - Method in interface org.hibernate.ogm.datastore.redis.logging.impl.Log
 
connectedRedisNodeRunsIn(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
connectedRedisNodeRunsIn$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
connectingToRedis(String, long) - Method in interface org.hibernate.ogm.datastore.redis.logging.impl.Log
 
connectingToRedis(String, long) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
connectingToRedis$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
connectingToRedisCluster(String, long) - Method in interface org.hibernate.ogm.datastore.redis.logging.impl.Log
 
connectingToRedisCluster(String, long) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
connectingToRedisCluster$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
connection - Variable in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
convert(Type) - Method in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashTypeConverter
Returns the GridType representing the Type.
convert(Type) - Method in class org.hibernate.ogm.datastore.redis.impl.json.RedisJsonTypeConverter
Returns the GridType representing the Type.
convert(TTL) - Method in class org.hibernate.ogm.datastore.redis.options.impl.TTLConverter
 
couldNotConfigureProperty(String, String, Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
couldNotConfigureProperty$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
couldNotRetrieveEntityForRetrievalOfGeneratedProperties(String, Serializable) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
couldNotRetrieveEntityForRetrievalOfGeneratedProperties$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.redis.RedisHashDialect
 
createAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
 
createClient(Hosts.HostAndPort) - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
 
createClusterClient(Hosts) - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
 
createdQuery(String, Object) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
createdQuery$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
createTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 

D

DATASTORE_PROVIDER_NAME - Static variable in class org.hibernate.ogm.datastore.redis.Redis
Short name of this data store provider.
deserialize(String, Class<T>) - Method in class org.hibernate.ogm.datastore.redis.impl.json.JsonSerializationStrategy
 
deserialize(String, Class<T>) - Method in interface org.hibernate.ogm.datastore.redis.impl.SerializationStrategy
Deserialize payload into the expected targetType
dialectDoesNotSupportSequences(Class, String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
dialectDoesNotSupportSequences$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
disconnectingFromRedis() - Method in interface org.hibernate.ogm.datastore.redis.logging.impl.Log
 
disconnectingFromRedis() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
disconnectingFromRedis$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
DOUBLE - Static variable in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashType
 

E

Entity - Class in org.hibernate.ogm.datastore.redis.dialect.value
Contains the information related to a Tuple.
Entity() - Constructor for class org.hibernate.ogm.datastore.redis.dialect.value.Entity
 
entityId(EntityKey) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
Create a String representation of the key in the format of (table name):(columnId).
entityStorageStrategy - Variable in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
 
entityTupleNotFound(String, EntityKey) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
entityTupleNotFound$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
errorOnEntityBatchLoad(String, Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
errorOnEntityBatchLoad$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
expireAssociation(AssociationKey, Long) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
expireEntity(EntityKey, Long) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
extractHashCode(byte[]) - Method in class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayTypeDescriptor
 

F

failureWhenUsingAttributeConverter(Class, Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
failureWhenUsingAttributeConverter$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
FLOAT - Static variable in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashType
 
forEachTuple(ModelConsumer, TupleContext, EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.redis.RedisHashDialect
 
forEachTuple(ModelConsumer, TupleContext, EntityKeyMetadata) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
 
fromAssociationDocument(Association) - Static method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisAssociation
Creates a RedisAssociation from the given Association.
fromEmbeddedAssociation(Entity, AssociationKeyMetadata) - Static method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisAssociation
Creates a RedisAssociation from the given Entity and association name.
fromEmbeddedAssociation(Map<String, String>, AssociationKeyMetadata) - Static method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisAssociation
Creates a RedisAssociation from the given Map and association name.
fromString(String) - Method in class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayTypeDescriptor
 

G

get(String) - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisTupleSnapshot
 
getAssociation(AssociationKey) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
Retrieve association from a Redis List or Redis Set, depending on the association type.
getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.redis.RedisHashDialect
 
getAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
 
getAssociationRow(Tuple, AssociationKey) - Static method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
getAssociationRowAccessor(String[], String) - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisAssociationRowFactory
 
getAssociationRows(Association, AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
Returns the rows of the given association as to be stored in the database.
getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayMappedGridTypeDescriptor
 
getColumnNames() - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisTupleSnapshot
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.redis.impl.RedisJsonBlobType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.redis.impl.RedisJsonByteType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.redis.impl.RedisJsonLongType
 
getColumnSpan(Mapping) - Method in class org.hibernate.ogm.datastore.redis.impl.RedisSerializableType
 
getConfigurationBuilder(ConfigurationContext) - Method in class org.hibernate.ogm.datastore.redis.Redis
 
getConnection() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
 
getDatabaseNumber() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisConfiguration
 
getDefaultDialect() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
 
getDefaultValue(ConfigurationPropertyReader) - Method in class org.hibernate.ogm.datastore.redis.options.impl.TTLOption
 
getEntities(String[]) - Method in class org.hibernate.ogm.datastore.redis.impl.json.JsonEntityStorageStrategy
 
getEntity() - Method in class org.hibernate.ogm.datastore.redis.dialect.value.HashEntity
 
getEntity(String) - Method in class org.hibernate.ogm.datastore.redis.impl.json.JsonEntityStorageStrategy
 
getEntityStorageStrategy() - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
 
getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayMappedGridTypeDescriptor
 
getHosts() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisConfiguration
 
getIdentityGenerationStrategyNotSupportedException(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
getIdentityGenerationStrategyNotSupportedException$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
getKeyWithoutTablePrefix(String, String) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
getLogger() - Static method in class org.hibernate.ogm.datastore.redis.logging.impl.LoggerFactory
 
getMap() - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisTupleSnapshot
 
getName() - Method in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashType
 
getName() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisJsonBlobType
 
getName() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisJsonByteType
 
getName() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisJsonLongType
 
getName() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisSerializableType
 
getOwningDocument() - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisAssociation
Returns the Redis value which owns this association, either an Association or an Entity.
getPassword() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisConfiguration
 
getProperties() - Method in class org.hibernate.ogm.datastore.redis.dialect.value.Entity
Returns all properties of this entity, including its revision.
getPropertiesAsHierarchy() - Method in class org.hibernate.ogm.datastore.redis.dialect.value.Entity
Returns a map with all non-static properties.
getPropertyDoesNotExistException(String, String, ElementType) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
getPropertyDoesNotExistException$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
getRedisAssociation() - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisAssociationSnapshot
 
getRows() - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisAssociation
Get all the rows of this association.
getRows() - Method in class org.hibernate.ogm.datastore.redis.dialect.value.Association
 
getSingleColumnRow(String, Object) - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisAssociationRowFactory
 
getTimeout() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisConfiguration
 
getTTL(OptionsContext) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
getTTL(AssociationContext) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.redis.RedisHashDialect
 
getTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
 
getTuples(EntityKey[], TupleContext) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
 
getUnknownAliasException(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
getUnknownAliasException$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
getUnsupportedElementTypeException(ElementType) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
getUnsupportedElementTypeException$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
gridDialectHasNoProperConstructor(Class) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
gridDialectHasNoProperConstructor$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 

H

HashEntity - Class in org.hibernate.ogm.datastore.redis.dialect.value
Entity stored using a Redis Hash.
HashEntity(Map<String, String>) - Constructor for class org.hibernate.ogm.datastore.redis.dialect.value.HashEntity
 

I

identifierId(IdSourceKey) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
Create a String representation of the identifier key in the format of Identifiers:(table name):(columnId).
IDENTIFIERS - Static variable in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
illegalDatabaseValue(int) - Method in interface org.hibernate.ogm.datastore.redis.logging.impl.Log
 
illegalDatabaseValue(int) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
illegalDatabaseValue$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
illegalDiscrimantorType(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
illegalDiscrimantorType$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
illegalPortValue(int) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
illegalPortValue$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
 
insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.datastore.redis.RedisHashDialect
 
insertOrUpdateAssociation(AssociationKey, Association, AssociationContext) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
 
insertOrUpdateTuple(EntityKey, Tuple, TupleContext) - Method in class org.hibernate.ogm.datastore.redis.RedisHashDialect
 
insertOrUpdateTuple(EntityKey, Tuple, TupleContext) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
 
INSTANCE - Static variable in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisAssociationRowFactory
 
INSTANCE - Static variable in class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayMappedGridTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayTypeDescriptor
 
INSTANCE - Static variable in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashTypeConverter
 
INSTANCE - Static variable in class org.hibernate.ogm.datastore.redis.impl.json.RedisJsonTypeConverter
 
INSTANCE - Static variable in class org.hibernate.ogm.datastore.redis.impl.RedisJsonBlobType
 
INSTANCE - Static variable in class org.hibernate.ogm.datastore.redis.impl.RedisJsonByteType
 
INSTANCE - Static variable in class org.hibernate.ogm.datastore.redis.impl.RedisJsonLongType
 
INTEGER - Static variable in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashType
 
interruptedBatchIndexing() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
interruptedBatchIndexing$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
invalidConfigurationUrl(String, String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
invalidConfigurationUrl$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
isCluster() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisConfiguration
 
isCluster() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
 
isClusterMode() - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
isEmbeddedProperty(String) - Static method in class org.hibernate.ogm.datastore.redis.dialect.value.Entity
 
isEmpty() - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisTupleSnapshot
 
isSsl() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisConfiguration
 
isStoredInEntityStructure(AssociationKeyMetadata, AssociationTypeContext) - Method in class org.hibernate.ogm.datastore.redis.RedisHashDialect
 
isStoredInEntityStructure(AssociationKeyMetadata, AssociationTypeContext) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
 

J

jbossTransactionManagerDetected() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
jbossTransactionManagerDetected$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
JsonEntityStorageStrategy - Class in org.hibernate.ogm.datastore.redis.impl.json
Map entities to top-level keys in Redis using GET and SET commands.
JsonEntityStorageStrategy(JsonSerializationStrategy, RedisClusterCommands<String, String>) - Constructor for class org.hibernate.ogm.datastore.redis.impl.json.JsonEntityStorageStrategy
 
JsonSerializationStrategy - Class in org.hibernate.ogm.datastore.redis.impl.json
Serialize payload as JSON using the Jackson Mapper.
JsonSerializationStrategy() - Constructor for class org.hibernate.ogm.datastore.redis.impl.json.JsonSerializationStrategy
 
jtaCommitFailed(Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
jtaCommitFailed$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
jtaCouldNotDetermineStatus(SystemException) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
jtaCouldNotDetermineStatus$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
jtaRollbackFailed(Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
jtaRollbackFailed$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
jtaTransactionBeginFailed(Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
jtaTransactionBeginFailed$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 

K

keyStringToMap(EntityKeyMetadata, String) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
Deconstruct the key name into its components: Single key: Use the value from the key Multiple keys: De-serialize the JSON map.
keyToMap(EntityKeyMetadata, String) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
Deconstruct the key name into its components: Single key: Use the value from the key Multiple keys: De-serialize the JSON map.

L

Log - Interface in org.hibernate.ogm.datastore.redis.logging.impl
Log messages and exceptions of the Redis dialect.
Log_$logger - Class in org.hibernate.ogm.datastore.redis.logging.impl
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
LoggerFactory - Class in org.hibernate.ogm.datastore.redis.logging.impl
Factory for obtaining Logger instances.
LoggerFactory() - Constructor for class org.hibernate.ogm.datastore.redis.logging.impl.LoggerFactory
 
LONG - Static variable in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashType
 

M

mappingSubtypeNotInterface(Class) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
mappingSubtypeNotInterface$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
mapStorage(MapStorageType) - Method in class org.hibernate.ogm.datastore.redis.options.navigation.impl.RedisEntityContextImpl
 
mapStorage(MapStorageType) - Method in class org.hibernate.ogm.datastore.redis.options.navigation.impl.RedisGlobalContextImpl
 
mapStorage(MapStorageType) - Method in class org.hibernate.ogm.datastore.redis.options.navigation.impl.RedisPropertyContextImpl
 
missingConfigurationProperty(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
missingConfigurationProperty$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
mustNotBeNull(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
mustNotBeNull$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
mustNotInsertSameEntityTwice(String, Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
mustNotInsertSameEntityTwice$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 

N

nextValue(NextValueRequest) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
noJtaPlatformDetected() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
noJtaPlatformDetected$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
notALong(String, String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
notALong$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
notAnInteger(String, String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
notAnInteger$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
noValidDatastoreProviderShortName(String, String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
noValidDatastoreProviderShortName$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
nullSafeSet(Tuple, Object, String[], SessionImplementor) - Method in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashEnumType
 
NUMERIC_BOOLEAN - Static variable in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashType
 

O

org.hibernate.ogm.datastore.redis - package org.hibernate.ogm.datastore.redis
 
org.hibernate.ogm.datastore.redis.dialect.model.impl - package org.hibernate.ogm.datastore.redis.dialect.model.impl
 
org.hibernate.ogm.datastore.redis.dialect.value - package org.hibernate.ogm.datastore.redis.dialect.value
 
org.hibernate.ogm.datastore.redis.impl - package org.hibernate.ogm.datastore.redis.impl
 
org.hibernate.ogm.datastore.redis.impl.hash - package org.hibernate.ogm.datastore.redis.impl.hash
 
org.hibernate.ogm.datastore.redis.impl.json - package org.hibernate.ogm.datastore.redis.impl.json
 
org.hibernate.ogm.datastore.redis.logging.impl - package org.hibernate.ogm.datastore.redis.logging.impl
 
org.hibernate.ogm.datastore.redis.options - package org.hibernate.ogm.datastore.redis.options
 
org.hibernate.ogm.datastore.redis.options.impl - package org.hibernate.ogm.datastore.redis.options.impl
 
org.hibernate.ogm.datastore.redis.options.navigation - package org.hibernate.ogm.datastore.redis.options.navigation
 
org.hibernate.ogm.datastore.redis.options.navigation.impl - package org.hibernate.ogm.datastore.redis.options.navigation.impl
 
overrideType(Type) - Method in class org.hibernate.ogm.datastore.redis.impl.json.JsonSerializationStrategy
 
overrideType(Type) - Method in interface org.hibernate.ogm.datastore.redis.impl.SerializationStrategy
If the datastore does not support a Type the dialect might override it with a custom one.
overrideType(Type) - Method in class org.hibernate.ogm.datastore.redis.RedisHashDialect
 
overrideType(Type) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
 

P

parameterMustNotBeNull(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
parameterMustNotBeNull$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
parameterSringMustNotBeEmpty(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
parameterSringMustNotBeEmpty$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
persistenceXmlNotFoundInClassPath(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
persistenceXmlNotFoundInClassPath$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
putEmbeddedProperty(Map<String, Object>, String, Object) - Static method in class org.hibernate.ogm.datastore.redis.dialect.value.Entity
Adds the given embedded property indirectly to the given map, creating any intermediary embedded maps as required.

Q

queriesOnPolymorphicEntitiesAreNotSupportedWithTablePerClass(String, Collection) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
queriesOnPolymorphicEntitiesAreNotSupportedWithTablePerClass$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
querySyntaxException(Exception, String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
querySyntaxException$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 

R

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
Configuration for RedisDatastoreProvider.
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
 
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 bytes 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 longs in Redis JSON.
RedisJsonLongType() - Constructor for class org.hibernate.ogm.datastore.redis.impl.RedisJsonLongType
 
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
 
RedisTupleSnapshot - Class in org.hibernate.ogm.datastore.redis.dialect.model.impl
 
RedisTupleSnapshot(Map<String, Object>) - Constructor for class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisTupleSnapshot
 
remove(EntityKey) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
removeAssociation(AssociationKey) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
removeAssociation(String) - Method in class org.hibernate.ogm.datastore.redis.dialect.value.Entity
 
removeAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.redis.RedisHashDialect
 
removeAssociation(AssociationKey, AssociationContext) - Method in class org.hibernate.ogm.datastore.redis.RedisJsonDialect
 
removeTuple(EntityKey, TupleContext) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 

S

scan(KeyScanCursor<String>, ScanArgs) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
Scan over keys.
schemaOptionNotSupportedForSequenceGenerator(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
schemaOptionNotSupportedForSequenceGenerator$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
schemaOptionNotSupportedForTableGenerator(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
schemaOptionNotSupportedForTableGenerator$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
SerializationStrategy - Interface in org.hibernate.ogm.datastore.redis.impl
Strategy for serializing/deserializing entities within Redis.
serialize(Object) - Method in class org.hibernate.ogm.datastore.redis.impl.json.JsonSerializationStrategy
 
serialize(Object) - Method in interface org.hibernate.ogm.datastore.redis.impl.SerializationStrategy
Serialize the payload into the target representation.
set(String, Object) - Method in class org.hibernate.ogm.datastore.redis.dialect.value.Entity
Invoked by Jackson for any non-static property.
setAssociationTTL(AssociationKey, AssociationContext, Long) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
setEntityTTL(EntityKey, Long, Long) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
setRows(Object) - Method in class org.hibernate.ogm.datastore.redis.dialect.model.impl.RedisAssociation
Sets the rows of this association.
setRows(List<Object>) - Method in class org.hibernate.ogm.datastore.redis.dialect.value.Association
 
SHORT - Static variable in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashType
 
shutdownClient() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
 
SSL - Static variable in class org.hibernate.ogm.datastore.redis.RedisProperties
boolean flag, whether to use SSL.
start() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
 
stop() - Method in class org.hibernate.ogm.datastore.redis.impl.RedisDatastoreProvider
 
storeAssociation(AssociationKey, Association) - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
Store an association to a Redis List or Redis Set, depending on the association type.
storeEntity(String, Entity, Set<TupleOperation>) - Method in class org.hibernate.ogm.datastore.redis.impl.json.JsonEntityStorageStrategy
 
strategy - Variable in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 
StructuredValue - Class in org.hibernate.ogm.datastore.redis.dialect.value
Structured value for representing complex structures within Redis.
StructuredValue() - Constructor for class org.hibernate.ogm.datastore.redis.dialect.value.StructuredValue
 
supportsSequences() - Method in class org.hibernate.ogm.datastore.redis.AbstractRedisDialect
 

T

TIMEOUT - Static variable in class org.hibernate.ogm.datastore.redis.RedisProperties
The timeout used at the connection to the Redis instance.
toString() - Method in class org.hibernate.ogm.datastore.redis.dialect.value.StructuredValue
 
toString(byte[]) - Method in class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayTypeDescriptor
 
ttl(long, TimeUnit) - Method in class org.hibernate.ogm.datastore.redis.options.navigation.impl.RedisEntityContextImpl
 
ttl(long, TimeUnit) - Method in class org.hibernate.ogm.datastore.redis.options.navigation.impl.RedisGlobalContextImpl
 
ttl(long, TimeUnit) - Method in class org.hibernate.ogm.datastore.redis.options.navigation.impl.RedisPropertyContextImpl
 
ttl(long, TimeUnit) - Method in interface org.hibernate.ogm.datastore.redis.options.navigation.RedisEntityContext
Specifies the TTL for keys.
ttl(long, TimeUnit) - Method in interface org.hibernate.ogm.datastore.redis.options.navigation.RedisGlobalContext
Specifies the TTL for keys.
ttl(long, TimeUnit) - Method in interface org.hibernate.ogm.datastore.redis.options.navigation.RedisPropertyContext
Specifies the TTL for keys.
TTL - Annotation Type in org.hibernate.ogm.datastore.redis.options
Specifies the expiry to be applied on the specific entity.
TTL - Static variable in class org.hibernate.ogm.datastore.redis.RedisProperties
Configuration property for setting the expiry of keys.
TTLConverter - Class in org.hibernate.ogm.datastore.redis.options.impl
Converts TTL instances into an equivalent option value pair.
TTLConverter() - Constructor for class org.hibernate.ogm.datastore.redis.options.impl.TTLConverter
 
TTLOption - Class in org.hibernate.ogm.datastore.redis.options.impl
Option for specifying the expiry in Redis.
TTLOption() - Constructor for class org.hibernate.ogm.datastore.redis.options.impl.TTLOption
 

U

unableToCloseSessionButSwallowingError(Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToCloseSessionButSwallowingError$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToConfigureDatastoreProvider(Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToConfigureDatastoreProvider$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToConvertStringToDiscriminator(Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToConvertStringToDiscriminator$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToFindGridType(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToFindGridType$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToInitializeRedis(RuntimeException) - Method in interface org.hibernate.ogm.datastore.redis.logging.impl.Log
 
unableToInitializeRedis(RuntimeException) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToInitializeRedis$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToInstantiateType(Class, Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToInstantiateType$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToLoadClass(String, String, Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToLoadClass$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToLoadContext(String, Class, Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToLoadContext$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToMarkTransactionForRollback(Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToMarkTransactionForRollback$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToParseHost(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToParseHost$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToSetTimeout(SystemException, int) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToSetTimeout$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToStartDatastoreProvider(Exception) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unableToStartDatastoreProvider$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unexpectedClassType(String, Class, Class) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unexpectedClassType$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unexpectedDatastoreProvider(Class, Class) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unexpectedDatastoreProvider$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unexpectedInstanceType(String, String, Class, Class) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unexpectedInstanceType$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unknownAssociationStorageStrategy(String, String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unknownAssociationStorageStrategy$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unknownEnumerationValue(String, String, String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unknownEnumerationValue$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unsupportedIndexerConfigurationOption(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unsupportedIndexerConfigurationOption$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unsupportedLockMode(Class, LockMode) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unsupportedLockMode$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unsupportedPropertyType(String, String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unsupportedPropertyType$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
unwrap(byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayTypeDescriptor
 
useDatastoreProvider(Class) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
useDatastoreProvider$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
useGridDialect(Class) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
useGridDialect$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
usingNonAtomicOptimisticLocking(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
usingNonAtomicOptimisticLocking$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
UUID_BINARY - Static variable in class org.hibernate.ogm.datastore.redis.impl.hash.RedisHashType
 

V

version(String) - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 
version$str() - Method in class org.hibernate.ogm.datastore.redis.logging.impl.Log_$logger
 

W

wrap(X, WrapperOptions) - Method in class org.hibernate.ogm.datastore.redis.impl.Base64ByteArrayTypeDescriptor
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2010–2016 Hibernate. All rights reserved.