Uses of Class
org.infinispan.query.backend.KeyTransformationHandler

Packages that use KeyTransformationHandler
org.infinispan.query.backend   
org.infinispan.query.clustered   
org.infinispan.query.clustered.commandworkers   
org.infinispan.query.impl   
 

Uses of KeyTransformationHandler in org.infinispan.query.backend
 

Methods in org.infinispan.query.backend that return KeyTransformationHandler
static KeyTransformationHandler KeyTransformationHandler.getInstance(AdvancedCache<?,?> cache)
          Gets the KeyTransformationHandler instance used by the supplied cache.
 KeyTransformationHandler QueryInterceptor.getKeyTransformationHandler()
           
 

Uses of KeyTransformationHandler in org.infinispan.query.clustered
 

Constructors in org.infinispan.query.clustered with parameters of type KeyTransformationHandler
ClusteredCacheQueryImpl(org.apache.lucene.search.Query luceneQuery, org.hibernate.search.spi.SearchFactoryIntegrator searchFactory, ExecutorService asyncExecutor, AdvancedCache<?,?> cache, KeyTransformationHandler keyTransformationHandler, Class<?>... classes)
           
 

Uses of KeyTransformationHandler in org.infinispan.query.clustered.commandworkers
 

Methods in org.infinispan.query.clustered.commandworkers with parameters of type KeyTransformationHandler
static Object QueryExtractorUtil.extractKey(org.hibernate.search.query.engine.spi.DocumentExtractor extractor, Cache<?,?> cache, KeyTransformationHandler keyTransformationHandler, int docIndex)
           
 

Uses of KeyTransformationHandler in org.infinispan.query.impl
 

Fields in org.infinispan.query.impl declared as KeyTransformationHandler
protected  KeyTransformationHandler CacheQueryImpl.keyTransformationHandler
           
 

Constructors in org.infinispan.query.impl with parameters of type KeyTransformationHandler
CacheQueryImpl(org.apache.lucene.search.Query luceneQuery, org.hibernate.search.spi.SearchFactoryIntegrator searchFactory, AdvancedCache<?,?> cache, KeyTransformationHandler keyTransformationHandler, Class<?>... classes)
           
EntityLoader(Cache<?,?> cache, KeyTransformationHandler keyTransformationHandler)
           
LazyIterator(org.hibernate.search.query.engine.spi.HSQuery hSearchQuery, AdvancedCache<?,?> cache, KeyTransformationHandler keyTransformationHandler, int fetchSize)
           
 


-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.