Package org.synchronoss.cpo.core.parser


package org.synchronoss.cpo.core.parser
  • Class
    Description
    ExpressionParser implementation for native expressions that use positional ? bind markers (the common JDBC/CQL convention).
    ExpressionParser extracts bind-marker information from a native (SQL/CQL) function expression, letting CPO figure out which bean attribute each positional bind marker in the expression corresponds to.