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.
|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Method and Description |
---|---|
QueryCache |
StandardQueryCacheFactory.getQueryCache(String regionName,
UpdateTimestampsCache updateTimestampsCache,
SessionFactoryOptions settings,
Properties props) |
Constructor and Description |
---|
StandardQueryCache(SessionFactoryOptions settings,
Properties props,
UpdateTimestampsCache updateTimestampsCache,
String regionName)
Constructs a StandardQueryCache instance
|
Modifier and Type | Method and Description |
---|---|
QueryCache |
QueryCacheFactory.getQueryCache(String regionName,
UpdateTimestampsCache updateTimestampsCache,
SessionFactoryOptions settings,
Properties props)
Builds a named query cache.
|
Modifier and Type | Method and Description |
---|---|
UpdateTimestampsCache |
SessionFactoryImplementor.getUpdateTimestampsCache()
Get the cache of table update timestamps
|
UpdateTimestampsCache |
SessionFactoryDelegatingImpl.getUpdateTimestampsCache() |
UpdateTimestampsCache |
CacheImplementor.getUpdateTimestampsCache()
Get
UpdateTimestampsCache instance managed by the SessionFactory . |
Modifier and Type | Method and Description |
---|---|
UpdateTimestampsCache |
SessionFactoryImpl.getUpdateTimestampsCache() |
UpdateTimestampsCache |
CacheImpl.getUpdateTimestampsCache() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.