EntityT
- Entity this property is part of.TargetT
- Entity this property references.public abstract class StructuredPropertySingle<EntityT extends VdmEntity<?>,TargetT extends VdmObject<?>> extends Object
EntityT
with a type of
TargetT
.Constructor and Description |
---|
StructuredPropertySingle() |
Modifier and Type | Method and Description |
---|---|
StructuredPropertySingleQuery<EntityT,TargetT> |
select(Property<TargetT>... fields)
Query modifier to limit which field values of the entity EntityT get fetched and populated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExpression, getFieldName
getExpression
@Nonnull @SafeVarargs public final StructuredPropertySingleQuery<EntityT,TargetT> select(@Nonnull Property<TargetT>... fields)
fields
- Properties of EntityT to be selected.Copyright © 2020 SAP SE. All rights reserved.