Uses of Interface
is.codion.framework.model.EntitySearchModel.Builder
Packages that use EntitySearchModel.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 EntitySearchModel.Builder in is.codion.framework.model
Methods in is.codion.framework.model that return EntitySearchModel.BuilderModifier and TypeMethodDescriptionEntitySearchModel.Builder.attributes(Collection<Attribute<?>> attributes) The condition supplier may not return null, doing so will cause an exception when searching.EntitySearchModel.Builder.ConnectionStep.connection(EntityConnection connection) EntitySearchModel.Builder.filter(ForeignKey foreignKey, EntityComboBoxModel filterModel) Links the given combo box model representing foreign key entities to this search model so that selection in the foreign key model filters this model.EntitySearchModel.Builder.filter(ForeignKey foreignKey, EntitySearchModel filterModel) Links the given search model representing foreign key entities to this search model so that selection in the foreign key model filters this model.Defaults toEntityDefinition.orderBy().EntitySearchModel.Builder.persistenceAware(boolean persistenceAware) EntitySearchModel.Builder.search(Collection<Column<String>> columns)