Package | Description |
---|---|
org.apache.olingo.odata2.jpa.processor.api |
OData JPA Processor API Library
The library provides a way for the developers to create an OData Service from a Java Persistence Model.
|
org.apache.olingo.odata2.jpa.processor.api.factory |
OData JPA Processor API Library - Factory
The library provides different types of factories for creating instances for
Accessing Java Persistence Model/Data
Building different types of JPQL statements
Accessing OData EDM provider and processor
The instances of these factories can be obtained from an abstract ODataJPAFactory.
|
Modifier and Type | Field and Description |
---|---|
protected JPAProcessor |
ODataJPAProcessor.jpaProcessor
An instance of
JPAProcessor . |
Modifier and Type | Method and Description |
---|---|
JPAProcessor |
JPAAccessFactory.getJPAProcessor(ODataJPAContext oDataJPAContext)
The method returns an instance of JPA processor based on OData JPA
Context.
|
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.