Uses of Interface
org.apache.jackrabbit.core.query.QueryFactory
- 
Packages that use QueryFactory Package Description org.apache.jackrabbit.core.query 
- 
- 
Uses of QueryFactory in org.apache.jackrabbit.core.queryClasses in org.apache.jackrabbit.core.query that implement QueryFactory Modifier and Type Class Description classAQTQueryFactoryAQTQueryFactoryimplements a query factory that creates AQT (Abstract Query Tree) based queries.classCompoundQueryFactoryCompoundQueryFactoryimplements a query factory that consists of multiple other query factories.classQOMQueryFactoryQOMQueryFactoryimplements a query factory that creates QOM based queries.Constructor parameters in org.apache.jackrabbit.core.query with type arguments of type QueryFactory Constructor Description CompoundQueryFactory(List<QueryFactory> factories)Creates a compound query factory that consists of multiple other query factories.
 
-