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

A

AbstractReadWriteAccessStrategy - Class in org.redisson.hibernate.strategy
 
AbstractReadWriteAccessStrategy(Settings, GeneralDataRegion, RMapCache<Object, Object>) - Constructor for class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy
 
AbstractReadWriteAccessStrategy.Item - Class in org.redisson.hibernate.strategy
Wrapper type representing unlocked items.
AbstractReadWriteAccessStrategy.Lock - Class in org.redisson.hibernate.strategy
Wrapper type representing locked items.
AbstractReadWriteAccessStrategy.Lockable - Interface in org.redisson.hibernate.strategy
Interface type implemented by all wrapper objects in the cache.
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteEntityRegionAccessStrategy
 
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteNaturalIdRegionAccessStrategy
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.redisson.hibernate.strategy.ReadOnlyEntityRegionAccessStrategy
 
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.ReadOnlyNaturalIdRegionAccessStrategy
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.redisson.hibernate.strategy.ReadWriteEntityRegionAccessStrategy
 
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.ReadWriteNaturalIdRegionAccessStrategy
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.redisson.hibernate.strategy.TransactionalEntityRegionAccessStrategy
 
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.TransactionalNaturalIdRegionAccessStrategy
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteEntityRegionAccessStrategy
 
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteNaturalIdRegionAccessStrategy
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.ReadOnlyEntityRegionAccessStrategy
 
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.ReadOnlyNaturalIdRegionAccessStrategy
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.ReadWriteEntityRegionAccessStrategy
 
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.ReadWriteNaturalIdRegionAccessStrategy
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.TransactionalEntityRegionAccessStrategy
 
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.TransactionalNaturalIdRegionAccessStrategy
 

B

BaseRegion - Class in org.redisson.hibernate.region
 
BaseRegion(RMapCache<Object, Object>, RegionFactory, CacheDataDescription, Properties, String) - Constructor for class org.redisson.hibernate.region.BaseRegion
 
buildAccessStrategy(AccessType) - Method in class org.redisson.hibernate.region.RedissonCollectionRegion
 
buildAccessStrategy(AccessType) - Method in class org.redisson.hibernate.region.RedissonEntityRegion
 
buildAccessStrategy(AccessType) - Method in class org.redisson.hibernate.region.RedissonNaturalIdRegion
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class org.redisson.hibernate.RedissonRegionFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class org.redisson.hibernate.RedissonRegionFactory
 
buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in class org.redisson.hibernate.RedissonRegionFactory
 
buildQueryResultsRegion(String, Properties) - Method in class org.redisson.hibernate.RedissonRegionFactory
 
buildTimestampsRegion(String, Properties) - Method in class org.redisson.hibernate.RedissonRegionFactory
 

C

COLLECTION_DEF - Static variable in class org.redisson.hibernate.RedissonRegionFactory
 
CONFIG_PREFIX - Static variable in class org.redisson.hibernate.RedissonRegionFactory
 
contains(Object) - Method in class org.redisson.hibernate.region.BaseRegion
 
createRedissonClient(Properties) - Method in class org.redisson.hibernate.JndiRedissonRegionFactory
 
createRedissonClient(Properties) - Method in class org.redisson.hibernate.RedissonRegionFactory
 

D

decrementLock(SharedSessionContractImplementor, Object, AbstractReadWriteAccessStrategy.Lock) - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy
Unlock and re-put the given key, lock combination.
destroy() - Method in class org.redisson.hibernate.region.BaseRegion
 

E

ENTITY_DEF - Static variable in class org.redisson.hibernate.RedissonRegionFactory
 
equals(Object) - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Lock
 
evict(Object) - Method in class org.redisson.hibernate.region.BaseRegion
 
evictAll() - Method in class org.redisson.hibernate.region.BaseRegion
 

G

generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteCollectionRegionAccessStrategy
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteEntityRegionAccessStrategy
 
generateCacheKey(Object[], EntityPersister, SharedSessionContractImplementor) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteNaturalIdRegionAccessStrategy
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.redisson.hibernate.strategy.ReadOnlyCollectionRegionAccessStrategy
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.redisson.hibernate.strategy.ReadOnlyEntityRegionAccessStrategy
 
