Module com.hazelcast.hibernate53
Package com.hazelcast.hibernate.local
Class LocalRegionCache.Builder
java.lang.Object
com.hazelcast.hibernate.local.LocalRegionCache.Builder
- Enclosing class:
- LocalRegionCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withEvictionConfig(LocalRegionCache.EvictionConfig evictionConfig) withFreeHeapBasedCacheEvictor(FreeHeapBasedCacheEvictor freeHeapBasedCacheEvictor) withHazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance) withRegionConfig(org.hibernate.cache.cfg.spi.DomainDataRegionConfig regionConfig) withRegionFactory(org.hibernate.cache.spi.RegionFactory regionFactory) withTopic(boolean withTopic)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
withRegionFactory
public LocalRegionCache.Builder withRegionFactory(org.hibernate.cache.spi.RegionFactory regionFactory) -
withName
-
withHazelcastInstance
public LocalRegionCache.Builder withHazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance) -
withRegionConfig
public LocalRegionCache.Builder withRegionConfig(org.hibernate.cache.cfg.spi.DomainDataRegionConfig regionConfig) -
withTopic
-
withEvictionConfig
-
withFreeHeapBasedCacheEvictor
public LocalRegionCache.Builder withFreeHeapBasedCacheEvictor(FreeHeapBasedCacheEvictor freeHeapBasedCacheEvictor)
-