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 | Interface and Description |
---|---|
interface |
TimestampsCache
Wrapper for a
TimestampsRegion adding handling of stale results |
Modifier and Type | Method and Description |
---|---|
default UpdateTimestampsCache |
CacheImplementor.getUpdateTimestampsCache()
Deprecated.
Use
CacheImplementor.getTimestampsCache() instead |
Modifier and Type | Method and Description |
---|---|
default UpdateTimestampsCache |
CacheImplementor.getUpdateTimestampsCache()
Deprecated.
Use
CacheImplementor.getTimestampsCache() instead |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.