Interface JPAUnaryBooleanOperator

All Superinterfaces:
JPAExpression, JPAExpressionOperator, JPAOperator

public interface JPAUnaryBooleanOperator extends JPAExpressionOperator
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.persistence.criteria.Expression<Boolean>
    get()
     
    javax.persistence.criteria.Expression<Boolean>
     
    org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind
     

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

    getName
  • Method Details

    • get

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

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

      org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind getOperator()
      Specified by:
      getOperator in interface JPAExpressionOperator