You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by Apache Wiki <wi...@apache.org> on 2014/03/15 06:00:43 UTC

[Olingo Wiki] Trivial Update of "ojp-howto-custom-jpa-processor" by chandanva

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)