EntityT
- The generic entity type for which query navigation is available.public static interface ServiceWithNavigableEntities.NavigableEntity<EntityT extends VdmEntity<EntityT>>
Modifier and Type | Method and Description |
---|---|
<NavigationT extends VdmEntity<NavigationT>> |
navigateTo(NavigationProperty.Collection<EntityT,NavigationT> property)
Navigate to a specific navigation property of current entity type.
|
<NavigationT extends VdmEntity<NavigationT>> |
navigateTo(NavigationProperty.Single<EntityT,NavigationT> property)
Navigate to a specific navigation property of current entity type.
|
@Nonnull <NavigationT extends VdmEntity<NavigationT>> ServiceWithNavigableEntityCollection<NavigationT> navigateTo(@Nonnull NavigationProperty.Collection<EntityT,NavigationT> property)
NavigationT
- The generic type of target entity.property
- The navigation property (collection) to be used.@Nonnull <NavigationT extends VdmEntity<NavigationT>> ServiceWithNavigableEntitySingle<NavigationT> navigateTo(@Nonnull NavigationProperty.Single<EntityT,NavigationT> property)
NavigationT
- The generic type of target entity.property
- The navigation property (single) to be used.Copyright © 2021 SAP SE. All rights reserved.