Module is.codion.framework.model
Package is.codion.framework.model
Interface ForeignKeyConditionModel.Builder
- Enclosing interface:
ForeignKeyConditionModel
public static interface ForeignKeyConditionModel.Builder
A builder for a
ForeignKeyConditionModel
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
equalSearchModel
(EntitySearchModel equalSearchModel) Note that this search model is linked to the EQUAL operand, so no linking is required when constructing a UI component.inSearchModel
(EntitySearchModel inSearchModel) Note that this search model is linked to the IN operand, so no linking is required when constructing a UI component.
-
Method Details
-
equalSearchModel
Note that this search model is linked to the EQUAL operand, so no linking is required when constructing a UI component.- Parameters:
equalSearchModel
- the search model to use for the EQUAl operator- Returns:
- this builder
-
inSearchModel
Note that this search model is linked to the IN operand, so no linking is required when constructing a UI component.- Parameters:
inSearchModel
- the search model to use for the IN operator- Returns:
- this builder
-
build
ForeignKeyConditionModel build()- Returns:
- a new
ForeignKeyConditionModel
instance
-