Uses of Interface
org.apache.jackrabbit.core.query.QueryFactory

Packages that use QueryFactory
org.apache.jackrabbit.core.query   
 

Uses of QueryFactory in org.apache.jackrabbit.core.query
 

Classes in org.apache.jackrabbit.core.query that implement QueryFactory
 class AQTQueryFactory
          AQTQueryFactory implements a query factory that creates AQT (Abstract Query Tree) based queries.
 class CompoundQueryFactory
          CompoundQueryFactory implements a query factory that consists of multiple other query factories.
 class QOMQueryFactory
          QOMQueryFactory implements a query factory that creates QOM based queries.
 

Constructor parameters in org.apache.jackrabbit.core.query with type arguments of type QueryFactory
CompoundQueryFactory(List<QueryFactory> factories)
          Creates a compound query factory that consists of multiple other query factories.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.