Package | Description |
---|---|
org.hibernate.cache.infinispan | |
org.hibernate.cache.infinispan.timestamp | |
org.hibernate.cache.internal | |
org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
Modifier and Type | Method and Description |
---|---|
TimestampsRegion |
InfinispanRegionFactory.buildTimestampsRegion(String regionName,
Properties properties)
Build a cache region specialized for storing update-timestamps data.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusteredTimestampsRegionImpl
Timestamp cache region for clustered environments.
|
class |
TimestampsRegionImpl
Defines the behavior of the timestamps cache region for Infinispan.
|
Modifier and Type | Method and Description |
---|---|
TimestampsRegion |
NoCachingRegionFactory.buildTimestampsRegion(String regionName,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
TimestampsRegion |
RegionFactory.buildTimestampsRegion(String regionName,
Properties properties)
Build a cache region specialized for storing update-timestamps data.
|
TimestampsRegion |
UpdateTimestampsCache.getRegion() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.