Package org.infinispan.query

Interface Summary
CacheQuery A cache-query is what will be returned when the getQuery() method is run on QueryFactory.
QueryIterator Iterates over query results

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.
 

Class Summary
DefaultTransformer Warning, slow as a dog, uses serialization to get a byte representation of a class.
QueryFactory Class that is used to build CacheQuery
 

Annotation Types Summary
Transformable If you annotate your object with this, it can be used as a valid key for Infinispan to index.
 


Google Analytics

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