Class RedissonEntityRegion

java.lang.Object
org.redisson.hibernate.region.BaseRegion
org.redisson.hibernate.region.RedissonEntityRegion
All Implemented Interfaces:
org.hibernate.cache.spi.EntityRegion, org.hibernate.cache.spi.GeneralDataRegion, org.hibernate.cache.spi.Region, org.hibernate.cache.spi.TransactionalDataRegion

public class RedissonEntityRegion extends BaseRegion implements org.hibernate.cache.spi.EntityRegion
Author:
Nikita Koksharov
  • Constructor Details

    • RedissonEntityRegion

      public RedissonEntityRegion(RMapCache<Object,Object> mapCache, ConnectionManager connectionManager, org.hibernate.cache.spi.RegionFactory regionFactory, org.hibernate.cache.spi.CacheDataDescription metadata, org.hibernate.cfg.Settings settings, Properties properties, String defaultKey, org.hibernate.cache.spi.CacheKeysFactory cacheKeysFactory)
  • Method Details

    • getCacheKeysFactory

      public org.hibernate.cache.spi.CacheKeysFactory getCacheKeysFactory()
    • buildAccessStrategy

      public org.hibernate.cache.spi.access.EntityRegionAccessStrategy buildAccessStrategy(org.hibernate.cache.spi.access.AccessType accessType) throws org.hibernate.cache.CacheException
      Specified by:
      buildAccessStrategy in interface org.hibernate.cache.spi.EntityRegion
      Throws:
      org.hibernate.cache.CacheException