Uses of Interface
org.hibernate.search.backend.lucene.cache.QueryCachingConfigurationContext
-
Packages that use QueryCachingConfigurationContext Package Description org.hibernate.search.backend.lucene.cache org.hibernate.search.backend.lucene.cache.impl -
-
Uses of QueryCachingConfigurationContext in org.hibernate.search.backend.lucene.cache
Methods in org.hibernate.search.backend.lucene.cache with parameters of type QueryCachingConfigurationContext Modifier and Type Method Description voidQueryCachingConfigurer. configure(QueryCachingConfigurationContext context)Configures query caching as necessary using the givencontext. -
Uses of QueryCachingConfigurationContext in org.hibernate.search.backend.lucene.cache.impl
Classes in org.hibernate.search.backend.lucene.cache.impl that implement QueryCachingConfigurationContext Modifier and Type Class Description classLuceneQueryCachingContext
-