Modifier and Type | Field and Description |
---|---|
static RecipeClassLink<RecipeClassCharc> |
RecipeClass.TO_CHARACTERISTICS
Use with available fluent helpers to apply the to_Characteristics navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
RecipeClassCharc |
RecipeClassCharc.RecipeClassCharcBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<RecipeClassCharc> |
RecipeClass.fetchCharacteristics()
Fetches the RecipeClassCharc entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<RecipeClassCharc>> |
RecipeClass.getCharacteristicsIfPresent()
Retrieval of associated RecipeClassCharc entities (one to many).
|
List<RecipeClassCharc> |
RecipeClass.getCharacteristicsOrFetch()
Retrieval of associated RecipeClassCharc entities (one to many).
|
protected Class<RecipeClassCharc> |
RecipeClassCharcByKeyFluentHelper.getEntityClass() |
protected Class<RecipeClassCharc> |
RecipeClassCharcFluentHelper.getEntityClass() |
Class<RecipeClassCharc> |
RecipeClassCharc.getType() |
Modifier and Type | Method and Description |
---|---|
void |
RecipeClass.addCharacteristics(RecipeClassCharc... entity)
Adds elements to the list of associated RecipeClassCharc entities.
|
RecipeClass.RecipeClassBuilder |
RecipeClass.RecipeClassBuilder.characteristics(RecipeClassCharc... value)
Navigation property to_Characteristics for RecipeClass to multiple RecipeClassCharc.
|
Modifier and Type | Method and Description |
---|---|
void |
RecipeClass.setCharacteristics(List<RecipeClassCharc> value)
Overwrites the list of associated RecipeClassCharc entities for the loaded navigation property
to_Characteristics.
|
Constructor and Description |
---|
RecipeClass(UUID recipeUUID,
String classInternalID,
LocalDateTime keyDate,
String classType,
List<RecipeClassCharc> toCharacteristics) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<RecipeClassCharc> |
RecipeClassCharcOneToOneLink.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 RecipeClassCharcLink<ObjectT> |
RecipeClassCharcLink.translateLinkType(EntityLink<RecipeClassCharcLink<ObjectT>,RecipeClassCharc,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.