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.
|
Modifier and Type | Method and Description |
---|---|
QueryResultsRegion |
NoCachingRegionFactory.buildQueryResultsRegion(String regionName,
Properties properties) |
QueryResultsRegion |
StandardQueryCache.getRegion() |
Modifier and Type | Method and Description |
---|---|
QueryResultsRegion |
RegionFactory.buildQueryResultsRegion(String regionName,
Properties properties)
Build a cache region specialized for storing query results.
|
QueryResultsRegion |
QueryCache.getRegion()
The underlying cache factory region being used.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.