- EdmComplexType - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
-
Annotation for a EDM/CSDL ComplexType element.
- EdmConcurrencyControl - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
-
Related to ConcurrencyMode in OData specification.
- EdmDocumentation - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
-
Additional documentation for an EDM element.
- EdmEntitySet - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
-
Annotation for a EDM/CSDL EntitySet element.
- EdmEntityType - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
-
Annotation for a EDM/CSDL EntityType element.
- EdmFacets - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
-
Annotation for definition of EdmFactes on an EdmProperty (for an EdmEntityType or EdmComplexType
which contains the EdmProperty as a field).
- EdmFunctionImport - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
-
- EdmFunctionImport.HttpMethod - Enum in org.apache.olingo.odata2.api.annotation.edm
-
Concrete HttpMethods for a function import as specified in OData.
- EdmFunctionImport.ReturnType - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
-
- EdmFunctionImport.ReturnType.Type - Enum in org.apache.olingo.odata2.api.annotation.edm
-
Concrete return types as specified in OData.
- EdmFunctionImportParameter - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
-
Annotation for definition of an EdmFunctionImportParameter for an EdmFunctionImport
which contains the EdmFunctionImportParameter as a parameter.
- EdmKey - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
-
Annotation for definition of an EdmProperty as EdmKey for the EdmEntityType which contains the EdmProperty.
- EdmMediaResourceContent - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
-
- EdmMediaResourceMimeType - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
-
- EdmMediaResourceSource - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
-
- EdmNavigationProperty - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
-
Annotation for definition of an EdmNavigationProperty for an EdmEntityType
which contains the navigation property as a field.
- EdmNavigationProperty.Multiplicity - Enum in org.apache.olingo.odata2.api.annotation.edm
-
EdmMultiplicity indicates the number of entity type instances
an association end can relate to:
ZERO_OR_ONE (0..1)value is exactly one but can be null (i.e.
- EdmProperty - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
-
Annotation for definition of an EdmProperty for an EdmEntityType or EdmComplexType
which contains the EdmProperty as a field.
- EdmType - Enum in org.apache.olingo.odata2.api.annotation.edm
-
The EdmTypes which can be used for property definition in the EDM.