Package | Description |
---|---|
org.apache.olingo.odata2.api.edm |
Entity Data Model API
The Entity Data Model is described in the OData protocol specification
as well as in the Conceptual Schema Definition for the OData Protocol.
|
org.apache.olingo.odata2.client.core.edm.Impl |
Modifier and Type | Method and Description |
---|---|
EdmAssociationSet |
EdmEntityContainer.getAssociationSet(EdmEntitySet sourceEntitySet,
EdmNavigationProperty navigationProperty)
Get contained AssociationSet by providing the source entity set and the navigation property
|
Modifier and Type | Method and Description |
---|---|
List<EdmAssociationSet> |
EdmEntityContainer.getAssociationSets()
ATTENTION: This method does not support LAZY LOADING.
|
Modifier and Type | Class and Description |
---|---|
class |
EdmAssociationSetImpl
Objects of this class represent AssociationSet
|
Modifier and Type | Method and Description |
---|---|
EdmAssociationSet |
EdmEntityContainerImpl.getAssociationSet(EdmEntitySet sourceEntitySet,
EdmNavigationProperty navigationProperty) |
Modifier and Type | Method and Description |
---|---|
List<EdmAssociationSet> |
EdmEntityContainerImpl.getAssociationSets() |
Map<String,EdmAssociationSet> |
EdmEntityContainerImpl.getEdmAssociationSetMap() |
List<EdmAssociationSet> |
EdmEntityContainerImpl.getEdmAssociationSets() |
Modifier and Type | Method and Description |
---|---|
void |
EdmEntityContainerImpl.setEdmAssociationSetMap(Map<String,EdmAssociationSet> associationSetMap) |
EdmEntityContainerImpl |
EdmEntityContainerImpl.setEdmAssociationSets(List<EdmAssociationSet> edmAssociationSets) |
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.