Uses of Interface
is.codion.framework.model.ModelLink.Builder
Packages that use ModelLink.Builder
Package
Description
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditModel.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 ModelLink.Builder in is.codion.framework.model
Classes in is.codion.framework.model with type parameters of type ModelLink.BuilderModifier and TypeInterfaceDescriptionstatic interfaceModelLink.Builder<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>, B extends ModelLink.Builder<M, E, T, R, B>> Builds aModelLinkSubinterfaces of ModelLink.Builder in is.codion.framework.modelModifier and TypeInterfaceDescriptionstatic interfaceForeignKeyModelLink.Builder<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>, B extends ForeignKeyModelLink.Builder<M, E, T, R, B>> Builds aForeignKeyModelLinkMethods in is.codion.framework.model with type parameters of type ModelLink.BuilderModifier and TypeMethodDescriptionstatic <M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, B extends ModelLink.Builder<M, E, T, R, B>, R extends EntityEditor<M, E, T, R>>
ModelLink.Builder<M, E, T, R, B> ModelLink.builder(M model) Returns a newModelLink.Builderinstance.Methods in is.codion.framework.model that return ModelLink.BuilderModifier and TypeMethodDescriptionstatic <M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, B extends ModelLink.Builder<M, E, T, R, B>, R extends EntityEditor<M, E, T, R>>
ModelLink.Builder<M, E, T, R, B> ModelLink.builder(M model) Returns a newModelLink.Builderinstance.