Uses of Interface
is.codion.framework.model.EntityModel
Packages that use EntityModel
Package
Description
Package configuration values:
EntityApplicationModel.USERNAME_PREFIX
EntityApplicationModel.SAVE_DEFAULT_USERNAME
EntityEditModel.POST_EDIT_EVENTS
EntityEditModel.EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.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 EntityModel in is.codion.framework.model
Classes in is.codion.framework.model with type parameters of type EntityModelModifier and TypeClassDescriptionclass
AbstractEntityModel<M extends EntityModel<M,
E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> An abstractEntityModel
implementation.class
DefaultEntityApplicationModel<M extends EntityModel<M,
E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> A central application model class.interface
EntityApplicationModel<M extends EntityModel<M,
E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> A central application model class.static interface
EntityApplicationModel.EntityModels<M extends EntityModel<M,
E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> Manages theEntityModel
s for aEntityApplicationModel
interface
EntityModel<M extends EntityModel<M,
E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> Specifies a class responsible for, among other things, coordinating aEntityEditModel
and anEntityTableModel
.static interface
EntityModel.DetailModels<M extends EntityModel<M,
E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> Manages the detail models for aEntityModel
interface
ForeignKeyModelLink<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 interface
ForeignKeyModelLink.Builder<M extends EntityModel<M,
E, T>, E extends EntityEditModel, T extends EntityTableModel<E>, B extends ForeignKeyModelLink.Builder<M, E, T, B>> Builds aForeignKeyModelLink
interface
ModelLink<M extends EntityModel<M,
E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> Represents a link between two entity models.static interface
ModelLink.Builder<M extends EntityModel<M,
E, T>, E extends EntityEditModel, T extends EntityTableModel<E>, B extends ModelLink.Builder<M, E, T, B>> Builds aModelLink
Classes in is.codion.framework.model that implement EntityModelModifier and TypeClassDescriptionclass
AbstractEntityModel<M extends EntityModel<M,
E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> An abstractEntityModel
implementation.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.Builder
instance.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.Builder
instance.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 TypeClassDescriptionclass
AbstractEntityModelTest<M extends EntityModel<M,
E, T>, E extends EntityEditModel, T extends EntityTableModel<E>> A base class for testingEntityModel
subclasses. -
Uses of EntityModel in is.codion.swing.framework.model
Classes in is.codion.swing.framework.model that implement EntityModel