| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm |
Entity Data Model API
|
| org.apache.olingo.odata2.core.edm | |
| org.apache.olingo.odata2.core.edm.provider |
| Modifier and Type | Method and Description |
|---|---|
EdmAssociation |
EdmAssociationSet.getAssociation()
Get the association
|
EdmAssociation |
Edm.getAssociation(String namespace,
String name)
Get association by full qualified name
|
EdmAssociation |
EdmNavigationProperty.getRelationship()
Get the relationship of the navigation property
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract EdmAssociation |
EdmImpl.createAssociation(FullQualifiedName fqName) |
EdmAssociation |
EdmImpl.getAssociation(String namespaceOrAlias,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
EdmAssociationImplProv |
| Modifier and Type | Method and Description |
|---|---|
protected EdmAssociation |
EdmImplProv.createAssociation(FullQualifiedName fqName) |
EdmAssociation |
EdmAssociationSetImplProv.getAssociation() |
EdmAssociation |
EdmNavigationPropertyImplProv.getRelationship() |
Copyright © 2020. All rights reserved.