Interface JPAComparisonOperator<T extends Comparable<T>>

All Superinterfaces:
JPAExpression, JPAExpressionOperator, JPAOperator
All Known Implementing Classes:
JPAComparisonOperatorImp

public interface JPAComparisonOperator<T extends Comparable<T>> extends JPAExpressionOperator
  • Method Details

    • getLeft

      javax.persistence.criteria.Expression<T> getLeft() throws org.apache.olingo.server.api.ODataApplicationException
      Throws:
      org.apache.olingo.server.api.ODataApplicationException
    • getRight

      Object getRight()
    • getRightAsComparable

      Comparable<T> getRightAsComparable() throws org.apache.olingo.server.api.ODataApplicationException
      Throws:
      org.apache.olingo.server.api.ODataApplicationException
    • getRightAsExpression

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