Uses of Package
org.odata4j.core

Packages that use org.odata4j.core
org.odata4j.consumer The odata4j client-side (consumer-side) API. 
org.odata4j.consumer.behaviors   
org.odata4j.core Core odata4j concepts. 
org.odata4j.edm   
org.odata4j.expression   
org.odata4j.format   
org.odata4j.format.json   
org.odata4j.format.xml   
org.odata4j.internal   
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.core used by org.odata4j.consumer
OClientBehavior
          Extension-point for modifying client http requests.
OCreateRequest
          A consumer-side create-request builder.
OEntity
          An immutable OData entity instance, consisting of an identity (an entity-set and a unique entity-key within that set), properties (typed, named values), and links (references to other entities).
OEntityKey
          An immutable entity-key, made up of either a single unnamed-value or multiple named-values.
OEntityRequest
          A consumer-side entity-request builder, used for operations on a single entity such as GET and DELETE.
OModifyRequest
          A consumer-side modification-request builder, used for operations such as MERGE and UPDATE.
OQueryRequest
          A consumer-side query-request builder.
ORelatedEntitiesLink
          An ORelatedEntitiesLink represents a relationship to multiple OData entities.
ORelatedEntityLink
          An ORelatedEntityLink represents a relationship to a single OData entity.
 

Classes in org.odata4j.core used by org.odata4j.consumer.behaviors
OClientBehavior
          Extension-point for modifying client http requests.
 

Classes in org.odata4j.core used by org.odata4j.core
Guid
          A custom Guid class is necessary to interop with .net Guid strings incompatible with UUID.
NamedValue
          A strongly-typed named value.
OClientBehavior
          Extension-point for modifying client http requests.
OCreateRequest
          A consumer-side create-request builder.
ODataVersion
          V1 or V2
OEntity
          An immutable OData entity instance, consisting of an identity (an entity-set and a unique entity-key within that set), properties (typed, named values), and links (references to other entities).
OEntityKey
          An immutable entity-key, made up of either a single unnamed-value or multiple named-values.
OEntityKey.KeyType
          SINGLE or COMPLEX
OEntityRequest
          A consumer-side entity-request builder, used for operations on a single entity such as GET and DELETE.
OLink
          An OLink represents a reference to one or more OData entities.
OModifyRequest
          A consumer-side modification-request builder, used for operations such as MERGE and UPDATE.
OProperty
          An immutable OData property instance, consisting of a name, a strongly-typed value, and an edm-type.
OQueryRequest
          A consumer-side query-request builder.
ORelatedEntitiesLink
          An ORelatedEntitiesLink represents a relationship to multiple OData entities.
ORelatedEntitiesLinkInline
          An ORelatedEntitiesLinkInline is an ORelatedEntitiesLink that also includes the referents inline.
ORelatedEntityLink
          An ORelatedEntityLink represents a relationship to a single OData entity.
ORelatedEntityLinkInline
          An ORelatedEntityLinkInline is an ORelatedEntityLink that also includes the referent inline.
 

Classes in org.odata4j.core used by org.odata4j.edm
ODataVersion
          V1 or V2
 

Classes in org.odata4j.core used by org.odata4j.expression
Guid
          A custom Guid class is necessary to interop with .net Guid strings incompatible with UUID.
 

Classes in org.odata4j.core used by org.odata4j.format
ODataVersion
          V1 or V2
OEntity
          An immutable OData entity instance, consisting of an identity (an entity-set and a unique entity-key within that set), properties (typed, named values), and links (references to other entities).
OEntityKey
          An immutable entity-key, made up of either a single unnamed-value or multiple named-values.
 

Classes in org.odata4j.core used by org.odata4j.format.json
ODataVersion
          V1 or V2
OEntity
          An immutable OData entity instance, consisting of an identity (an entity-set and a unique entity-key within that set), properties (typed, named values), and links (references to other entities).
OEntityKey
          An immutable entity-key, made up of either a single unnamed-value or multiple named-values.
OProperty
          An immutable OData property instance, consisting of a name, a strongly-typed value, and an edm-type.
 

Classes in org.odata4j.core used by org.odata4j.format.xml
OEntity
          An immutable OData entity instance, consisting of an identity (an entity-set and a unique entity-key within that set), properties (typed, named values), and links (references to other entities).
OEntityKey
          An immutable entity-key, made up of either a single unnamed-value or multiple named-values.
OLink
          An OLink represents a reference to one or more OData entities.
OProperty
          An immutable OData property instance, consisting of a name, a strongly-typed value, and an edm-type.
 

Classes in org.odata4j.core used by org.odata4j.internal
ODataVersion
          V1 or V2
OEntity
          An immutable OData entity instance, consisting of an identity (an entity-set and a unique entity-key within that set), properties (typed, named values), and links (references to other entities).
OEntityKey
          An immutable entity-key, made up of either a single unnamed-value or multiple named-values.
OProperty
          An immutable OData property instance, consisting of a name, a strongly-typed value, and an edm-type.
 

Classes in org.odata4j.core used by org.odata4j.producer
OEntity
          An immutable OData entity instance, consisting of an identity (an entity-set and a unique entity-key within that set), properties (typed, named values), and links (references to other entities).
OEntityKey
          An immutable entity-key, made up of either a single unnamed-value or multiple named-values.
OProperty
          An immutable OData property instance, consisting of a name, a strongly-typed value, and an edm-type.
 

Classes in org.odata4j.core used by org.odata4j.producer.inmemory
OEntity
          An immutable OData entity instance, consisting of an identity (an entity-set and a unique entity-key within that set), properties (typed, named values), and links (references to other entities).
OEntityKey
          An immutable entity-key, made up of either a single unnamed-value or multiple named-values.
 

Classes in org.odata4j.core used by org.odata4j.producer.jpa
OEntity
          An immutable OData entity instance, consisting of an identity (an entity-set and a unique entity-key within that set), properties (typed, named values), and links (references to other entities).
OEntityKey
          An immutable entity-key, made up of either a single unnamed-value or multiple named-values.
OProperty
          An immutable OData property instance, consisting of a name, a strongly-typed value, and an edm-type.
 

Classes in org.odata4j.core used by org.odata4j.producer.resources
OEntity
          An immutable OData entity instance, consisting of an identity (an entity-set and a unique entity-key within that set), properties (typed, named values), and links (references to other entities).
OEntityKey
          An immutable entity-key, made up of either a single unnamed-value or multiple named-values.
 



http://odata4j.org