| Package | Description |
|---|---|
| org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
| org.apache.olingo.commons.core.edm |
| Modifier and Type | Method and Description |
|---|---|
EdmKeyPropertyRef |
EdmEntityType.getKeyPropertyRef(String keyPredicateName)
Get a key property ref by its name.
|
| Modifier and Type | Method and Description |
|---|---|
List<EdmKeyPropertyRef> |
EdmEntityType.getKeyPropertyRefs()
Get all key properties references as list of
EdmKeyPropertyRef. |
| Modifier and Type | Class and Description |
|---|---|
class |
EdmKeyPropertyRefImpl |
| Modifier and Type | Method and Description |
|---|---|
EdmKeyPropertyRef |
EdmEntityTypeImpl.getKeyPropertyRef(String keyPredicateName) |
| Modifier and Type | Method and Description |
|---|---|
List<EdmKeyPropertyRef> |
EdmEntityTypeImpl.getKeyPropertyRefs() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EdmEntityTypeImpl.setEdmKeyPropertyRef(List<EdmKeyPropertyRef> edmKey) |
Copyright © 2023. All rights reserved.