Uses of Interface
is.codion.framework.model.ForeignKeyModelLink.Builder.ForeignKeyStep
Packages that use ForeignKeyModelLink.Builder.ForeignKeyStep
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
-
Uses of ForeignKeyModelLink.Builder.ForeignKeyStep in is.codion.framework.model
Methods in is.codion.framework.model that return ForeignKeyModelLink.Builder.ForeignKeyStepModifier and TypeMethodDescription<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<R>>
ForeignKeyModelLink.Builder.ForeignKeyStep<B> ForeignKeyModelLink.Builder.ModelStep.model(M model) Note that if the linked model contains a table model it is configured so that a query condition is required for it to show any data, viaEntityQueryModel.conditionRequired()