| Package | Description |
|---|---|
| org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
| org.hibernate.engine.spi | |
| org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
| Constructor and Description |
|---|
StandardQueryCache(SessionFactoryOptions settings,
java.util.Properties props,
UpdateTimestampsCache updateTimestampsCache,
java.lang.String regionName)
Constructs a StandardQueryCache instance
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateTimestampsCache |
SessionFactoryImplementor.getUpdateTimestampsCache()
Deprecated.
Use
CacheImplementor.getUpdateTimestampsCache() instead |
UpdateTimestampsCache |
SessionFactoryDelegatingImpl.getUpdateTimestampsCache() |
UpdateTimestampsCache |
CacheImplementor.getUpdateTimestampsCache()
Get
UpdateTimestampsCache instance managed by the SessionFactory. |
| Modifier and Type | Method and Description |
|---|---|
UpdateTimestampsCache |
CacheImpl.getUpdateTimestampsCache() |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.