|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ODataService | |
---|---|
org.apache.olingo.odata2.annotation.processor.api | Annotations-API for Entity Data Model definition |
org.apache.olingo.odata2.annotation.processor.ref | |
org.apache.olingo.odata2.api | OData Library API |
org.apache.olingo.odata2.api.processor | Data Processor |
org.apache.olingo.odata2.api.rt | Runtime Support |
org.apache.olingo.odata2.jpa.processor.api | OData JPA Processor API Library |
org.apache.olingo.odata2.ref.processor |
Uses of ODataService in org.apache.olingo.odata2.annotation.processor.api |
---|
Methods in org.apache.olingo.odata2.annotation.processor.api that return ODataService | |
---|---|
static ODataService |
AnnotationServiceFactory.createAnnotationService(Collection<Class<?>> annotatedClasses)
Create an ODataService which is based on an EDM and Processor which are using the annotations from
org.apache.olingo.olingo-odata2-api-annotation module
(see package org.apache.olingo.odata2.api.annotation.edm ) to define the model and access the data. |
ODataService |
AnnotationServiceFactory.AnnotationServiceFactoryInstance.createAnnotationService(Collection<Class<?>> annotatedClasses)
Create an ODataService which is based on an EDM and Processor which are using the annotations from
org.apache.olingo.olingo-odata2-api-annotation module
(see package org.apache.olingo.odata2.api.annotation.edm ) to define the model and access the data. |
static ODataService |
AnnotationServiceFactory.createAnnotationService(String modelPackage)
Create an ODataService which is based on an EDM and Processor which are using the annotations from
org.apache.olingo.olingo-odata2-api-annotation module
(see package org.apache.olingo.odata2.api.annotation.edm ) to define the model and access the data. |
ODataService |
AnnotationServiceFactory.AnnotationServiceFactoryInstance.createAnnotationService(String modelPackage)
Create an ODataService which is based on an EDM and Processor which are using the annotations from
org.apache.olingo.olingo-odata2-api-annotation module
(see package org.apache.olingo.odata2.api.annotation.edm ) to define the model and access the data. |
Uses of ODataService in org.apache.olingo.odata2.annotation.processor.ref |
---|
Methods in org.apache.olingo.odata2.annotation.processor.ref that return ODataService | |
---|---|
ODataService |
AnnotationRefServiceFactory.createService(ODataContext context)
|
Uses of ODataService in org.apache.olingo.odata2.api |
---|
Methods in org.apache.olingo.odata2.api that return ODataService | |
---|---|
ODataService |
ODataServiceFactory.createODataSingleProcessorService(EdmProvider provider,
ODataSingleProcessor processor)
Create a default service instance based on ODataSingleProcessor . |
abstract ODataService |
ODataServiceFactory.createService(ODataContext ctx)
Create instance of custom ODataService . |
Uses of ODataService in org.apache.olingo.odata2.api.processor |
---|
Methods in org.apache.olingo.odata2.api.processor that return ODataService | |
---|---|
ODataService |
ODataContext.getService()
Gets the OData service. |
Uses of ODataService in org.apache.olingo.odata2.api.rt |
---|
Methods in org.apache.olingo.odata2.api.rt that return ODataService | |
---|---|
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)
|
Uses of ODataService in org.apache.olingo.odata2.jpa.processor.api |
---|
Methods in org.apache.olingo.odata2.jpa.processor.api that return ODataService | |
---|---|
ODataService |
ODataJPAServiceFactory.createService(ODataContext ctx)
Creates an OData Service based on the values set in ODataJPAContext and
ODataContext . |
Uses of ODataService in org.apache.olingo.odata2.ref.processor |
---|
Methods in org.apache.olingo.odata2.ref.processor that return ODataService | |
---|---|
ODataService |
ScenarioServiceFactory.createService(ODataContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |