Uses of Package
org.odata4j.producer

Packages that use org.odata4j.producer
org.odata4j.format   
org.odata4j.format.json   
org.odata4j.format.xml   
org.odata4j.producer The odata4j server-side (producer-side) API. 
org.odata4j.producer.inmemory   
org.odata4j.producer.jpa   
org.odata4j.producer.resources   
 

Classes in org.odata4j.producer used by org.odata4j.format
EntitiesResponse
          An EntitiesResponse is a response to a client request expecting multiple OData entities.
EntityResponse
          An EntityResponse is a response to a client request expecting a single OData entity.
PropertyResponse
          An PropertyResponse is a response to a client request expecting a single property value.
 

Classes in org.odata4j.producer used by org.odata4j.format.json
EntitiesResponse
          An EntitiesResponse is a response to a client request expecting multiple OData entities.
EntityResponse
          An EntityResponse is a response to a client request expecting a single OData entity.
PropertyResponse
          An PropertyResponse is a response to a client request expecting a single property value.
 

Classes in org.odata4j.producer used by org.odata4j.format.xml
EntitiesResponse
          An EntitiesResponse is a response to a client request expecting multiple OData entities.
EntityResponse
          An EntityResponse is a response to a client request expecting a single OData entity.
PropertyResponse
          An PropertyResponse is a response to a client request expecting a single property value.
 

Classes in org.odata4j.producer used by org.odata4j.producer
BaseResponse
          The base payload interface for responses to client requests.
EntitiesResponse
          An EntitiesResponse is a response to a client request expecting multiple OData entities.
EntityResponse
          An EntityResponse is a response to a client request expecting a single OData entity.
InlineCount
          NONE or ALLPAGES
ODataProducer
          Implement ODataProducer on the server-side to create a new java-based OData producer.
PropertyResponse
          An PropertyResponse is a response to a client request expecting a single property value.
QueryInfo
          QueryInfo represents an OData query as a strongly-typed immutable data structure.
 

Classes in org.odata4j.producer used by org.odata4j.producer.inmemory
EntitiesResponse
          An EntitiesResponse is a response to a client request expecting multiple OData entities.
EntityResponse
          An EntityResponse is a response to a client request expecting a single OData entity.
ODataProducer
          Implement ODataProducer on the server-side to create a new java-based OData producer.
QueryInfo
          QueryInfo represents an OData query as a strongly-typed immutable data structure.
 

Classes in org.odata4j.producer used by org.odata4j.producer.jpa
BaseResponse
          The base payload interface for responses to client requests.
EntitiesResponse
          An EntitiesResponse is a response to a client request expecting multiple OData entities.
EntityResponse
          An EntityResponse is a response to a client request expecting a single OData entity.
ODataProducer
          Implement ODataProducer on the server-side to create a new java-based OData producer.
ODataProducerFactory
          An ODataProducerFactory creates new OData producer instances given properties.
QueryInfo
          QueryInfo represents an OData query as a strongly-typed immutable data structure.
 

Classes in org.odata4j.producer used by org.odata4j.producer.resources
InlineCount
          NONE or ALLPAGES
ODataProducer
          Implement ODataProducer on the server-side to create a new java-based OData producer.
 



http://odata4j.org