ParentEntityT
- The generic navigation property entity source type.EntityT
- The generic navigation property entity target type.public final class NavigationPropertySingleQuery<ParentEntityT extends VdmObject<?>,EntityT extends VdmEntity<?>> extends Object
NavigationProperty
the API doesn't differentiate between selections via referencing
navigational properties and selections via sub-queries.Modifier and Type | Field and Description |
---|---|
protected StructuredQuery |
delegateQuery |
NULL
Modifier and Type | Method and Description |
---|---|
protected StructuredQuery |
getDelegateQuery() |
String |
getFieldName()
javadoc
|
protected com.sap.cloud.sdk.datamodel.odatav4.core.AbstractStructuredPropertyQuery<ParentEntityT,EntityT> |
select(Iterable<Property<EntityT>> fields)
Query modifier to limit which field values of the entity EntityT get fetched and populated.
|
NavigationPropertySingleQuery<ParentEntityT,EntityT> |
select(Property<EntityT>... fields) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExpression, of
getExpression
protected final StructuredQuery delegateQuery
@SafeVarargs @Nonnull public final NavigationPropertySingleQuery<ParentEntityT,EntityT> select(@Nonnull Property<EntityT>... fields)
@Nonnull protected final com.sap.cloud.sdk.datamodel.odatav4.core.AbstractStructuredPropertyQuery<ParentEntityT,EntityT> select(@Nonnull Iterable<Property<EntityT>> fields)
fields
- Properties of EntityT to be selected.@Nonnull public String getFieldName()
FieldReference
protected StructuredQuery getDelegateQuery()
Copyright © 2021 SAP SE. All rights reserved.