Package | Description |
---|---|
org.apache.olingo.odata2.annotation.processor.ref | |
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.ep |
Entity Provider
The org.apache.olingo.odata2.api.ep package contains all classes related and necessary to provide an
EntityProvider . |
org.apache.olingo.odata2.api.ep.callback |
Entity Provider Callbacks
These callbacks will be used to support the $expand query option.
|
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.api.exception |
OData JPA Processor API Library - Exceptions
There are two main types of exceptions thrown from the library
Model Exception
Runtime Exception
The Model Exception is thrown while processing JPA metamodels and runtime exception is thrown while processing persistence data. |
org.apache.olingo.odata2.jpa.processor.ref.extension | |
org.apache.olingo.odata2.jpa.processor.ref.web | |
org.apache.olingo.odata2.ref.processor |
Modifier and Type | Method and Description |
---|---|
<T extends ODataCallback> |
AnnotationRefServiceFactory.getCallback(Class<T> callbackInterface) |
Modifier and Type | Interface and Description |
---|---|
interface |
ODataDebugCallback |
interface |
ODataDebugResponseWrapperCallback
Debug handler.
|
Modifier and Type | Method and Description |
---|---|
<T extends ODataCallback> |
ODataServiceFactory.getCallback(Class<T> callbackInterface)
A service can return implementation classes for various callback interfaces.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ODataCallback> |
EntityProviderWriteProperties.getCallbacks() |
Modifier and Type | Method and Description |
---|---|
EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder |
EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder.callbacks(Map<String,ODataCallback> callbacks) |
Modifier and Type | Interface and Description |
---|---|
interface |
OnWriteEntryContent
Callback interface for the $expand query option.
|
interface |
OnWriteFeedContent
Callback interface for the $expand query option.
|
interface |
TombstoneCallback
Interface that must be implemented in order to provide tombstone support.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODataErrorCallback
This interface is called if an error occurred and is process inside the exception mapper.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODataJPATransaction
Interface for JPA-Transaction abstraction.
|
interface |
OnJPAWriteContent
The interface is a call back interface that enables OData JPA Processor to get JPA provider specific
implementation
of java.sql.Blob and java.sql.Clob instances.
|
Modifier and Type | Method and Description |
---|---|
<T extends ODataCallback> |
ODataJPAServiceFactory.getCallback(Class<T> callbackInterface) |
Modifier and Type | Class and Description |
---|---|
class |
ODataJPAErrorCallback |
Modifier and Type | Class and Description |
---|---|
class |
OnDBWriteContent |
Modifier and Type | Method and Description |
---|---|
<T extends ODataCallback> |
JPAReferenceServiceFactory.getCallback(Class<T> callbackInterface) |
Modifier and Type | Class and Description |
---|---|
class |
ScenarioErrorCallback
Callback for handling errors by logging internal server errors additionally.
|
Modifier and Type | Method and Description |
---|---|
<T extends ODataCallback> |
ScenarioServiceFactory.getCallback(Class<T> callbackInterface) |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.