Package org.apache.jackrabbit.core.query
Class AQTQueryFactory
- java.lang.Object
-
- org.apache.jackrabbit.core.query.AQTQueryFactory
-
- All Implemented Interfaces:
QueryFactory
public abstract class AQTQueryFactory extends Object implements QueryFactory
AQTQueryFactory
implements a query factory that creates AQT (Abstract Query Tree) based queries.
-
-
Constructor Summary
Constructors Constructor Description AQTQueryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getSupportedLanguages()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.jackrabbit.core.query.QueryFactory
createQuery
-
-
-
-
Method Detail
-
getSupportedLanguages
public List<String> getSupportedLanguages()
- Specified by:
getSupportedLanguages
in interfaceQueryFactory
- Returns:
- supported query languages by this factory.
-
-