Interface JPAOperator

All Known Subinterfaces:
JPAAggregationOperation, JPAArithmeticOperator, JPABooleanOperator, JPAComparisonOperator<T>, JPAEnumerationBasedOperator, JPAExpression, JPAExpressionOperator, JPAMethodCall, JPAPrimitiveTypeOperator, JPAUnaryBooleanOperator
All Known Implementing Classes:
JPAComparisonOperatorImp, JPAEnumerationOperator, JPALiteralOperator, JPAMemberOperator

public interface JPAOperator
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
     
  • Method Details

    • get

      Object get() throws org.apache.olingo.server.api.ODataApplicationException
      Throws:
      org.apache.olingo.server.api.ODataApplicationException
    • getName

      String getName()