Dear Wiki user, You have subscribed to a wiki page or wiki category on "Olingo Wiki" for change notification.
The "ojp-howto-custom-jpa-processor" page has been changed by chandanva: https://wiki.apache.org/Olingo/ojp-howto-custom-jpa-processor?action=diff&rev1=1&rev2=2 You could write a custom OData JPA processor by extending the class org.apache.olingo.odata2.jpa.processor.api.ODataJPAProcessor. {{{ - public class CustomODataJPAProcessor { + public class CustomODataJPAProcessor extends ODataJPAProcessor{ @Override public ODataResponse readEntitySet(final GetEntitySetUriInfo uriParserResultView, final String contentType)