Uses of Interface
is.codion.framework.model.EntityConditionModel
Packages that use EntityConditionModel
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
NEGATION_INCLUDES_NULL
Swing model classes
-
Uses of EntityConditionModel in is.codion.framework.model
Methods in is.codion.framework.model that return EntityConditionModelModifier and TypeMethodDescriptionEntityConditionModel.Builder.build()EntityQueryModel.condition()Methods in is.codion.framework.model with parameters of type EntityConditionModelModifier and TypeMethodDescriptionprotected static EntityQueryModelAbstractEntityTableModel.entityQueryModel(EntityConditionModel conditionModel) Creates the query model for a table model to base itsFilterTableModelitems on, and to be given toAbstractEntityTableModel(EntityEditModel, EntityQueryModel, FilterTableModel). -
Uses of EntityConditionModel in is.codion.swing.framework.model
Constructors in is.codion.swing.framework.model with parameters of type EntityConditionModelModifierConstructorDescriptionSwingEntityTableModel(EntityConditionModel conditionModel) Instantiates a new SwingEntityTableModel.SwingEntityTableModel(SwingEntityEditModel editModel, EntityConditionModel conditionModel) Instantiates a new SwingEntityTableModel.