Interface JPAArithmeticOperator

All Superinterfaces:
JPAOperator

public interface JPAArithmeticOperator extends JPAOperator
  • Method Details

    • get

      javax.persistence.criteria.Expression<Number> get() throws org.apache.olingo.server.api.ODataApplicationException
      Specified by:
      get in interface JPAOperator
      Throws:
      org.apache.olingo.server.api.ODataApplicationException
    • getOperator

      org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind getOperator()
    • getRight

      Object getRight()
    • getLeft

      javax.persistence.criteria.Expression<Number> getLeft(javax.persistence.criteria.CriteriaBuilder cb) throws org.apache.olingo.server.api.ODataApplicationException
      Throws:
      org.apache.olingo.server.api.ODataApplicationException
    • getRightAsNumber

      Number getRightAsNumber(javax.persistence.criteria.CriteriaBuilder cb) throws org.apache.olingo.server.api.ODataApplicationException
      Throws:
      org.apache.olingo.server.api.ODataApplicationException
    • getRightAsExpression

      javax.persistence.criteria.Expression<Number> getRightAsExpression() throws org.apache.olingo.server.api.ODataApplicationException
      Throws:
      org.apache.olingo.server.api.ODataApplicationException
    • getLeftAsIntExpression

      javax.persistence.criteria.Expression<Integer> getLeftAsIntExpression() throws org.apache.olingo.server.api.ODataApplicationException
      Throws:
      org.apache.olingo.server.api.ODataApplicationException
    • getRightAsIntExpression

      javax.persistence.criteria.Expression<Integer> getRightAsIntExpression() throws org.apache.olingo.server.api.ODataApplicationException
      Throws:
      org.apache.olingo.server.api.ODataApplicationException