Package | Description |
---|---|
org.apache.olingo.odata2.api |
OData Library API
OData Library is a protocol implementation of the OData V2.0 standard.
|
org.apache.olingo.odata2.api.rt |
Runtime Support
Provides a mechanism for loading of implementation classes for interfaces.
|
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.
|
org.apache.olingo.odata2.jpa.processor.ref.util | |
org.apache.olingo.odata2.jpa.processor.ref.web | |
org.apache.olingo.odata2.ref.processor |
Modifier and Type | Method and Description |
---|---|
ODataService |
ODataServiceFactory.createODataSingleProcessorService(EdmProvider provider,
ODataSingleProcessor processor)
Create a default service instance based on ODataSingleProcessor
. |
Modifier and Type | Method and Description |
---|---|
static ODataService |
RuntimeDelegate.createODataSingleProcessorService(EdmProvider provider,
ODataSingleProcessor processor)
Creates and returns a single processor service.
|
protected abstract ODataService |
RuntimeDelegate.RuntimeDelegateInstance.createODataSingleProcessorService(EdmProvider provider,
ODataSingleProcessor processor) |
Modifier and Type | Class and Description |
---|---|
class |
ODataJPADefaultProcessor |
class |
ODataJPAProcessor
Extend this class and implement an OData JPA processor if the default
behavior of OData JPA Processor library has to be overwritten.
|
Modifier and Type | Method and Description |
---|---|
ODataSingleProcessor |
ODataJPAServiceFactory.createCustomODataProcessor(ODataJPAContext oDataJPAContext) |
Modifier and Type | Method and Description |
---|---|
ODataSingleProcessor |
ODataJPAAccessFactory.createODataProcessor(ODataJPAContext oDataJPAContext)
The method creates an OData JPA Processor.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomODataJPAProcessor |
Modifier and Type | Method and Description |
---|---|
ODataSingleProcessor |
JPAReferenceServiceFactory.createCustomODataProcessor(ODataJPAContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ListsProcessor
Implementation of the centralized parts of OData processing,
allowing to use the simplified DataSource for the
actual data handling.
|
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.