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
EntitySearchModel.WILDCARD_PREFIX
EntitySearchModel.WILDCARD_POSTFIX
EntitySearchModel.SPACE_AS_WILDCARD
EntitySearchModel.CASE_SENSITIVE
EntityConditionModel.NEGATION_INCLUDES_NULL
-
Uses of ForeignKeyConditionModel.Builder in is.codion.framework.model
Methods in is.codion.framework.model that return ForeignKeyConditionModel.BuilderModifier and TypeMethodDescriptionprotected final ForeignKeyConditionModel.BuilderEntityConditions.builder(ForeignKey foreignKey) Returns aForeignKeyConditionModel.Builderfor the given foreign key, initialized with the defaults, the caption included, forEntityConditions.condition(ForeignKey)overrides customizing the operators or the models.ForeignKeyConditionModel.Builder.comboBoxModel(Supplier<EntityComboBoxModel> comboBoxModel) Supplies the combo box models, called once per operand, on first access, a separate instance per operand.ForeignKeyConditionModel.Builder.ConnectionStep.connection(EntityConnection connection) Sets the initial operator, the oneAttributeConditionModel.clear()reverts to.Sets the available operators, a subset ofOperator.EQUAL,Operator.NOT_EQUAL,Operator.INandOperator.NOT_IN, which is the default.ForeignKeyConditionModel.Builder.searchModel(Supplier<EntitySearchModel> searchModel) Supplies the search models, called once per operand, on first access, a separate instance per operand.