Uses of Interface
org.apache.olingo.commons.api.edm.EdmEntitySet
Packages that use EdmEntitySet
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 - Serializer
Olingo URI
-
Uses of EdmEntitySet in org.apache.olingo.commons.api.data
Methods in org.apache.olingo.commons.api.data with parameters of type EdmEntitySetModifier and TypeMethodDescriptionContextURL.Builder.entitySet
(EdmEntitySet entitySet) Set the edm entity set. -
Uses of EdmEntitySet in org.apache.olingo.commons.api.edm
Methods in org.apache.olingo.commons.api.edm that return EdmEntitySetModifier and TypeMethodDescriptionEdmEntityContainer.getEntitySet
(String name) Get contained EntitySet by name.EdmOperation.getReturnedEntitySet
(EdmEntitySet bindingParameterEntitySet) Get EdmEntitySet for the given binding parameters EntitySetEdmOperationImport.getReturnedEntitySet()
Methods in org.apache.olingo.commons.api.edm that return types with arguments of type EdmEntitySetModifier and TypeMethodDescriptionEdmEntityContainer.getEntitySets()
This method DOES NOT support lazy loadingEdmEntityContainer.getEntitySetsWithAnnotations()
This method DOES NOT support lazy loadingMethods in org.apache.olingo.commons.api.edm with parameters of type EdmEntitySetModifier and TypeMethodDescriptionEdmOperation.getReturnedEntitySet
(EdmEntitySet bindingParameterEntitySet) Get EdmEntitySet for the given binding parameters EntitySet -
Uses of EdmEntitySet in org.apache.olingo.ext.pojogen
Methods in org.apache.olingo.ext.pojogen with parameters of type EdmEntitySetModifier and TypeMethodDescriptionorg.apache.olingo.commons.core.edm.EdmTypeInfo
AbstractUtility.getEdmType
(EdmEntitySet entitySet) AbstractUtility.getEntityKeyType
(EdmEntitySet entitySet) -
Uses of EdmEntitySet in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer with parameters of type EdmEntitySetModifier and TypeMethodDescriptionODataSerializer.reference
(ServiceMetadata metadata, EdmEntitySet edmEntitySet, Entity entity, ReferenceSerializerOptions options) Writes a single entity reference into an InputStream.ODataSerializer.referenceCollection
(ServiceMetadata metadata, EdmEntitySet edmEntitySet, AbstractEntityCollection entityCollection, ReferenceCollectionSerializerOptions options) Writes entity-collection references into an InputStream. -
Uses of EdmEntitySet in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that return EdmEntitySetMethods in org.apache.olingo.server.api.uri with parameters of type EdmEntitySetModifier and TypeMethodDescriptionUriHelper.buildCanonicalURL
(EdmEntitySet edmEntitySet, Entity entity) Builds the relative canonical URL for the given entity in the given entity set.