Class Parser
- java.lang.Object
-
- org.apache.jackrabbit.commons.query.sql2.Parser
-
- org.apache.jackrabbit.spi.commons.query.sql2.Parser
-
-
Constructor Summary
Constructors Constructor Description Parser(QueryObjectModelFactory factory, ValueFactory valueFactory)
Deprecated.Create a new parser.
-
Method Summary
-
Methods inherited from class org.apache.jackrabbit.commons.query.sql2.Parser
createQueryObjectModel
-
-
-
-
Constructor Detail
-
Parser
public Parser(QueryObjectModelFactory factory, ValueFactory valueFactory)
Deprecated.Create a new parser. A parser can be re-used, but it is not thread safe.- Parameters:
factory
- the query object model factoryvalueFactory
- the value factory
-
-