Uses of Package
org.infinispan.query

Packages that use org.infinispan.query
org.infinispan.query   
org.infinispan.query.impl   
org.infinispan.query.logging   
 

Classes in org.infinispan.query used by org.infinispan.query
CacheQuery
          A cache-query is what will be returned when the getQuery() method is run on SearchManagerImpl.
QueryIterator
          Iterates over query results

SearchManager
          The SearchManager is the entry point to create full text queries on top of a cache.
Transformer
          The task of this interface is to convert keys from their original types to a String representation (which can be used in Lucene) and vice versa.
 

Classes in org.infinispan.query used by org.infinispan.query.impl
CacheQuery
          A cache-query is what will be returned when the getQuery() method is run on SearchManagerImpl.
QueryIterator
          Iterates over query results

 

Classes in org.infinispan.query used by org.infinispan.query.logging
Transformer
          The task of this interface is to convert keys from their original types to a String representation (which can be used in Lucene) and vice versa.
 


-->

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