Package | Description |
---|---|
org.apache.olingo.odata2.annotation.processor.ref | |
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.web | |
org.apache.olingo.odata2.ref.processor | |
org.apache.olingo.odata2.spring |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationRefServiceFactory
ODataServiceFactory implemantion based on ListProcessor
in combination with Annotation-Support-Classes for EdmProvider, DataSource and ValueAccess.
|
Modifier and Type | Method and Description |
---|---|
ODataServiceFactory |
ODataContext.getServiceFactory() |
Modifier and Type | Class and Description |
---|---|
class |
ODataJPAServiceFactory
Extend this factory class and create own instance of
ODataService that
transforms Java Persistence
Models into an OData Service. |
Modifier and Type | Class and Description |
---|---|
class |
JPAReferenceServiceFactory |
Modifier and Type | Class and Description |
---|---|
class |
ScenarioServiceFactory
Service Factory for the reference scenario.
|
Modifier and Type | Method and Description |
---|---|
ODataServiceFactory |
OlingoRootLocator.getServiceFactory() |
Modifier and Type | Method and Description |
---|---|
void |
OlingoRootLocator.setServiceFactory(ODataServiceFactory serviceFactory) |
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.