Uses of Interface
com.hazelcast.hibernate.RegionCache
Packages that use RegionCache
Package
Description
Provides region interfaces/classes for Hibernate.
Provides region interfaces/classes for Hibernate.
Provides region interfaces/classes for Hibernate.
-
Uses of RegionCache in com.hazelcast.hibernate
Methods in com.hazelcast.hibernate that return RegionCacheModifier and TypeMethodDescriptionprotected abstract RegionCacheAbstractHazelcastCacheRegionFactory.createRegionCache(String unqualifiedRegionName, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.cache.cfg.spi.DomainDataRegionConfig regionConfig) protected RegionCacheHazelcastCacheRegionFactory.createRegionCache(String unqualifiedRegionName, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.cache.cfg.spi.DomainDataRegionConfig regionConfig) protected RegionCacheHazelcastLocalCacheRegionFactory.createRegionCache(String unqualifiedRegionName, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.cache.cfg.spi.DomainDataRegionConfig regionConfig) protected abstract RegionCacheAbstractHazelcastCacheRegionFactory.createTimestampsRegionCache(String regionName, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory) protected RegionCacheHazelcastCacheRegionFactory.createTimestampsRegionCache(String unqualifiedRegionName, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory) protected RegionCacheHazelcastLocalCacheRegionFactory.createTimestampsRegionCache(String unqualifiedRegionName, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory) -
Uses of RegionCache in com.hazelcast.hibernate.distributed
Classes in com.hazelcast.hibernate.distributed that implement RegionCache -
Uses of RegionCache in com.hazelcast.hibernate.local
Classes in com.hazelcast.hibernate.local that implement RegionCacheModifier and TypeClassDescriptionclassLocal onlyRegionCacheimplementation based on a topic to distribute cache updates.classA timestamp based local RegionCache