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.processor |
Data Processor
A data processor implements all create, read, update and delete (CRUD) methods of an OData service.
|
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.ref.util | |
org.apache.olingo.odata2.ref.processor |
Modifier and Type | Method and Description |
---|---|
EntityMediaProcessor |
ODataService.getEntityMediaProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
ODataSingleProcessor
A default
ODataProcessor that implements all processor features in a single class. |
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 | Class and Description |
---|---|
class |
CustomODataJPAProcessor |
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-2019 The Apache Software Foundation. All Rights Reserved.