| Interface | Description |
|---|---|
| SerializationStrategy |
Strategy for serializing/deserializing entities within Redis.
|
| Class | Description |
|---|---|
| Base64ByteArrayMappedGridTypeDescriptor |
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 |
| Base64ByteArrayTypeDescriptor |
Descriptor for
byte[] handling. |
| RedisConfiguration |
Configuration for
RedisDatastoreProvider. |
| RedisDatastoreProvider |
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.
|
| RedisJsonBlobType | |
| RedisJsonByteType |
Type for storing
bytes in Redis as JSON. |
| RedisJsonLongType |
Type for storing
longs in Redis JSON. |
| RedisSerializableType<T extends Serializable> |
A
GridType which stores/retrieves values from the grid unwrapping/wrapping them as string
representation of the correpsonding byte array using the chosend JavaTypeDescriptor |
Copyright © 2010–2016 Hibernate. All rights reserved.