Package | Description |
---|---|
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
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.cache.spi.support |
Package intended for simplifying the worked needed to implement
a caching provider.
|
Modifier and Type | Method and Description |
---|---|
QueryResultsRegion |
NoCachingRegionFactory.buildQueryResultsRegion(String regionName,
SessionFactoryImplementor sessionFactory) |
QueryResultsRegion |
QueryResultsCacheImpl.getRegion() |
protected QueryResultsRegion |
EnabledCaching.makeQueryResultsRegion(String regionName) |
Modifier and Type | Method and Description |
---|---|
QueryResultsRegion |
RegionFactory.buildQueryResultsRegion(String regionName,
SessionFactoryImplementor sessionFactory) |
QueryResultsRegion |
QueryResultsCache.getRegion()
The underlying cache region being used.
|
QueryResultsRegion |
QueryCache.getRegion()
Deprecated.
The underlying cache factory region being used.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryResultsRegionTemplate |
Modifier and Type | Method and Description |
---|---|
QueryResultsRegion |
RegionFactoryTemplate.buildQueryResultsRegion(String regionName,
SessionFactoryImplementor sessionFactory) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.