| EclipseLink |
|
| EclipseLinkJPAEdmGenerator |
|
| Edm |
A bunch of constants for defining the meta EDM. |
| Edm.ComplexType |
|
| Edm.Documentation |
|
| Edm.EntityKey |
|
| Edm.EntitySets |
|
| Edm.EntityType |
|
| Edm.Item |
|
| Edm.Property |
|
| Edm.PropertyRef |
|
| Edm.Schema |
Note: Schema is *almost* an Item...It doesn't have a Name though..and
you can't attach a Documentation to it...weird. |
| Edm.Schema.NavProps |
|
| Edm.StructuralType |
|
| Edm.StructuralType.NavProps |
|
| EdmAnnotation<T> |
Base annotation in the edm type system. |
| EdmAnnotationAttribute |
A CSDL Annotation attribute. |
| EdmAnnotationElement<T> |
A CSDL Annotation element. |
| EdmAssociation |
A CSDL Association element. |
| EdmAssociation.Builder |
Mutable builder for EdmAssociation objects. |
| EdmAssociationEnd |
A CSDL End element (as a child of the Association element)
An End element (as a child of the Association element) identifies the entity type on one end of
an association and the number of entity type instances that can exist at that end of an association. |
| EdmAssociationEnd.Builder |
Mutable builder for EdmAssociationEnd objects. |
| EdmAssociationSet |
A CSDL AnnotationSet element. |
| EdmAssociationSet.Builder |
Mutable builder for EdmAssociationSet objects. |
| EdmAssociationSetEnd |
A CSDL End element (as a child of the AssociationSet element)
The End element specifies one end of an association set. |
| EdmAssociationSetEnd.Builder |
Mutable builder for EdmAssociationEnd objects. |
| EdmCollectionType |
A CSDL CollectionType element. |
| EdmCollectionType.Builder |
Mutable builder for EdmCollectionType objects. |
| EdmComplexType |
A CSDL ComplexType element. |
| EdmComplexType.Builder |
Mutable builder for EdmComplexType objects. |
| EdmDataServices |
The <edmx:DataServices> element contains the service metadata of a Data Service. |
| EdmDataServices.Builder |
Mutable builder for EdmDataServices objects. |
| EdmDataServicesDecorator |
|
| EdmDataServicesProvider |
|
| EdmDecorator |
Application specific EDM customizations such as Documentation and Annotations. |
| EdmDocumentation |
A CSDL Documentation element. |
| EdmEntityContainer |
A CSDL EntityContainer element. |
| EdmEntityContainer.Builder |
Mutable builder for EdmEntityContainer objects. |
| EdmEntitySet |
A CSDL EntitySet element. |
| EdmEntitySet.Builder |
Mutable builder for EdmEntitySet objects. |
| EdmEntityType |
A CSDL EntityType element. |
| EdmEntityType.Builder |
Mutable builder for EdmEntityType objects. |
| EdmFunctionImport |
A CSDL FunctionImport element. |
| EdmFunctionImport.Builder |
Mutable builder for EdmFunctionImport objects. |
| EdmFunctionParameter |
A CSDL Parameter element. |
| EdmFunctionParameter.Builder |
Mutable builder for EdmFunctionParameter objects. |
| EdmFunctionParameter.Mode |
Parameter type: In, Out, or InOut |
| EdmGenerator |
An object that knows how to produce an EdmDataServices model in the
context of an EdmDecorator. |
| EdmItem |
Constructs in the CSDL that we model in the org.odata4j.edm package
share some common functionality:
Documentation (see EdmDocumentation)
Annotation (attributes and elements, see EdmAnnotation)
|
| EdmItem.Builder<T, TBuilder> |
Mutable builder for EdmItem objects. |
| EdmMultiplicity |
The possible number of entity types at each end of the relationship. |
| EdmNavigationProperty |
A CSDL NavigationProperty element. |
| EdmNavigationProperty.Builder |
Mutable builder for EdmNavigationProperty objects. |
| EdmNonSimpleType |
Non-primitive type in the EDM type system. |
| EdmProperty |
A CSDL Property element. |
| EdmProperty.Builder |
Mutable builder for EdmProperty objects. |
| EdmProperty.CollectionKind |
Kind of collection: List, Bag, or Collection |
| EdmPropertyBase |
Shared base class for EdmProperty and EdmNavigationProperty |
| EdmPropertyBase.Builder<T, TBuilder> |
Mutable builder for EdmPropertyBase objects. |
| EdmSchema |
A CSDL Schema element. |
| EdmSchema.Builder |
Mutable builder for EdmSchema objects. |
| EdmSimpleType<V> |
Primitive types in the EDM type system. |
| EdmStructuralType |
In the Entity Data Model (EDM), structural types are EDM types that have members. |
| EdmStructuralType.Builder<T, TBuilder> |
Mutable builder for EdmStructuralType objects. |
| EdmType |
A type in the EDM type system. |
| EdmType.Builder<T, TBuilder> |
Mutable builder for EdmType objects. |
| EdmType.DeferredBuilder<T, TBuilder> |
Mutable builder for EdmType objects with deferred resolution. |
| EdmxFormatParser |
|
| EdmxFormatWriter |
|
| Encoder |
Provides the highest level of abstraction for Encoders. |
| EncoderException |
Thrown when there is a failure condition during the encoding process. |
| EndElement2 |
|
| EndsWithMethodCallExpression |
|
| EntitiesRequestResource |
|
| EntitiesResponse |
An EntitiesResponse is a response to a client request expecting multiple OData entities. |
| EntitiesResult |
|
| EntityIdFunctionPropertyModelDelegate<TEntity, TKey> |
|
| EntityIdResponse |
An EntityIdResponse is a response to a client request expecting one or more entity-ids. |
| EntityManagerCommand |
|
| EntityQueryInfo |
QueryInfo represents an OData single-entity query as a strongly-typed immutable data structure. |
| EntityQueryInfo.Builder |
|
| EntityRequestResource |
|
| EntityResponse |
An EntityResponse is a response to a client request expecting a single OData entity. |
| EntityResult |
|
| EntitySegment |
|
| EntitySetInfo |
Entity-set title and href. |
| EntitySimpleProperty |
|
| Entry |
Building block for OData payload. |
| EnumsAsStringsPropertyModelDelegate |
|
| EqExpression |
|
| ExecuteCountQueryCommand |
|
| ExecuteJPQLQueryCommand |
|
| Expression |
|
| ExpressionEvaluator |
Evaluate an $filter expression. |
| ExpressionEvaluator.VariableResolver |
Resolves variables during expression evaluation. |
| ExpressionParser |
|
| ExpressionParser.AggregateFunction |
|
| ExpressionParser.Token |
|
| ExpressionParser.TokenType |
|
| ExpressionVisitor |
|
| OAtomEntity |
Interface providing information for ATOM serialization. |
| OAtomStreamEntity |
|
| OAuth1Adapter |
|
| OAuth2Adapter |
|
| OAuthAdapter |
|
| OAuthManager<C extends OAuthAdapter> |
Wrapper around org.mule.api.annotations.oauth.OAuth annotated class that will infuse it with
access token management capabilities. |
| OBatchRequest |
|
| OClientBehavior |
Extension-point for modifying client http requests. |
| OClientBehaviors |
A static factory to create built-in OClientBehavior instances. |
| OCollection<T extends OObject> |
A homogeneous collection of OData objects of a given EdmType. |
| OCollection.Builder<T extends OObject> |
Builds an OCollection instance. |
| OCollections |
A static factory to create immutable OCollection instances. |
| OComparators |
A static factory to create useful Comparator instances. |
| OComplexObject |
An instance of an EdmComplexType. |
| OComplexObject.Builder |
Builds an OComplexObject instance. |
| OComplexObjects |
A static factory to create immutable OComplexObject instances. |
| OCreateRequest<T> |
A consumer-side create-request builder. |
| ODataApplication |
Jersey-specific OData application containing the Jersey-specific
ODataProducerProvider. |
| ODataBatchProvider |
|
| ODataBatchProvider.HTTP_METHOD |
|
| ODataClient |
|
| ODataClientRequest |
Generic OData http request builder. |
| ODataConnector |
Connector for consuming OData feeds by performing read, create, update and delete operations. |
| ODataConnectorCapabilitiesAdapter |
A ODataConnectorCapabilitiesAdapter is a wrapper around ODataConnector that implements org.mule.api.Capabilities interface. |
| ODataConnectorConfigDefinitionParser |
|
| ODataConnectorConnectionFactory |
|
| ODataConnectorConnectionIdentifierAdapter |
A ODataConnectorConnectionIdentifierAdapter is a wrapper around ODataConnector that implements org.mule.devkit.dynamic.api.helper.Connection interface. |
| ODataConnectorConnectionKey |
A tuple of connection parameters
|
| ODataConnectorConnectionManager |
A ODataConnectorConnectionManager is a wrapper around ODataConnector that adds connection management capabilities to the pojo. |
| ODataConnectorLifecycleAdapter |
A ODataConnectorLifecycleAdapter is a wrapper around ODataConnector that adds lifecycle methods to the pojo. |
| ODataConnectorMetadataAdapater |
A ODataConnectorMetadataAdapater is a wrapper around ODataConnector that adds support for querying metadata about the extension. |
| ODataConnectorProcessAdapter |
A ODataConnectorProcessAdapter is a wrapper around ODataConnector that enables custom processing strategies. |
| ODataConstants |
Useful constants. |
| ODataConstants.Headers |
Http header names. |
| ODataConsumer |
|
| ODataConsumer.Dump |
Sends http request and/or response information to standard out. |
| ODataConsumerFactory |
|
| ODataConsumerFactoryImpl |
|
| ODataException |
|
| ODataJerseyClient |
|
| ODataJerseyConsumer |
ODataConsumer is the client-side interface to an OData service. |
| ODataJerseyConsumer.Builder |
Builder for ODataJerseyConsumer objects. |
| OdataNamespaceHandler |
Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/odata. |
| ODataProducer |
Implement ODataProducer on the server-side to create a new java-based OData producer. |
| ODataProducerDelegate |
Abstract base Delegate for ODataProducer. |
| ODataProducerFactory |
An ODataProducerFactory creates new OData producer instances given properties. |
| ODataProducerProvider |
Jersey-specific OData producer provider. |
| ODataServer |
Generic OData server
|
| ODataVersion |
V1 or V2
|
| ODataVersionEnumTransformer |
|
| OEntities |
A static factory to create immutable OEntity instances. |
| 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). |
| OEntityGetRequest<T> |
A consumer-side entity-request builder, used for GET operations of a single entity. |
| OEntityId |
The identity of a single OData entity, consisting of an entity-set name and a unique entity-key within that set. |
| OEntityIds |
A static factory to create immutable OEntityId instances. |
| OEntityKey |
An immutable entity-key, made up of either a single unnamed-value or multiple named-values. |
| OEntityKey.KeyType |
SINGLE or COMPLEX
|
| OEntityRequest<T> |
A consumer-side entity-request builder, used for operations on a single entity such as DELETE. |
| OEntityToJPAEntityCommand |
|
| OExtensible<T> |
Basic extension mechanism. |
| OExtension<T> |
Marker for extension interfaces of a given type. |
| OFuncs |
A static factory to create useful generic function instances. |
| OFunctionParameter |
An immutable service operation parameter, consisting of a name, a strongly-typed value, and an edm-type. |
| OFunctionParameters |
A static factory to create immutable OFunctionParameter instances. |
| OFunctionRequest<T> |
A consumer-side function-request builder. |
| OldStylePagingBehavior |
|
| OLink |
An OLink represents a reference to one or more OData entities. |
| OLinks |
A static factory to create immutable OLink instances. |
| OModifyRequest<T> |
A consumer-side modification-request builder, used for operations such as MERGE and UPDATE. |
| OObject |
OData instance object of the given EdmType. |
| OPredicates |
A static factory to create useful generic predicate instances. |
| OProperties |
A static factory to create immutable OProperty instances. |
| OProperty<T> |
An immutable OData property instance, consisting of a name, a strongly-typed value, and an edm-type. |
| OptionsQueryParser |
|
| OQueryRequest<T> |
A consumer-side query-request builder. |
| OrderByExpression |
|
| OrderByExpression.Direction |
|
| 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 inlined. |
| OrExpression |
|
| OSimpleObject<V> |
An instance of an EdmSimpleType, a primitive value in the OData type system. |
| OSimpleObjects |
A static factory to create immutable OSimpleObject instances. |
| OStructuralObject |
|