Uses of Class
org.hypergraphdb.query.impl.KeyBasedQuery

Packages that use KeyBasedQuery
org.hypergraphdb.query.impl   
 

Uses of KeyBasedQuery in org.hypergraphdb.query.impl
 

Subclasses of KeyBasedQuery in org.hypergraphdb.query.impl
 class DefaultKeyBasedQuery
           
 class SearchableBasedQuery
           A simple query that operates on a single HGSearchable entity, usually a HGIndex.
 

Constructors in org.hypergraphdb.query.impl with parameters of type KeyBasedQuery
PipedResult(HGSearchResult in, KeyBasedQuery pipe, boolean own_in)
           
PipeQuery(HGQuery in, KeyBasedQuery out)