Uses of Package
org.apache.olingo.odata2.api.annotation.edm

Packages that use org.apache.olingo.odata2.api.annotation.edm
org.apache.olingo.odata2.annotation.processor.ref.model   
org.apache.olingo.odata2.api.annotation.edm Annotations-API for Entity Data Model definition 
org.apache.olingo.odata2.jpa.processor.ref.extension   
 

Classes in org.apache.olingo.odata2.api.annotation.edm used by org.apache.olingo.odata2.annotation.processor.ref.model
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.
 

Classes in org.apache.olingo.odata2.api.annotation.edm used by org.apache.olingo.odata2.api.annotation.edm
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.
 

Classes in org.apache.olingo.odata2.api.annotation.edm used by org.apache.olingo.odata2.jpa.processor.ref.extension
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-2015 The Apache Software Foundation. All Rights Reserved.