Interface JPARequestProcessor

All Known Implementing Classes:
JPACountRequestProcessor, JPAFunctionRequestProcessor, JPANavigationRequestProcessor

public interface JPARequestProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    <K extends Comparable<K>>
    void
    retrieveData​(org.apache.olingo.server.api.ODataRequest request, org.apache.olingo.server.api.ODataResponse response, org.apache.olingo.commons.api.format.ContentType responseFormat)
     
  • Method Details

    • retrieveData

      <K extends Comparable<K>> void retrieveData(org.apache.olingo.server.api.ODataRequest request, org.apache.olingo.server.api.ODataResponse response, org.apache.olingo.commons.api.format.ContentType responseFormat) throws org.apache.olingo.server.api.ODataApplicationException, org.apache.olingo.server.api.ODataLibraryException, org.apache.olingo.commons.api.ex.ODataException
      Throws:
      org.apache.olingo.server.api.ODataApplicationException
      org.apache.olingo.server.api.ODataLibraryException
      org.apache.olingo.commons.api.ex.ODataException