Interface JPAExpression

All Superinterfaces:
JPAOperator
All Known Subinterfaces:
JPABooleanOperator, JPAComparisonOperator<T>, JPAExpressionOperator, JPAUnaryBooleanOperator
All Known Implementing Classes:
JPAComparisonOperatorImp

public interface JPAExpression extends JPAOperator
  • Method Summary

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

    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 JPAOperator
      Throws:
      org.apache.olingo.server.api.ODataApplicationException