generateCacheKey(Object[], EntityPersister, SharedSessionContractImplementor) - Method in class org.redisson.hibernate.strategy.ReadOnlyNaturalIdRegionAccessStrategy
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.redisson.hibernate.strategy.ReadWriteCollectionRegionAccessStrategy
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.redisson.hibernate.strategy.ReadWriteEntityRegionAccessStrategy
 
generateCacheKey(Object[], EntityPersister, SharedSessionContractImplementor) - Method in class org.redisson.hibernate.strategy.ReadWriteNaturalIdRegionAccessStrategy
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.redisson.hibernate.strategy.TransactionalCollectionRegionAccessStrategy
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.redisson.hibernate.strategy.TransactionalEntityRegionAccessStrategy
 
generateCacheKey(Object[], EntityPersister, SharedSessionContractImplementor) - Method in class org.redisson.hibernate.strategy.TransactionalNaturalIdRegionAccessStrategy
 
get(SharedSessionContractImplementor, Object) - Method in class org.redisson.hibernate.region.BaseRegion
 
get(SharedSessionContractImplementor, Object, long) - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy
 
get(SharedSessionContractImplementor, Object, long) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteCollectionRegionAccessStrategy
 
get(SharedSessionContractImplementor, Object, long) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteEntityRegionAccessStrategy
 
get(SharedSessionContractImplementor, Object, long) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteNaturalIdRegionAccessStrategy
 
get(SharedSessionContractImplementor, Object, long) - Method in class org.redisson.hibernate.strategy.ReadOnlyCollectionRegionAccessStrategy
 
get(SharedSessionContractImplementor, Object, long) - Method in class org.redisson.hibernate.strategy.ReadOnlyEntityRegionAccessStrategy
 
get(SharedSessionContractImplementor, Object, long) - Method in class org.redisson.hibernate.strategy.ReadOnlyNaturalIdRegionAccessStrategy
 
get(SharedSessionContractImplementor, Object, long) - Method in class org.redisson.hibernate.strategy.TransactionalCollectionRegionAccessStrategy
 
get(SharedSessionContractImplementor, Object, long) - Method in class org.redisson.hibernate.strategy.TransactionalEntityRegionAccessStrategy
 
get(SharedSessionContractImplementor, Object, long) - Method in class org.redisson.hibernate.strategy.TransactionalNaturalIdRegionAccessStrategy
 
getCache(String, Properties, String) - Method in class org.redisson.hibernate.RedissonRegionFactory
 
getCacheDataDescription() - Method in class org.redisson.hibernate.region.BaseRegion
 
getCacheKeyId(Object) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteCollectionRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteEntityRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class org.redisson.hibernate.strategy.ReadOnlyCollectionRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class org.redisson.hibernate.strategy.ReadOnlyEntityRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class org.redisson.hibernate.strategy.ReadWriteCollectionRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class org.redisson.hibernate.strategy.ReadWriteEntityRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class org.redisson.hibernate.strategy.TransactionalCollectionRegionAccessStrategy
 
getCacheKeyId(Object) - Method in class org.redisson.hibernate.strategy.TransactionalEntityRegionAccessStrategy
 
getCacheKeysFactory() - Method in class org.redisson.hibernate.region.RedissonCollectionRegion
 
getCacheKeysFactory() - Method in class org.redisson.hibernate.region.RedissonEntityRegion
 
getCacheKeysFactory() - Method in class org.redisson.hibernate.region.RedissonNaturalIdRegion
 
getDefaultAccessType() - Method in class org.redisson.hibernate.RedissonRegionFactory
 
getElementCountInMemory() - Method in class org.redisson.hibernate.region.BaseRegion
 
getElementCountOnDisk() - Method in class org.redisson.hibernate.region.BaseRegion
 
getName() - Method in class org.redisson.hibernate.region.BaseRegion
 
getNaturalIdValues(Object) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteNaturalIdRegionAccessStrategy
 
getNaturalIdValues(Object) - Method in class org.redisson.hibernate.strategy.ReadOnlyNaturalIdRegionAccessStrategy
 
