Uses of Interface
org.odata4j.producer.BaseResponse

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

Uses of BaseResponse in org.odata4j.producer
 

Subinterfaces of BaseResponse in org.odata4j.producer
 interface EntitiesResponse
          An EntitiesResponse is a response to a client request expecting multiple OData entities.
 interface EntityResponse
          An EntityResponse is a response to a client request expecting a single OData entity.
 interface PropertyResponse
          An PropertyResponse is a response to a client request expecting a single property value.
 

Methods in org.odata4j.producer that return BaseResponse
 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 BaseResponse in org.odata4j.producer.jpa
 

Methods in org.odata4j.producer.jpa that return BaseResponse
 BaseResponse JPAProducer.getNavProperty(String entitySetName, OEntityKey entityKey, String navProp, QueryInfo queryInfo)
           
 



http://odata4j.org