Uses of Interface
is.codion.framework.model.EntityQueryModel
Packages that use EntityQueryModel
Package
Description
Package configuration values:
EntityApplicationModel.USERNAME_PREFIX
EntityApplicationModel.SAVE_DEFAULT_USERNAME
EntityEditModel.POST_EDIT_EVENTS
EntityEditModel.EntityEditor.PERSIST_FOREIGN_KEYS
LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.HANDLE_EDIT_EVENTS
EntityTableModel.ORDER_QUERY_BY_SORT_ORDER
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
-
Uses of EntityQueryModel in is.codion.framework.model
Methods in is.codion.framework.model that return EntityQueryModelModifier and TypeMethodDescriptionstatic EntityQueryModel
EntityQueryModel.entityQueryModel
(EntityTableConditionModel conditionModel) final EntityQueryModel
AbstractEntityTableModel.queryModel()
EntityTableModel.queryModel()
Methods in is.codion.framework.model that return types with arguments of type EntityQueryModelModifier and TypeMethodDescriptionEntityQueryModel.dataSource()
AValue
controlling the data source.Constructors in is.codion.framework.model with parameters of type EntityQueryModelModifierConstructorDescriptionprotected
AbstractEntityTableModel
(E editModel, FilterModel<Entity> filterModel, EntityQueryModel queryModel) -
Uses of EntityQueryModel in is.codion.swing.framework.model
Constructors in is.codion.swing.framework.model with parameters of type EntityQueryModelModifierConstructorDescriptionSwingEntityTableModel
(EntityQueryModel queryModel) Instantiates a new SwingEntityTableModel.SwingEntityTableModel
(SwingEntityEditModel editModel, EntityQueryModel queryModel) Instantiates a new SwingEntityTableModel.