Package com.axelor.cache.redisson
Class AxelorRedissonRegionNativeFactory
java.lang.Object
org.hibernate.cache.spi.AbstractRegionFactory
org.hibernate.cache.spi.support.RegionFactoryTemplate
org.redisson.hibernate.RedissonRegionFactory
org.redisson.hibernate.RedissonRegionNativeFactory
com.axelor.cache.redisson.AxelorRedissonRegionNativeFactory
- All Implemented Interfaces:
Serializable,RegionFactory,Service,Stoppable
public class AxelorRedissonRegionNativeFactory
extends org.redisson.hibernate.RedissonRegionNativeFactory
- See Also:
-
Field Summary
Fields inherited from class org.redisson.hibernate.RedissonRegionFactory
COLLECTION_DEF, CONFIG_PREFIX, ENTITY_DEF, fallback, FALLBACK, MAX_ENTRIES_SUFFIX, MAX_IDLE_SUFFIX, NATURAL_ID_DEF, QUERY_DEF, REDISSON_CONFIG_PATH, TIMESTAMPS_DEF, TTL_SUFFIXFields inherited from class org.hibernate.cache.spi.AbstractRegionFactory
LEGACY_QUERY_RESULTS_REGION_UNQUALIFIED_NAMES, LEGACY_UPDATE_TIMESTAMPS_REGION_UNQUALIFIED_NAMESFields inherited from interface org.hibernate.cache.spi.RegionFactory
DEFAULT_QUERY_RESULTS_REGION_UNQUALIFIED_NAME, DEFAULT_UPDATE_TIMESTAMPS_REGION_UNQUALIFIED_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.redisson.api.RedissonClientcreateRedissonClient(StandardServiceRegistry registry, Map properties) Methods inherited from class org.redisson.hibernate.RedissonRegionNativeFactory
getCache, prepareForUseMethods inherited from class org.redisson.hibernate.RedissonRegionFactory
buildDomainDataRegion, createDomainDataStorageAccess, createQueryResultsRegionStorageAccess, createTimestampsRegionStorageAccess, getDefaultAccessType, getImplicitCacheKeysFactory, isMinimalPutsEnabledByDefault, nextTimestamp, releaseFromUseMethods inherited from class org.hibernate.cache.spi.support.RegionFactoryTemplate
buildQueryResultsRegion, buildTimestampsRegionMethods inherited from class org.hibernate.cache.spi.AbstractRegionFactory
createTransactionContext, getOptions, getTimeout, isStarted, qualify, start, stop, verifiedStartStatus, verifyStarted
-
Constructor Details
-
AxelorRedissonRegionNativeFactory
public AxelorRedissonRegionNativeFactory()
-
-
Method Details
-
createRedissonClient
protected org.redisson.api.RedissonClient createRedissonClient(StandardServiceRegistry registry, Map properties) - Overrides:
createRedissonClientin classorg.redisson.hibernate.RedissonRegionFactory
-