Uses of Interface
org.hibernate.cache.spi.QueryResultsCache
-
Packages that use QueryResultsCache Package Description 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. -
-
Uses of QueryResultsCache in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that return QueryResultsCache Modifier and Type Method Description QueryResultsCacheCacheImplementor. getDefaultQueryResultsCache()Access to the "default" region used to store query results when caching was requested but no region was explicitly named.QueryResultsCacheCacheImplementor. getQueryResultsCache(String regionName)Get query cache byregion nameor create a new one if none exist.QueryResultsCacheCacheImplementor. getQueryResultsCacheStrictly(String regionName)Get the named QueryResultRegionAccess but not creating one if it does not already exist.
-