Uses of Interface
is.codion.framework.model.ForeignKeyConditionModel.Builder
Packages that use ForeignKeyConditionModel.Builder
Package
Description
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditor.PUBLISH_PERSISTENCE_EVENTS
EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.ORDER_QUERY
ForeignKeyModelLink.SET_CONDITION_ON_INSERT
ForeignKeyModelLink.SET_VALUE_ON_INSERT
ForeignKeyModelLink.REFRESH_ON_SELECTION
ForeignKeyModelLink.CLEAR_CONDITION_ON_EMPTY_SELECTION
ForeignKeyModelLink.CLEAR_VALUE_ON_EMPTY_SELECTION
EntitySearchModel.DEFAULT_LIMIT
EntitySearchModel.PERSISTENCE_AWARE
-
Uses of ForeignKeyConditionModel.Builder in is.codion.framework.model
Methods in is.codion.framework.model that return ForeignKeyConditionModel.BuilderModifier and TypeMethodDescriptionForeignKeyConditionModel.builder(ForeignKey foreignKey) ForeignKeyConditionModel.Builder.equalComboBoxModel(EntityComboBoxModel equalComboBoxModel) Note that the selection of this combo box model is not the EQUAL operand, a component based on it must be linked toConditionModel.Operands.equal().ForeignKeyConditionModel.Builder.equalSearchModel(EntitySearchModel equalSearchModel) Note that the selection of this search model is not the EQUAL operand, a component based on it must be linked toConditionModel.Operands.equal().ForeignKeyConditionModel.Builder.inComboBoxModel(EntityComboBoxModel inComboBoxModel) Note that the selection of this combo box model is not the IN operand, a component based on it must be linked toConditionModel.Operands.in().ForeignKeyConditionModel.Builder.inSearchModel(EntitySearchModel inSearchModel) Note that the selection of this search model is not the IN operand, a component based on it must be linked toConditionModel.Operands.in().Sets the initial operator, the oneAttributeConditionModel.clear()reverts to.