Skip navigation links

Package org.apache.olingo.odata2.jpa.processor.api

OData JPA Processor API Library

See: Description

Package org.apache.olingo.odata2.jpa.processor.api Description

OData JPA Processor API Library

The library provides a way for the developers to create an OData Service from a Java Persistence Model. The library supports Java Persistence 2.0 and is dependent on OData library. To create an OData service from JPA models
  1. extend the service factory class ODataJPAServiceFactory and implement the methods
  2. define a JAX-RS servlet in web.xml and configure the service factory as servlet init parameter.

    See Also:ODataJPAServiceFactory

Skip navigation links

Copyright © 2013-2017 The Apache Software Foundation. All Rights Reserved.