Interface JPAMethodCall

All Superinterfaces:
JPAOperator

public interface JPAMethodCall extends JPAOperator
  • Method Summary

    Modifier and Type
    Method
    Description
    get​(String prefix, String suffix)
    Returns extended by a prefix and a suffix
    org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
     
    getParameter​(int index)
     
    int
    Number of parameter

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

    get, getName
  • Method Details

    • getFunction

      org.apache.olingo.server.api.uri.queryoption.expression.MethodKind getFunction()
    • getParameter

      JPAOperator getParameter(int index)
    • noParameters

      int noParameters()
      Number of parameter
      Returns:
    • get

      Object get(String prefix, String suffix) throws org.apache.olingo.server.api.ODataApplicationException
      Returns extended by a prefix and a suffix

      Main use for method as parameter of of other methods. E.g.: contains(tolower('BE1'))

      Parameters:
      prefix -
      postix -
      Returns:
      Throws:
      org.apache.olingo.server.api.ODataApplicationException