Uses of Class
org.apache.olingo.odata2.api.processor.ODataSingleProcessor

Packages that use ODataSingleProcessor
org.apache.olingo.odata2.api OData Library API 
org.apache.olingo.odata2.api.rt Runtime Support 
org.apache.olingo.odata2.jpa.processor.api OData JPA Processor API Library 
org.apache.olingo.odata2.jpa.processor.api.factory OData JPA Processor API Library - Factory 
org.apache.olingo.odata2.ref.processor   
 

Uses of ODataSingleProcessor in org.apache.olingo.odata2.api
 

Methods in org.apache.olingo.odata2.api with parameters of type ODataSingleProcessor
 ODataService ODataServiceFactory.createODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor)
          Create a default service instance based on ODataSingleProcessor.
 

Uses of ODataSingleProcessor in org.apache.olingo.odata2.api.rt
 

Methods in org.apache.olingo.odata2.api.rt with parameters of type ODataSingleProcessor
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 ODataSingleProcessor in org.apache.olingo.odata2.jpa.processor.api
 

Subclasses of ODataSingleProcessor in org.apache.olingo.odata2.jpa.processor.api
 class ODataJPAProcessor
          Extend this class and implement an OData JPA processor if the default behavior of OData JPA Processor library has to be overwritten.
 

Uses of ODataSingleProcessor in org.apache.olingo.odata2.jpa.processor.api.factory
 

Methods in org.apache.olingo.odata2.jpa.processor.api.factory that return ODataSingleProcessor
 ODataSingleProcessor ODataJPAAccessFactory.createODataProcessor(ODataJPAContext oDataJPAContext)
          The method creates an OData JPA Processor.
 

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

Subclasses of ODataSingleProcessor in org.apache.olingo.odata2.ref.processor
 class ListsProcessor
          Implementation of the centralized parts of OData processing, allowing to use the simplified DataSource for the actual data handling.
 



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