Uses of Interface
org.apache.olingo.odata2.api.uri.info.GetEntitySetUriInfo

Packages that use GetEntitySetUriInfo
org.apache.olingo.odata2.api.processor Data Processor 
org.apache.olingo.odata2.api.processor.part Processor Parts 
org.apache.olingo.odata2.api.uri URI Parser Facade 
org.apache.olingo.odata2.jpa.processor.api OData JPA Processor API Library 
org.apache.olingo.odata2.jpa.processor.api.access OData JPA Processor API Library - Java Persistence Access 
org.apache.olingo.odata2.jpa.processor.ref.listeners   
org.apache.olingo.odata2.ref.processor   
 

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

Methods in org.apache.olingo.odata2.api.processor with parameters of type GetEntitySetUriInfo
 ODataResponse ODataSingleProcessor.readEntitySet(GetEntitySetUriInfo uriInfo, String contentType)
           
 

Uses of GetEntitySetUriInfo in org.apache.olingo.odata2.api.processor.part
 

Methods in org.apache.olingo.odata2.api.processor.part with parameters of type GetEntitySetUriInfo
 ODataResponse EntitySetProcessor.readEntitySet(GetEntitySetUriInfo uriInfo, String contentType)
          Reads entities.
 

Uses of GetEntitySetUriInfo in org.apache.olingo.odata2.api.uri
 

Subinterfaces of GetEntitySetUriInfo in org.apache.olingo.odata2.api.uri
 interface UriInfo
          Structured parts of the request URI - the result of URI parsing.
 

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

Methods in org.apache.olingo.odata2.jpa.processor.api with parameters of type GetEntitySetUriInfo
 ODataResponse ODataJPAResponseBuilder.build(GetEntitySetUriInfo queryUriInfo, List<Object> jpaEntities, String contentType)
          The method builds an OData response for an OData Query Request from a queried list of JPA Entities.
abstract  javax.persistence.Query ODataJPATombstoneEntityListener.getQuery(GetEntitySetUriInfo resultsView, javax.persistence.EntityManager em)
          Implement this method to create a Query object.
 

Uses of GetEntitySetUriInfo in org.apache.olingo.odata2.jpa.processor.api.access
 

Methods in org.apache.olingo.odata2.jpa.processor.api.access with parameters of type GetEntitySetUriInfo
<T> List<T>
JPAProcessor.process(GetEntitySetUriInfo requestView)
          Processes OData request for querying an Entity Set.
 

Uses of GetEntitySetUriInfo in org.apache.olingo.odata2.jpa.processor.ref.listeners
 

Methods in org.apache.olingo.odata2.jpa.processor.ref.listeners with parameters of type GetEntitySetUriInfo
 javax.persistence.Query SalesOrderTombstoneListener.getQuery(GetEntitySetUriInfo resultsView, javax.persistence.EntityManager em)
           
 javax.persistence.Query SalesOrderItemTombstoneListener.getQuery(GetEntitySetUriInfo resultsView, javax.persistence.EntityManager em)
           
 

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

Methods in org.apache.olingo.odata2.ref.processor with parameters of type GetEntitySetUriInfo
 ODataResponse ListsProcessor.readEntitySet(GetEntitySetUriInfo uriInfo, String contentType)
           
 



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