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.query
Classes in org.apache.jackrabbit.core.query that implement QueryFactory Modifier and Type Class Description 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 Constructor Description CompoundQueryFactory(List<QueryFactory> factories)
Creates a compound query factory that consists of multiple other query factories.
-