| Package | Description |
|---|---|
| org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
| org.hibernate.cache.spi |
Defines the integration aspect of Hibernate's second-level
caching allowing "caching back ends" to be plugged in as
a caching provider.
|
| org.hibernate.cache.spi.support |
Package intended for simplifying the worked needed to implement
a caching provider.
|
| Modifier and Type | Method and Description |
|---|---|
TimestampsRegion |
NoCachingRegionFactory.buildTimestampsRegion(String regionName,
SessionFactoryImplementor sessionFactory) |
TimestampsRegion |
TimestampsCacheEnabledImpl.getRegion() |
TimestampsRegion |
TimestampsCacheDisabledImpl.getRegion() |
| Modifier and Type | Method and Description |
|---|---|
TimestampsCache |
StandardTimestampsCacheFactory.buildTimestampsCache(CacheImplementor cacheManager,
TimestampsRegion timestampsRegion) |
| Constructor and Description |
|---|
TimestampsCacheEnabledImpl(TimestampsRegion timestampsRegion) |
| Modifier and Type | Method and Description |
|---|---|
TimestampsRegion |
RegionFactory.buildTimestampsRegion(String regionName,
SessionFactoryImplementor sessionFactory) |
TimestampsRegion |
UpdateTimestampsCache.getRegion()
Deprecated.
Get the underlying cache region where data is stored..
|
TimestampsRegion |
TimestampsCache.getRegion()
The region used to store all timestamps data
|
| Modifier and Type | Method and Description |
|---|---|
TimestampsCache |
TimestampsCacheFactory.buildTimestampsCache(CacheImplementor cacheManager,
TimestampsRegion timestampsRegion)
Build the TimestampsCache
|
| Modifier and Type | Class and Description |
|---|---|
class |
TimestampsRegionTemplate |
| Modifier and Type | Method and Description |
|---|---|
TimestampsRegion |
RegionFactoryTemplate.buildTimestampsRegion(String regionName,
SessionFactoryImplementor sessionFactory) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.