Uses of Interface
org.apache.olingo.odata2.api.processor.part.EntitySimplePropertyValueProcessor

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

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

Methods in org.apache.olingo.odata2.api that return EntitySimplePropertyValueProcessor
 EntitySimplePropertyValueProcessor ODataService.getEntitySimplePropertyValueProcessor()
           
 

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

Classes in org.apache.olingo.odata2.api.processor that implement EntitySimplePropertyValueProcessor
 class ODataSingleProcessor
          A default ODataProcessor that implements all processor features in a single class.
 

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

Classes in org.apache.olingo.odata2.jpa.processor.api that implement EntitySimplePropertyValueProcessor
 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 EntitySimplePropertyValueProcessor in org.apache.olingo.odata2.ref.processor
 

Classes in org.apache.olingo.odata2.ref.processor that implement EntitySimplePropertyValueProcessor
 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.