Class HvCacheRegionFactory

  • All Implemented Interfaces:
    Serializable, org.hibernate.cache.spi.RegionFactory, org.hibernate.service.Service, org.hibernate.service.spi.Stoppable

    public class HvCacheRegionFactory
    extends org.hibernate.cache.ehcache.internal.SingletonEhcacheRegionFactory
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.hibernate.cache.spi.AbstractRegionFactory

        LEGACY_QUERY_RESULTS_REGION_UNQUALIFIED_NAMES, LEGACY_UPDATE_TIMESTAMPS_REGION_UNQUALIFIED_NAMES
      • Fields inherited from interface org.hibernate.cache.spi.RegionFactory

        DEFAULT_QUERY_RESULTS_REGION_UNQUALIFIED_NAME, DEFAULT_UPDATE_TIMESTAMPS_REGION_UNQUALIFIED_NAME
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.cache.spi.TimestampsRegion buildTimestampsRegion​(String regionName, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)  
      • Methods inherited from class org.hibernate.cache.ehcache.internal.SingletonEhcacheRegionFactory

        releaseFromUse, resolveCacheManager
      • Methods inherited from class org.hibernate.cache.ehcache.internal.EhcacheRegionFactory

        buildDomainDataRegion, cacheExists, createCache, createDomainDataStorageAccess, createQueryResultsRegionStorageAccess, createTimestampsRegionStorageAccess, defaultRegionName, getCacheManager, getImplicitCacheKeysFactory, getOrCreateCache, getTimeout, isStarted, loadResource, prepareForUse, useNormalCacheManager
      • Methods inherited from class org.hibernate.cache.spi.support.RegionFactoryTemplate

        buildQueryResultsRegion
      • Methods inherited from class org.hibernate.cache.spi.AbstractRegionFactory

        createTransactionContext, getDefaultAccessType, getOptions, isMinimalPutsEnabledByDefault, nextTimestamp, qualify, start, stop, verifiedStartStatus, verifyStarted
    • Constructor Detail

      • HvCacheRegionFactory

        public HvCacheRegionFactory()
    • Method Detail

      • buildTimestampsRegion

        public org.hibernate.cache.spi.TimestampsRegion buildTimestampsRegion​(String regionName,
                                                                              org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
        Specified by:
        buildTimestampsRegion in interface org.hibernate.cache.spi.RegionFactory
        Overrides:
        buildTimestampsRegion in class org.hibernate.cache.spi.support.RegionFactoryTemplate