getNaturalIdValues(Object) - Method in class org.redisson.hibernate.strategy.ReadWriteNaturalIdRegionAccessStrategy
 
getNaturalIdValues(Object) - Method in class org.redisson.hibernate.strategy.TransactionalNaturalIdRegionAccessStrategy
 
getRegion() - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteCollectionRegionAccessStrategy
 
getRegion() - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteEntityRegionAccessStrategy
 
getRegion() - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteNaturalIdRegionAccessStrategy
 
getRegion() - Method in class org.redisson.hibernate.strategy.ReadOnlyCollectionRegionAccessStrategy
 
getRegion() - Method in class org.redisson.hibernate.strategy.ReadOnlyEntityRegionAccessStrategy
 
getRegion() - Method in class org.redisson.hibernate.strategy.ReadOnlyNaturalIdRegionAccessStrategy
 
getRegion() - Method in class org.redisson.hibernate.strategy.ReadWriteCollectionRegionAccessStrategy
 
getRegion() - Method in class org.redisson.hibernate.strategy.ReadWriteEntityRegionAccessStrategy
 
getRegion() - Method in class org.redisson.hibernate.strategy.ReadWriteNaturalIdRegionAccessStrategy
 
getRegion() - Method in class org.redisson.hibernate.strategy.TransactionalCollectionRegionAccessStrategy
 
getRegion() - Method in class org.redisson.hibernate.strategy.TransactionalEntityRegionAccessStrategy
 
getRegion() - Method in class org.redisson.hibernate.strategy.TransactionalNaturalIdRegionAccessStrategy
 
getSizeInMemory() - Method in class org.redisson.hibernate.region.BaseRegion
 
getStrategyRegistrations() - Method in class org.redisson.hibernate.RedissonStrategyRegistrationProvider
 
getTimeout() - Method in class org.redisson.hibernate.region.BaseRegion
 
getValue() - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Item
 
getValue() - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Lock
 
getValue() - Method in interface org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Lockable
Returns the enclosed value.

H

handleLockExpiry(SharedSessionContractImplementor, Object, AbstractReadWriteAccessStrategy.Lockable) - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy
Handle the timeout of a previous lock mapped to this key
hashCode() - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Lock
 

I

insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteEntityRegionAccessStrategy
 
