Package | Description |
---|---|
org.apache.olingo.odata2.annotation.processor.ref.model | |
org.apache.olingo.odata2.api.annotation.edm |
Annotations-API for Entity Data Model definition
The edm package contains all annotations necessary for definition
of the Entity Data Model (as described in the OData protocol specification
as well as in the Conceptual Schema Definition for the OData Protocol which
both can be found at http://www.odata.org/).
|
org.apache.olingo.odata2.jpa.processor.ref.extension |
Class and Description |
---|
EdmComplexType
Annotation for a EDM/CSDL ComplexType element.
|
EdmEntitySet
Annotation for a EDM/CSDL EntitySet element.
|
EdmEntityType
Annotation for a EDM/CSDL EntityType element.
|
EdmKey
Annotation for definition of an EdmProperty as EdmKey for the EdmEntityType which contains the EdmProperty.
|
EdmProperty
Annotation for definition of an EdmProperty for an EdmEntityType or EdmComplexType
which contains the EdmProperty as a field.
|
Class and Description |
---|
EdmFunctionImport.HttpMethod
Concrete HttpMethods for a function import as specified in OData.
|
EdmFunctionImport.ReturnType.Type
Concrete return types as specified in OData.
|
EdmNavigationProperty.Multiplicity
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.
|
EdmType
The EdmTypes which can be used for property definition in the EDM.
|
Class and Description |
---|
EdmFunctionImport
Annotation for definition of an method as an
EdmFunctionImport call/endpoint. |
EdmFunctionImportParameter
Annotation for definition of an EdmFunctionImportParameter for an EdmFunctionImport
which contains the EdmFunctionImportParameter as a parameter.
|
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.