Uses of Interface
is.codion.framework.model.EntityModel
Packages that use EntityModel
Package
Description
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.RESTORE_DEFAULT_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditModel.EDIT_EVENTS
EntityEditModel.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
Swing model classes
-
Uses of EntityModel in is.codion.framework.model
Classes in is.codion.framework.model with type parameters of type EntityModelModifier and TypeClassDescriptionclassAbstractEntityModel<M extends EntityModel<M,E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> An abstractEntityModelimplementation.classDefaultEntityApplicationModel<M extends EntityModel<M,E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> A central application model class.interfaceEntityApplicationModel<M extends EntityModel<M,E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> A central application model class.static interfaceEntityApplicationModel.EntityModels<M extends EntityModel<M,E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> Manages theEntityModels for aEntityApplicationModelinterfaceEntityModel<M extends EntityModel<M,E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> Specifies a class responsible for, among other things, coordinating aEntityEditModeland anEntityTableModel.static interfaceEntityModel.DetailModels<M extends EntityModel<M,E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> Manages the detail models for aEntityModelinterfaceForeignKeyModelLink<M extends EntityModel<M,E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> Represents a link between two entity models based on a foreign key.static interfaceForeignKeyModelLink.Builder<M extends EntityModel<M,E, T>, E extends EntityEditModel, T extends EntityTableModel<E>, B extends ForeignKeyModelLink.Builder<M, E, T, B>> Builds aForeignKeyModelLinkinterfaceModelLink<M extends EntityModel<M,E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> Represents a link between two entity models.static interfaceModelLink.Builder<M extends EntityModel<M,E, T>, E extends EntityEditModel, T extends EntityTableModel<E>, B extends ModelLink.Builder<M, E, T, B>> Builds aModelLinkClasses in is.codion.framework.model that implement EntityModelModifier and TypeClassDescriptionclassAbstractEntityModel<M extends EntityModel<M,E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> An abstractEntityModelimplementation.Methods in is.codion.framework.model with type parameters of type EntityModelModifier and TypeMethodDescriptionstatic <M extends EntityModel<M,E, T>, E extends EntityEditModel, T extends EntityTableModel<E>, B extends ForeignKeyModelLink.Builder<M, E, T, B>>
ForeignKeyModelLink.Builder<M, E, T, B> ForeignKeyModelLink.builder(M model, ForeignKey foreignKey) Returns a newForeignKeyModelLink.Builderinstance.static <M extends EntityModel<M,E, T>, E extends EntityEditModel, T extends EntityTableModel<E>, B extends ModelLink.Builder<M, E, T, B>>
ModelLink.Builder<M, E, T, B> ModelLink.builder(M model) Returns a newModelLink.Builderinstance.Methods in is.codion.framework.model with parameters of type EntityModel -
Uses of EntityModel in is.codion.framework.model.test
Classes in is.codion.framework.model.test with type parameters of type EntityModelModifier and TypeClassDescriptionclassAbstractEntityModelTest<M extends EntityModel<M,E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> A base class for testingEntityModelsubclasses. -
Uses of EntityModel in is.codion.swing.framework.model
Classes in is.codion.swing.framework.model that implement EntityModel