Uses of Interface
org.odata4j.core.OQuery

Packages that use OQuery
org.odata4j.consumer   
org.odata4j.core   
 

Uses of OQuery in org.odata4j.consumer
 

Classes in org.odata4j.consumer that implement OQuery
 class OQueryImpl<T>
           
 

Methods in org.odata4j.consumer that return OQuery
 OQuery<T> OQueryImpl.custom(String name, String value)
           
 OQuery<T> OQueryImpl.filter(String filter)
           
<T> OQuery<T>
ODataConsumer.getEntities(Class<T> entityType, String entitySetName)
           
 OQuery<OEntity> ODataConsumer.getEntities(ORelatedEntitiesLink link)
           
 OQuery<OEntity> ODataConsumer.getEntities(String entitySetName)
           
 OQuery<T> OQueryImpl.nav(Object[] key, String navProperty)
           
 OQuery<T> OQueryImpl.nav(Object key, String navProperty)
           
 OQuery<T> OQueryImpl.orderBy(String orderBy)
           
 OQuery<T> OQueryImpl.select(String select)
           
 OQuery<T> OQueryImpl.skip(int skip)
           
 OQuery<T> OQueryImpl.top(int top)
           
 

Uses of OQuery in org.odata4j.core
 

Methods in org.odata4j.core that return OQuery
 OQuery<T> OQuery.custom(String name, String value)
           
 OQuery<T> OQuery.filter(String filter)
           
 OQuery<T> OQuery.nav(Object[] key, String navProperty)
           
 OQuery<T> OQuery.nav(Object key, String navProperty)
           
 OQuery<T> OQuery.orderBy(String orderBy)
           
 OQuery<T> OQuery.select(String select)
           
 OQuery<T> OQuery.skip(int skip)
           
 OQuery<T> OQuery.top(int top)
           
 



http://odata4j.org