Uses of Class
org.apache.olingo.odata2.api.ODataServiceFactory

Packages that use ODataServiceFactory
org.apache.olingo.odata2.annotation.processor.ref   
org.apache.olingo.odata2.api.processor Data Processor 
org.apache.olingo.odata2.jpa.processor.api OData JPA Processor API Library 
org.apache.olingo.odata2.jpa.processor.ref.web   
org.apache.olingo.odata2.ref.processor   
 

Uses of ODataServiceFactory in org.apache.olingo.odata2.annotation.processor.ref
 

Subclasses of ODataServiceFactory in org.apache.olingo.odata2.annotation.processor.ref
 class AnnotationRefServiceFactory
          ODataServiceFactory implemantion based on ListProcessor in combination with Annotation-Support-Classes for EdmProvider, DataSource and ValueAccess.
 

Uses of ODataServiceFactory in org.apache.olingo.odata2.api.processor
 

Methods in org.apache.olingo.odata2.api.processor that return ODataServiceFactory
 ODataServiceFactory ODataContext.getServiceFactory()
           
 

Uses of ODataServiceFactory in org.apache.olingo.odata2.jpa.processor.api
 

Subclasses of ODataServiceFactory in org.apache.olingo.odata2.jpa.processor.api
 class ODataJPAServiceFactory
           Extend this factory class and create own instance of ODataService that transforms Java Persistence Models into an OData Service.
 

Uses of ODataServiceFactory in org.apache.olingo.odata2.jpa.processor.ref.web
 

Subclasses of ODataServiceFactory in org.apache.olingo.odata2.jpa.processor.ref.web
 class JPAReferenceServiceFactory
           
 

Uses of ODataServiceFactory in org.apache.olingo.odata2.ref.processor
 

Subclasses of ODataServiceFactory in org.apache.olingo.odata2.ref.processor
 class ScenarioServiceFactory
          Service Factory for the reference scenario.
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.