Uses of Package
org.odata4j.producer

Packages that use org.odata4j.producer
org.odata4j.edm Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. 
org.odata4j.format   
org.odata4j.format.json   
org.odata4j.format.xml   
org.odata4j.jersey.producer.resources   
org.odata4j.producer The odata4j server-side (producer-side) API. 
org.odata4j.producer.command   
org.odata4j.producer.edm   
org.odata4j.producer.inmemory   
org.odata4j.producer.jdbc   
org.odata4j.producer.jpa   
org.odata4j.producer.resources   
 

Classes in org.odata4j.producer used by org.odata4j.edm
PropertyPath
          A path in an object graph made up of property names.
 

Classes in org.odata4j.producer used by org.odata4j.format
CollectionResponse
          An CollectionResponse is a response to a client request expecting a collection of OData objects.
ComplexObjectResponse
          An ComplexObjectResponse is a response to a client request expecting a single instance of a complex type.
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.
ErrorResponse
          An ErrorResponse is the response in case an error occurred.
PropertyResponse
          An PropertyResponse is a response to a client request expecting a single property value.
SimpleResponse
          An SimpleResponse is a response to a client request expecting a single EdmSimpleType value.
 

Classes in org.odata4j.producer used by org.odata4j.format.json
CollectionResponse
          An CollectionResponse is a response to a client request expecting a collection of OData objects.
ComplexObjectResponse
          An ComplexObjectResponse is a response to a client request expecting a single instance of a complex type.
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.
ErrorResponse
          An ErrorResponse is the response in case an error occurred.
PropertyResponse
          An PropertyResponse is a response to a client request expecting a single property value.
SimpleResponse
          An SimpleResponse is a response to a client request expecting a single EdmSimpleType value.
 

Classes in org.odata4j.producer used by org.odata4j.format.xml
CollectionResponse
          An CollectionResponse is a response to a client request expecting a collection of OData objects.
ComplexObjectResponse
          An ComplexObjectResponse is a response to a client request expecting a single instance of a complex type.
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.
ErrorResponse
          An ErrorResponse is the response in case an error occurred.
PropertyResponse
          An PropertyResponse is a response to a client request expecting a single property value.
SimpleResponse
          An SimpleResponse is a response to a client request expecting a single EdmSimpleType value.
 

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

Classes in org.odata4j.producer used by org.odata4j.producer
BaseResponse
          The base payload interface for responses to client requests.
CollectionResponse
          An CollectionResponse is a response to a client request expecting a collection of OData objects.
ComplexObjectResponse
          An ComplexObjectResponse is a response to a client request expecting a single instance of a complex type.
CountResponse
          An CountResponse is a response to a client request for the count of an entity-set.
EntitiesResponse
          An EntitiesResponse is a response to a client request expecting multiple OData entities.
EntityIdResponse
          An EntityIdResponse is a response to a client request expecting one or more entity-ids.
EntityQueryInfo
          QueryInfo represents an OData single-entity query as a strongly-typed immutable data structure.
EntityQueryInfo.Builder
          Mutable builder for EntityQueryInfo objects.
EntityResponse
          An EntityResponse is a response to a client request expecting a single OData entity.
ErrorResponse
          An ErrorResponse is the response in case an error occurred.
ErrorResponseExtension
          An optional extension that a producer can expose to control error responses.
ExpressionEvaluator.VariableResolver
          Resolves variables during expression evaluation.
InlineCount
          NONE or ALLPAGES
ODataProducer
          Implement ODataProducer on the server-side to create a new java-based OData producer.
PropertyPath
          A path in an object graph made up of property names.
PropertyResponse
          An PropertyResponse is a response to a client request expecting a single property value.
QueryInfo
          QueryInfo represents an OData multiple-entity query as a strongly-typed immutable data structure.
QueryInfo.Builder
          Mutable builder for QueryInfo objects.
RecursivePropertyPath
          A recursive path has an associated depth limiter.
SimpleResponse
          An SimpleResponse is a response to a client request expecting a single EdmSimpleType value.
 

Classes in org.odata4j.producer used by org.odata4j.producer.command
BaseResponse
          The base payload interface for responses to client requests.
CountResponse
          An CountResponse is a response to a client request for the count of an entity-set.
EntitiesResponse
          An EntitiesResponse is a response to a client request expecting multiple OData entities.
EntityIdResponse
          An EntityIdResponse is a response to a client request expecting one or more entity-ids.
EntityQueryInfo
          QueryInfo represents an OData single-entity query as a strongly-typed immutable data structure.
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 multiple-entity query as a strongly-typed immutable data structure.
 

Classes in org.odata4j.producer used by org.odata4j.producer.edm
BaseResponse
          The base payload interface for responses to client requests.
CountResponse
          An CountResponse is a response to a client request for the count of an entity-set.
EntitiesResponse
          An EntitiesResponse is a response to a client request expecting multiple OData entities.
EntityIdResponse
          An EntityIdResponse is a response to a client request expecting one or more entity-ids.
EntityQueryInfo
          QueryInfo represents an OData single-entity query as a strongly-typed immutable data structure.
EntityResponse
          An EntityResponse is a response to a client request expecting a single OData entity.
ExpressionEvaluator
          Evaluate an $filter expression.
ExpressionEvaluator.VariableResolver
          Resolves variables during expression evaluation.
ODataProducer
          Implement ODataProducer on the server-side to create a new java-based OData producer.
QueryInfo
          QueryInfo represents an OData multiple-entity query as a strongly-typed immutable data structure.
 

Classes in org.odata4j.producer used by org.odata4j.producer.inmemory
BaseResponse
          The base payload interface for responses to client requests.
CountResponse
          An CountResponse is a response to a client request for the count of an entity-set.
EntitiesResponse
          An EntitiesResponse is a response to a client request expecting multiple OData entities.
EntityIdResponse
          An EntityIdResponse is a response to a client request expecting one or more entity-ids.
EntityQueryInfo
          QueryInfo represents an OData single-entity query as a strongly-typed immutable data structure.
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.
PropertyPathHelper
          Helps producers determine if a property is $selected and/or $expanded.
QueryInfo
          QueryInfo represents an OData multiple-entity query as a strongly-typed immutable data structure.
 

Classes in org.odata4j.producer used by org.odata4j.producer.jdbc
EntityQueryInfo
          QueryInfo represents an OData single-entity query as a strongly-typed immutable data structure.
ODataProducer
          Implement ODataProducer on the server-side to create a new java-based OData producer.
QueryInfo
          QueryInfo represents an OData multiple-entity 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.
CountResponse
          An CountResponse is a response to a client request for the count of an entity-set.
EntitiesResponse
          An EntitiesResponse is a response to a client request expecting multiple OData entities.
EntityIdResponse
          An EntityIdResponse is a response to a client request expecting one or more entity-ids.
EntityQueryInfo
          QueryInfo represents an OData single-entity query as a strongly-typed immutable data structure.
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 multiple-entity query as a strongly-typed immutable data structure.
 

Classes in org.odata4j.producer used by org.odata4j.producer.resources
EntityQueryInfo
          QueryInfo represents an OData single-entity query as a strongly-typed immutable data structure.
ErrorResponse
          An ErrorResponse is the response in case an error occurred.
InlineCount
          NONE or ALLPAGES
ODataProducer
          Implement ODataProducer on the server-side to create a new java-based OData producer.
OMediaLinkExtension
          An optional extension that a producer can expose to work with Media Link Entries.
QueryInfo
          QueryInfo represents an OData multiple-entity query as a strongly-typed immutable data structure.
 



http://odata4j.org