Uses of Interface
org.hibernate.cache.spi.QueryResultsCache
Packages that use 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
Classes in org.hibernate.cache.internal that implement QueryResultsCacheModifier and TypeClassDescriptionclass
The standard implementation of the Hibernate QueryCache interface.Methods in org.hibernate.cache.internal that return QueryResultsCacheModifier 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
Methods in org.hibernate.cache.spi that return QueryResultsCacheModifier 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
Constructors in org.hibernate.sql.results.caching.internal with parameters of type QueryResultsCacheModifierConstructorDescriptionQueryCachePutManagerEnabledImpl
(QueryResultsCache queryCache, StatisticsImplementor statistics, QueryKey queryKey, String queryIdentifier, CachedJdbcValuesMetadata metadataForCache)