Class Parser


  • public class Parser
    extends Parser
    Deprecated.
    use Parser instead.
    The SQL2 parser can convert a JCR-SQL2 query to a QueryObjectModel.
    • Constructor Summary

      Constructors 
      Constructor Description
      Parser​(javax.jcr.query.qom.QueryObjectModelFactory factory, javax.jcr.ValueFactory valueFactory)
      Deprecated.
      Create a new parser.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Parser

        public Parser​(javax.jcr.query.qom.QueryObjectModelFactory factory,
                      javax.jcr.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 factory
        valueFactory - the value factory