Modifier and Type | Field and Description |
---|---|
static PlantTextOneToOneLink<Plant> |
PlantText.TO_CNSLDTN_PLANT
Use with available fluent helpers to apply the to_CnsldtnPlant navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Plant |
Plant.PlantBuilder.build() |
Plant |
PlantText.fetchCnsldtnPlant()
Fetches the Plant entity (one to one) associated with this entity.
|
Plant |
PlantText.getCnsldtnPlantOrFetch()
Retrieval of associated Plant entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<Plant> |
PlantText.getCnsldtnPlantIfPresent()
Retrieval of associated Plant entity (one to one).
|
protected Class<Plant> |
PlantByKeyFluentHelper.getEntityClass() |
protected Class<Plant> |
PlantFluentHelper.getEntityClass() |
Class<Plant> |
Plant.getType() |
Modifier and Type | Method and Description |
---|---|
PlantText.PlantTextBuilder |
PlantText.PlantTextBuilder.cnsldtnPlant(Plant value)
Navigation property to_CnsldtnPlant for PlantText to single Plant.
|
void |
PlantText.setCnsldtnPlant(Plant value)
Overwrites the associated Plant entity for the loaded navigation property to_CnsldtnPlant.
|
Constructor and Description |
---|
PlantText(String language,
String plant,
String cnsldtnPlantText,
Plant toCnsldtnPlant) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Plant> |
PlantOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected PlantLink<ObjectT> |
PlantLink.translateLinkType(EntityLink<PlantLink<ObjectT>,Plant,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.