Uses of Class
org.odata4j.producer.QueryInfo

Packages that use QueryInfo
org.odata4j.producer   
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)
           
 

Uses of QueryInfo in org.odata4j.producer.inmemory
 

Methods in org.odata4j.producer.inmemory with parameters of type QueryInfo
 EntitiesResponse InMemoryProducer.getEntities(String entitySetName, QueryInfo queryInfo)
           
 

Uses of QueryInfo in org.odata4j.producer.jpa
 

Methods in org.odata4j.producer.jpa with parameters of type QueryInfo
static org.odata4j.producer.jpa.JPAProducer.DynamicEntitiesResponse JPAProducer.enumJpaEntities(EntityManager em, Class<?> clazz, QueryInfo query, int maxResults)
           
 EntitiesResponse JPAProducer.getEntities(String entitySetName, QueryInfo queryInfo)
           
 



http://odata4j.org