Package | Description |
---|---|
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
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()
Get the underlying cache region where data is stored..
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.