| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm |
Entity Data Model API
|
| org.apache.olingo.odata2.core.edm.provider |
| 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 |
EdmAssociationSetImplProv |
| Modifier and Type | Method and Description |
|---|---|
EdmAssociationSet |
EdmEntityContainerImplProv.getAssociationSet(EdmEntitySet sourceEntitySet,
EdmNavigationProperty navigationProperty) |
| Modifier and Type | Method and Description |
|---|---|
List<EdmAssociationSet> |
EdmEntityContainerImplProv.getAssociationSets() |
Copyright © 2020. All rights reserved.