Interface JPABooleanOperator

All Superinterfaces:
JPAExpression, JPAExpressionOperator, JPAOperator

public interface JPABooleanOperator extends JPAExpressionOperator
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.persistence.criteria.Expression<Boolean>
     
    javax.persistence.criteria.Expression<Boolean>
     

    Methods inherited from interface com.sap.olingo.jpa.processor.core.filter.JPAExpression

    get

    Methods inherited from interface com.sap.olingo.jpa.processor.core.filter.JPAExpressionOperator

    getOperator

    Methods inherited from interface com.sap.olingo.jpa.processor.core.filter.JPAOperator

    getName
  • Method Details

    • getLeft

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

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