insert(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteNaturalIdRegionAccessStrategy
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.redisson.hibernate.strategy.ReadOnlyEntityRegionAccessStrategy
 
insert(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.ReadOnlyNaturalIdRegionAccessStrategy
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.redisson.hibernate.strategy.ReadWriteEntityRegionAccessStrategy
 
insert(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.ReadWriteNaturalIdRegionAccessStrategy
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.redisson.hibernate.strategy.TransactionalEntityRegionAccessStrategy
 
insert(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.TransactionalNaturalIdRegionAccessStrategy
 
isMinimalPutsEnabledByDefault() - Method in class org.redisson.hibernate.RedissonRegionFactory
 
isReadable(long) - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Item
 
isReadable(long) - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Lock
 
isReadable(long) - Method in interface org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Lockable
Returns true if the enclosed value can be read by a transaction started at the given time.
isTransactionAware() - Method in class org.redisson.hibernate.region.BaseRegion
 
isUnlockable(SoftLock) - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Item
 
isUnlockable(SoftLock) - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Lock
 
isUnlockable(SoftLock) - Method in interface org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Lockable
Returns true if the given lock can be unlocked using the given SoftLock instance as a handle.
isWriteable(long, Object, Comparator<Object>) - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Item
 
isWriteable(long, Object, Comparator) - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Lock
 
isWriteable(long, Object, Comparator<Object>) - Method in interface org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Lockable
Returns true if the enclosed value can be replaced with one of the given version by a transaction started at the given time.
Item(Object, Object, long) - Constructor for class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Item
Creates an unlocked item wrapping the given value with a version and creation timestamp.

J

JNDI_NAME - Static variable in class org.redisson.hibernate.JndiRedissonRegionFactory
 
JndiRedissonRegionFactory - Class in org.redisson.hibernate
Hibernate Cache region factory based on Redisson.
JndiRedissonRegionFactory() - Constructor for class org.redisson.hibernate.JndiRedissonRegionFactory
 

L

lock(long, UUID, long) - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Item
 
Lock(long, UUID, long, Object) - Constructor for class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Lock
Creates a locked item with the given identifiers and object version.
lock(long, UUID, long) - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Lock
 
lock(long, UUID, long) - Method in interface org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Lockable
Locks this entry, stamping it with the UUID and lockId given, with the lock timeout occuring at the specified time.
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteCollectionRegionAccessStrategy
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteEntityRegionAccessStrategy
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteNaturalIdRegionAccessStrategy
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.ReadOnlyCollectionRegionAccessStrategy
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.ReadOnlyEntityRegionAccessStrategy
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.ReadOnlyNaturalIdRegionAccessStrategy
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.TransactionalCollectionRegionAccessStrategy
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.TransactionalEntityRegionAccessStrategy
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.TransactionalNaturalIdRegionAccessStrategy
 

M

MAX_ENTRIES_SUFFIX - Static variable in class org.redisson.hibernate.RedissonRegionFactory
 
MAX_IDLE_SUFFIX - Static variable in class org.redisson.hibernate.RedissonRegionFactory
 

N

NATURAL_ID_DEF - Static variable in class org.redisson.hibernate.RedissonRegionFactory
 
nextTimestamp() - Method in class org.redisson.hibernate.RedissonRegionFactory
 
nextTimestamp() - Method in class org.redisson.hibernate.region.BaseRegion
 
NonStrictReadWriteCollectionRegionAccessStrategy - Class in org.redisson.hibernate.strategy
 
NonStrictReadWriteCollectionRegionAccessStrategy(Settings, GeneralDataRegion) - Constructor for class org.redisson.hibernate.strategy.NonStrictReadWriteCollectionRegionAccessStrategy
 
NonStrictReadWriteEntityRegionAccessStrategy - Class in org.redisson.hibernate.strategy
 
NonStrictReadWriteEntityRegionAccessStrategy(Settings, GeneralDataRegion) - Constructor for class org.redisson.hibernate.strategy.NonStrictReadWriteEntityRegionAccessStrategy
 
NonStrictReadWriteNaturalIdRegionAccessStrategy - Class in org.redisson.hibernate.strategy
 
NonStrictReadWriteNaturalIdRegionAccessStrategy(Settings, GeneralDataRegion) - Constructor for class org.redisson.hibernate.strategy.NonStrictReadWriteNaturalIdRegionAccessStrategy
 

O

org.redisson.hibernate - package org.redisson.hibernate
 
org.redisson.hibernate.region - package org.redisson.hibernate.region
 
org.redisson.hibernate.strategy - package org.redisson.hibernate.strategy
 

P

put(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.region.BaseRegion
 
putFromLoad(SharedSessionContractImplementor, Object, Object, long, Object, boolean) - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy
 
putFromLoad(SharedSessionContractImplementor, Object, Object, long, Object, boolean) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteCollectionRegionAccessStrategy
 
putFromLoad(SharedSessionContractImplementor, Object, Object, long, Object, boolean) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteEntityRegionAccessStrategy
 
putFromLoad(SharedSessionContractImplementor, Object, Object, long, Object, boolean) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteNaturalIdRegionAccessStrategy
 
putFromLoad(SharedSessionContractImplementor, Object, Object, long, Object, boolean) - Method in class org.redisson.hibernate.strategy.ReadOnlyCollectionRegionAccessStrategy
 
putFromLoad(SharedSessionContractImplementor, Object, Object, long, Object, boolean) - Method in class org.redisson.hibernate.strategy.ReadOnlyEntityRegionAccessStrategy
 
putFromLoad(SharedSessionContractImplementor, Object, Object, long, Object, boolean) - Method in class org.redisson.hibernate.strategy.ReadOnlyNaturalIdRegionAccessStrategy
 
putFromLoad(SharedSessionContractImplementor, Object, Object, long, Object, boolean) - Method in class org.redisson.hibernate.strategy.TransactionalCollectionRegionAccessStrategy
 
putFromLoad(SharedSessionContractImplementor, Object, Object, long, Object, boolean) - Method in class org.redisson.hibernate.strategy.TransactionalEntityRegionAccessStrategy
 
putFromLoad(SharedSessionContractImplementor, Object, Object, long, Object, boolean) - Method in class org.redisson.hibernate.strategy.TransactionalNaturalIdRegionAccessStrategy
 

Q

QUERY_DEF - Static variable in class org.redisson.hibernate.RedissonRegionFactory
 

R

ReadOnlyCollectionRegionAccessStrategy - Class in org.redisson.hibernate.strategy
 
ReadOnlyCollectionRegionAccessStrategy(Settings, GeneralDataRegion) - Constructor for class org.redisson.hibernate.strategy.ReadOnlyCollectionRegionAccessStrategy
 
ReadOnlyEntityRegionAccessStrategy - Class in org.redisson.hibernate.strategy
 
ReadOnlyEntityRegionAccessStrategy(Settings, GeneralDataRegion) - Constructor for class org.redisson.hibernate.strategy.ReadOnlyEntityRegionAccessStrategy
 
ReadOnlyNaturalIdRegionAccessStrategy - Class in org.redisson.hibernate.strategy
 
ReadOnlyNaturalIdRegionAccessStrategy(Settings, GeneralDataRegion) - Constructor for class org.redisson.hibernate.strategy.ReadOnlyNaturalIdRegionAccessStrategy
 
ReadWriteCollectionRegionAccessStrategy - Class in org.redisson.hibernate.strategy
 
ReadWriteCollectionRegionAccessStrategy(Settings, GeneralDataRegion, RMapCache<Object, Object>) - Constructor for class org.redisson.hibernate.strategy.ReadWriteCollectionRegionAccessStrategy
 
ReadWriteEntityRegionAccessStrategy - Class in org.redisson.hibernate.strategy
 
ReadWriteEntityRegionAccessStrategy(Settings, GeneralDataRegion, RMapCache<Object, Object>) - Constructor for class org.redisson.hibernate.strategy.ReadWriteEntityRegionAccessStrategy
 
ReadWriteNaturalIdRegionAccessStrategy - Class in org.redisson.hibernate.strategy
 
ReadWriteNaturalIdRegionAccessStrategy(Settings, GeneralDataRegion, RMapCache<Object, Object>) - Constructor for class org.redisson.hibernate.strategy.ReadWriteNaturalIdRegionAccessStrategy
 
redisson - Variable in class org.redisson.hibernate.RedissonRegionFactory
 
REDISSON_CONFIG_PATH - Static variable in class org.redisson.hibernate.RedissonRegionFactory
 
RedissonCollectionRegion - Class in org.redisson.hibernate.region
 
RedissonCollectionRegion(RMapCache<Object, Object>, RegionFactory, CacheDataDescription, Settings, Properties, String, CacheKeysFactory) - Constructor for class org.redisson.hibernate.region.RedissonCollectionRegion
 
RedissonEntityRegion - Class in org.redisson.hibernate.region
 
RedissonEntityRegion(RMapCache<Object, Object>, RegionFactory, CacheDataDescription, Settings, Properties, String, CacheKeysFactory) - Constructor for class org.redisson.hibernate.region.RedissonEntityRegion
 
RedissonNaturalIdRegion - Class in org.redisson.hibernate.region
 
RedissonNaturalIdRegion(RMapCache<Object, Object>, RegionFactory, CacheDataDescription, Settings, Properties, String, CacheKeysFactory) - Constructor for class org.redisson.hibernate.region.RedissonNaturalIdRegion
 
RedissonQueryRegion - Class in org.redisson.hibernate.region
 
RedissonQueryRegion(RMapCache<Object, Object>, RegionFactory, Properties, String) - Constructor for class org.redisson.hibernate.region.RedissonQueryRegion
 
RedissonRegionFactory - Class in org.redisson.hibernate
Hibernate Cache region factory based on Redisson.
RedissonRegionFactory() - Constructor for class org.redisson.hibernate.RedissonRegionFactory
 
RedissonStrategyRegistrationProvider - Class in org.redisson.hibernate
 
RedissonStrategyRegistrationProvider() - Constructor for class org.redisson.hibernate.RedissonStrategyRegistrationProvider
 
RedissonTimestampsRegion - Class in org.redisson.hibernate.region
 
RedissonTimestampsRegion(RMapCache<Object, Object>, RegionFactory, Properties, String) - Constructor for class org.redisson.hibernate.region.RedissonTimestampsRegion
 
remove(SharedSessionContractImplementor, Object) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteCollectionRegionAccessStrategy
 
remove(SharedSessionContractImplementor, Object) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteEntityRegionAccessStrategy
 
remove(SharedSessionContractImplementor, Object) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteNaturalIdRegionAccessStrategy
 
remove(SharedSessionContractImplementor, Object) - Method in class org.redisson.hibernate.strategy.TransactionalCollectionRegionAccessStrategy
 
remove(SharedSessionContractImplementor, Object) - Method in class org.redisson.hibernate.strategy.TransactionalEntityRegionAccessStrategy
 
remove(SharedSessionContractImplementor, Object) - Method in class org.redisson.hibernate.strategy.TransactionalNaturalIdRegionAccessStrategy
 

S

start(SessionFactoryOptions, Properties) - Method in class org.redisson.hibernate.RedissonRegionFactory
 
stop() - Method in class org.redisson.hibernate.JndiRedissonRegionFactory
 
stop() - Method in class org.redisson.hibernate.RedissonRegionFactory
 

T

TIMESTAMPS_DEF - Static variable in class org.redisson.hibernate.RedissonRegionFactory
 
toMap() - Method in class org.redisson.hibernate.region.BaseRegion
 
toString() - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Lock
 
TransactionalCollectionRegionAccessStrategy - Class in org.redisson.hibernate.strategy
 
TransactionalCollectionRegionAccessStrategy(Settings, GeneralDataRegion) - Constructor for class org.redisson.hibernate.strategy.TransactionalCollectionRegionAccessStrategy
 
TransactionalEntityRegionAccessStrategy - Class in org.redisson.hibernate.strategy
 
TransactionalEntityRegionAccessStrategy(Settings, GeneralDataRegion) - Constructor for class org.redisson.hibernate.strategy.TransactionalEntityRegionAccessStrategy
 
TransactionalNaturalIdRegionAccessStrategy - Class in org.redisson.hibernate.strategy
 
TransactionalNaturalIdRegionAccessStrategy(Settings, GeneralDataRegion) - Constructor for class org.redisson.hibernate.strategy.TransactionalNaturalIdRegionAccessStrategy
 
TTL_SUFFIX - Static variable in class org.redisson.hibernate.RedissonRegionFactory
 

U

unlock(long) - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Lock
Unlocks this Lock, and timestamps the unlock event.
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteCollectionRegionAccessStrategy
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteEntityRegionAccessStrategy
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteNaturalIdRegionAccessStrategy
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.ReadOnlyCollectionRegionAccessStrategy
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.ReadOnlyEntityRegionAccessStrategy
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.ReadOnlyNaturalIdRegionAccessStrategy
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.TransactionalCollectionRegionAccessStrategy
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.TransactionalEntityRegionAccessStrategy
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.redisson.hibernate.strategy.TransactionalNaturalIdRegionAccessStrategy
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteEntityRegionAccessStrategy
 
update(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.NonStrictReadWriteNaturalIdRegionAccessStrategy
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.redisson.hibernate.strategy.ReadOnlyEntityRegionAccessStrategy
 
update(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.ReadOnlyNaturalIdRegionAccessStrategy
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.redisson.hibernate.strategy.ReadWriteEntityRegionAccessStrategy
 
update(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.ReadWriteNaturalIdRegionAccessStrategy
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.redisson.hibernate.strategy.TransactionalEntityRegionAccessStrategy
 
update(SharedSessionContractImplementor, Object, Object) - Method in class org.redisson.hibernate.strategy.TransactionalNaturalIdRegionAccessStrategy
 

W

wasLockedConcurrently() - Method in class org.redisson.hibernate.strategy.AbstractReadWriteAccessStrategy.Lock
Returns true if this Lock has been concurrently locked by more than one transaction.
A B C D E G H I J L M N O P Q R S T U W 
Skip navigation links

Copyright © 2014–2019 The Redisson Project. All rights reserved.