Uses of Interface
org.apache.olingo.commons.api.edm.EdmEntityType
Packages that use EdmEntityType
Package
Description
Contains all the data objects of OData responses and OData requests
Contains representations for EDM objects created during the URI parsing
Olingo Server API - Deserializer
Olingo Server API - Serializer
Olingo URI
-
Uses of EdmEntityType in org.apache.olingo.commons.api.data
Methods in org.apache.olingo.commons.api.data with parameters of type EdmEntityTypeModifier and TypeMethodDescriptionContextURL.Builder.derived
(EdmEntityType derivedType) Set the derived edm entity type. -
Uses of EdmEntityType in org.apache.olingo.commons.api.edm
Methods in org.apache.olingo.commons.api.edm that return EdmEntityTypeModifier and TypeMethodDescriptionEdmEntityType.getBaseType()
Edm.getEntityType
(FullQualifiedName name) Get entity type by full qualified name.EdmBindingTarget.getEntityType()
Get the entity type.Get entity type with annotations by full qualified name.EdmBindingTarget.getEntityTypeWithAnnotations()
Get the entity type with annotations defined in external file.EdmNavigationProperty.getType()
Methods in org.apache.olingo.commons.api.edm that return types with arguments of type EdmEntityType -
Uses of EdmEntityType in org.apache.olingo.ext.pojogen
Fields in org.apache.olingo.ext.pojogen with type parameters of type EdmEntityTypeModifier and TypeFieldDescriptionprotected final Map<String,
List<EdmEntityType>> AbstractUtility.allEntityTypes
Methods in org.apache.olingo.ext.pojogen with parameters of type EdmEntityTypeModifier and TypeMethodDescriptionAbstractUtility.getEntityKeyType
(EdmEntityType entityType) AbstractUtility.getJavaType
(EdmEntityType entityType) AbstractUtility.getJavaType
(EdmEntityType entityType, Boolean forceCollection) AbstractUtility.justInheritedOperationsBoundTo
(EdmEntityType entity) Constructors in org.apache.olingo.ext.pojogen with parameters of type EdmEntityType -
Uses of EdmEntityType in org.apache.olingo.server.api.deserializer
Methods in org.apache.olingo.server.api.deserializer with parameters of type EdmEntityTypeModifier and TypeMethodDescriptionODataDeserializer.entity
(InputStream stream, EdmEntityType edmEntityType) Deserializes an entity stream into anEntity
object.ODataDeserializer.entityCollection
(InputStream stream, EdmEntityType edmEntityType) Deserializes an entity collection stream into anEntityCollection
object. -
Uses of EdmEntityType in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer with parameters of type EdmEntityTypeModifier and TypeMethodDescriptionODataSerializer.entity
(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, EntitySerializerOptions options) Writes entity data into an InputStream.EdmAssistedSerializer.entityCollection
(ServiceMetadata metadata, EdmEntityType referencedEntityType, AbstractEntityCollection entityCollection, EdmAssistedSerializerOptions options) Writes entity-collection data into an InputStream.EdmDeltaSerializer.entityCollection
(ServiceMetadata metadata, EdmEntityType referencedEntityType, Delta delta, EntityCollectionSerializerOptions options) Writes collection of delta-response into an InputStream.ODataSerializer.entityCollection
(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollection entitySet, EntityCollectionSerializerOptions options) Writes entity-collection data into an InputStream.ODataSerializer.entityCollectionStreamed
(ServiceMetadata metadata, EdmEntityType entityType, EntityIterator entities, EntityCollectionSerializerOptions options) Writes entity-collection data into an InputStream. -
Uses of EdmEntityType in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that return EdmEntityTypeModifier and TypeMethodDescriptionUriResourceEntitySet.getEntityType()
UriResourceSingleton.getEntityType()
UriInfoEntityId.getEntityTypeCast()
Behind $entity a optional type cast can be used in the URI.UriResourceSingleton.getEntityTypeFilter()
Methods in org.apache.olingo.server.api.uri with parameters of type EdmEntityTypeModifier and TypeMethodDescriptionUriHelper.buildKeyPredicate
(EdmEntityType edmEntityType, Entity entity) Builds the key predicate for the given entity.