Uses of Interface
is.codion.framework.model.ForeignKeyConditionModel
Packages that use ForeignKeyConditionModel
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 in is.codion.framework.model
Methods in is.codion.framework.model that return ForeignKeyConditionModelModifier and TypeMethodDescriptionForeignKeyConditionModel.Builder.build()protected ForeignKeyConditionModelEntityConditions.condition(ForeignKey foreignKey) Only called ifEntityConditions.include(ForeignKey)returns trueEntityConditionModel.get(ForeignKey foreignKey) Returns theConditionModelassociated with the given foreignKey.Methods in is.codion.framework.model with parameters of type ForeignKeyConditionModelModifier and TypeMethodDescriptionForeignKeyConditionModel.link(ForeignKeyConditionModel master) Links this condition to the given master condition, the referenced entity having exactly one foreign key referencing the referenced entity type of the master condition.ForeignKeyConditionModel.link(ForeignKeyConditionModel master, ForeignKey foreignKey) Links this condition to the given master condition, the referenced entities offered by themodels()restricted to those referring, via the given foreign key of the referenced entity, to the entities the master condition refers to, the EQUAL operand or the IN operands, none when the master condition is disabled or its operator negated.