| Package | Description |
|---|---|
| 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.engine.spi |
| Modifier and Type | Method and Description |
|---|---|
TimestampsCache |
TimestampsCacheFactory.buildTimestampsCache(CacheImplementor cacheManager,
TimestampsRegion timestampsRegion)
Build the TimestampsCache
|
TimestampsCache |
CacheImplementor.getTimestampsCache()
Find the cache data access strategy for Hibernate's timestamps cache.
|
| Modifier and Type | Method and Description |
|---|---|
TimestampsCache |
CacheImplementor.getTimestampsCache()
Deprecated.
Find the cache data access strategy for Hibernate's timestamps cache.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.