Uses of Class
org.apache.olingo.odata2.api.edm.provider.EdmProvider

Packages that use EdmProvider
org.apache.olingo.odata2.api OData Library API 
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider 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.edm   
 

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

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

Uses of EdmProvider in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return EdmProvider
 EdmProvider EdmProviderAccessor.getEdmProvider()
           
static EdmProvider EdmProviderFactory.getEdmProvider(InputStream metadataXml, boolean validate)
          Creates and returns an edm provider.
 

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

Methods in org.apache.olingo.odata2.api.rt that return EdmProvider
static EdmProvider RuntimeDelegate.createEdmProvider(InputStream metadataXml, boolean validate)
          Creates and returns an edm provider.
protected abstract  EdmProvider RuntimeDelegate.RuntimeDelegateInstance.createEdmProvider(InputStream metadataXml, boolean validate)
           
 

Methods in org.apache.olingo.odata2.api.rt with parameters of type EdmProvider
static Edm RuntimeDelegate.createEdm(EdmProvider provider)
          Creates and returns an entity data model.
protected abstract  Edm RuntimeDelegate.RuntimeDelegateInstance.createEdm(EdmProvider provider)
           
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 EdmProvider in org.apache.olingo.odata2.jpa.processor.api
 

Methods in org.apache.olingo.odata2.jpa.processor.api that return EdmProvider
 EdmProvider ODataJPAContext.getEdmProvider()
          The method gets the EDM provider for JPA from the context.
 

Methods in org.apache.olingo.odata2.jpa.processor.api with parameters of type EdmProvider
 void ODataJPAContext.setEdmProvider(EdmProvider edmProvider)
          The method sets EDM provider into the context
 

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

Methods in org.apache.olingo.odata2.jpa.processor.api.factory that return EdmProvider
 EdmProvider ODataJPAAccessFactory.createJPAEdmProvider(ODataJPAContext oDataJPAContext)
           
 

Uses of EdmProvider in org.apache.olingo.odata2.ref.edm
 

Subclasses of EdmProvider in org.apache.olingo.odata2.ref.edm
 class ScenarioEdmProvider
          Provider for the entity data model used in the reference scenario
 



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