Uses of Class
org.odata4j.producer.QueryInfo

Packages that use QueryInfo
org.odata4j.producer The odata4j server-side (producer-side) API. 
org.odata4j.producer.inmemory   
org.odata4j.producer.jpa   
 

Uses of QueryInfo in org.odata4j.producer
 

Methods in org.odata4j.producer with parameters of type QueryInfo
 EntitiesResponse ODataProducer.getEntities(String entitySetName, QueryInfo queryInfo)
          Gets all the entities for a given set matching the query information.
 BaseResponse ODataProducer.getNavProperty(String entitySetName, OEntityKey entityKey, String navProp, QueryInfo queryInfo)
          Given a specific entity, follow one of its navigation properties, applying constraints as appropriate.
 

Uses of QueryInfo in org.odata4j.producer.inmemory
 

Methods in org.odata4j.producer.inmemory with parameters of type QueryInfo
static List<OEntity> ListUtils.applyQuery(List<OEntity> entities, QueryInfo query, int maxResults)
           
static Integer ListUtils.computeInlineCount(List<OEntity> entities, QueryInfo query)
           
static String ListUtils.computeSkipToken(List<OEntity> entities, QueryInfo query, int maxResults)
           
 EntitiesResponse InMemoryProducer.getEntities(String entitySetName, QueryInfo queryInfo)
           
 EntitiesResponse InMemoryProducer.getNavProperty(String entitySetName, OEntityKey entityKey, String navProp, QueryInfo queryInfo)
           
 

Uses of QueryInfo in org.odata4j.producer.jpa
 

Methods in org.odata4j.producer.jpa with parameters of type QueryInfo
 EntitiesResponse JPAProducer.getEntities(String entitySetName, QueryInfo queryInfo)
           
 BaseResponse JPAProducer.getNavProperty(String entitySetName, OEntityKey entityKey, String navProp, QueryInfo queryInfo)
           
 



http://odata4j.org