Uses of Interface
org.hibernate.cache.spi.QueryResultsCache
Package
Description
Internal implementations and support for second-level caching.
Defines the integration aspect of Hibernate's second-level caching, allowing
a "caching backend" to be plugged in as a cache provider.
-
Uses of QueryResultsCache in org.hibernate.cache.internal
Modifier and TypeClassDescriptionclass
The standard implementation of the Hibernate QueryCache interface.Modifier and TypeMethodDescriptionDisabledCaching.getDefaultQueryResultsCache()
EnabledCaching.getDefaultQueryResultsCache()
DisabledCaching.getQueryResultsCache
(String regionName) EnabledCaching.getQueryResultsCache
(String regionName) DisabledCaching.getQueryResultsCacheStrictly
(String regionName) EnabledCaching.getQueryResultsCacheStrictly
(String regionName) protected QueryResultsCache
EnabledCaching.makeQueryResultsRegionAccess
(String regionName) -
Uses of QueryResultsCache in org.hibernate.cache.spi
Modifier and TypeMethodDescriptionCacheImplementor.getDefaultQueryResultsCache()
Access to the "default" region used to store query results when caching was requested but no region was explicitly named.CacheImplementor.getQueryResultsCache
(String regionName) Get query cache byregion name
or create a new one if none exist.CacheImplementor.getQueryResultsCacheStrictly
(String regionName) Get the named QueryResultRegionAccess but not creating one if it does not already exist. -
Uses of QueryResultsCache in org.hibernate.sql.results.caching.internal
ModifierConstructorDescriptionQueryCachePutManagerEnabledImpl
(QueryResultsCache queryCache, StatisticsImplementor statistics, QueryKey queryKey, String queryIdentifier, CachedJdbcValuesMetadata metadataForCache)