Uses of Interface
is.codion.framework.domain.entity.EntityDefinition
Packages that use EntityDefinition
Package
Description
Domain model related classes.
Package configuration values:
EntityValidator.STRICT_VALIDATION
Entities.VALIDATE_FOREIGN_KEYS
Entities.STRICT_DESERIALIZATION
ValueAttributeDefinition.FRACTION_DIGITSValueAttributeDefinition.NUMBER_GROUPINGValueAttributeDefinition.GROUPING_SEPARATORValueAttributeDefinition.DECIMAL_SEPARATORValueAttributeDefinition.USE_LEXICAL_STRING_COMPARATORValueAttributeDefinition.ROUNDING_MODEForeignKeyDefinition.REFERENCE_DEPTH
Provides a type-safe condition API for building SQL WHERE clauses programmatically.
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
Package configuration values:
EntityComboBoxModel.EDIT_EVENTS
Package configuration values:
EntityApplication.USER
EntityApplication.SAVE_DEFAULT_USERNAME
EntityApplication.STARTUP_DIALOG
EntityApplication.CONNECTION_INFO_UPPER_CASE
EntityApplicationPanel.HELP_URL
EntityApplicationPanel.CONFIRM_EXIT
EntityApplicationPanel.CACHE_ENTITY_PANELS
EntityApplicationPanel.CALL_SYSTEM_EXIT
EntityApplicationPanel.SQL_TRACING
EntityEditComponentPanel.VALID_INDICATOR
EntityEditComponentPanel.MODIFIED_INDICATOR
EntityEditComponentPanel.DEFAULT_TEXT_FIELD_COLUMNS
EntityEditPanel.Config.USE_SAVE_CAPTION
EntityEditPanel.Config.USE_FOCUS_ACTIVATION
EntityEditPanel.Config.INCLUDE_ENTITY_MENU
EntityEditPanel.Config.MODIFIED_WARNING
EntityPanel.Config.KEYBOARD_NAVIGATION
EntityPanel.Config.DISPOSE_EDIT_DIALOG_ON_ESCAPE
EntityPanel.Config.INCLUDE_TOGGLE_EDIT_PANEL_CONTROL
EntityPanel.Config.TOOLBAR_CONTROLS
EntityPanel.Config.CONTROL_PANEL_CONSTRAINTS
EntityPanel.Config.CONTROL_TOOLBAR_CONSTRAINTS
EntityPanel.Config.WINDOW_TYPE
EntityTablePanel.Config.EXCLUDE_HIDDEN_COLUMNS
EntityTablePanel.Config.CONDITION_VIEW
EntityTablePanel.Config.FILTER_VIEW
EntityTablePanel.Config.SUMMARY_PANEL_VISIBLE
EntityTablePanel.Config.INCLUDE_POPUP_MENU
EntityTablePanel.Config.INCLUDE_ENTITY_MENU
EntityTablePanel.Config.INCLUDE_QUERY_INSPECTOR
EntityTablePanel.Config.INCLUDE_CLEAR_CONTROL
EntityTablePanel.Config.INCLUDE_LIMIT_MENU
EntityTablePanel.Config.REFRESH_BUTTON_VISIBLE
EntityTablePanel.Config.COLUMN_SELECTION
EntityTablePanel.Config.INCLUDE_CONDITIONS
EntityTablePanel.Config.INCLUDE_FILTERS
EntityTablePanel.Config.INCLUDE_SUMMARY
EntityTablePanel.Config.REFRESH_PROGRESS_BAR
EntityTablePanel.Config.REFRESH_PROGRESS_BAR_DELAY
ReferentialIntegrityErrorHandling.REFERENTIAL_INTEGRITY_ERROR_HANDLING
TabbedApplicationLayout.TAB_PLACEMENT
TabbedDetailLayout.INCLUDE_CONTROLS
-
Uses of EntityDefinition in is.codion.framework.domain
Methods in is.codion.framework.domain with parameters of type EntityDefinitionModifier and TypeMethodDescriptionprotected final voidDomainModel.add(EntityDefinition... definitions) Adds a newEntityDefinitionto this domain model. -
Uses of EntityDefinition in is.codion.framework.domain.entity
Methods in is.codion.framework.domain.entity that return EntityDefinitionModifier and TypeMethodDescriptionEntityDefinition.Builder.build()Entities.definition(EntityType entityType) Returns theEntityDefinitionfor the given entityTypeEntities.definition(String entityTypeName) Returns theEntityDefinitionfor the given entityType nameEntity.definition()Entity.Key.definition()EntityDefinition.ForeignKeys.referencedBy(ForeignKey foreignKey) Returns theEntityDefinitionof the entity referenced by the given foreign key.Methods in is.codion.framework.domain.entity that return types with arguments of type EntityDefinitionModifier and TypeMethodDescriptionEntities.definitions()Returns allEntityDefinitions found in this Entities instanceMethods in is.codion.framework.domain.entity with parameters of type EntityDefinitionModifier and TypeMethodDescriptionvoidEntities.Configurable.add(EntityDefinition definition) Adds an entity definition. -
Uses of EntityDefinition in is.codion.framework.domain.entity.condition
Methods in is.codion.framework.domain.entity.condition with parameters of type EntityDefinitionModifier and TypeMethodDescriptionCondition.string(EntityDefinition definition) Returns a string representing this condition, e.g. -
Uses of EntityDefinition in is.codion.framework.json.domain
Methods in is.codion.framework.json.domain with parameters of type EntityDefinitionModifier and TypeMethodDescriptionEntityObjectMapper.deserializeCondition(EntityDefinition definition, com.fasterxml.jackson.databind.JsonNode conditionNode) Deserializes the given condition -
Uses of EntityDefinition in is.codion.framework.model
Methods in is.codion.framework.model that return EntityDefinitionModifier and TypeMethodDescriptionprotected final EntityDefinitionEntityConditionModelFactory.definition()protected final EntityDefinitionEntityConditionModelFactory.definition(EntityType entityType) final EntityDefinitionAbstractEntityEditModel.entityDefinition()final EntityDefinitionAbstractEntityModel.entityDefinition()final EntityDefinitionAbstractEntityTableModel.entityDefinition()EntityEditModel.entityDefinition()EntityModel.entityDefinition()EntitySearchModel.entityDefinition()EntityTableModel.entityDefinition() -
Uses of EntityDefinition in is.codion.swing.framework.model.component
Methods in is.codion.swing.framework.model.component that return EntityDefinition -
Uses of EntityDefinition in is.codion.swing.framework.ui
Constructors in is.codion.swing.framework.ui with parameters of type EntityDefinitionModifierConstructorDescriptionEntityConditionComponentFactory(EntityDefinition entityDefinition, Attribute<?> attribute) -
Uses of EntityDefinition in is.codion.swing.framework.ui.component
Methods in is.codion.swing.framework.ui.component that return EntityDefinitionMethods in is.codion.swing.framework.ui.component with parameters of type EntityDefinitionModifier and TypeMethodDescriptionprotected EntityComboBox.BuilderDefaultEditComponentFactory.comboBox(ForeignKey foreignKey, EntityDefinition entityDefinition, EntityComboBoxModel comboBoxModel) static EntityComponentsEntityComponents.entityComponents(EntityDefinition entityDefinition) protected EntitySearchField.SingleSelectionBuilderDefaultEditComponentFactory.searchField(ForeignKey foreignKey, EntityDefinition entityDefinition, EntitySearchModel searchModel) -
Uses of EntityDefinition in is.codion.tools.generator.domain
Methods in is.codion.tools.generator.domain with parameters of type EntityDefinitionModifier and TypeMethodDescriptionstatic StringDomainSource.apiSearchString(EntityDefinition definition) static StringDomainSource.i18nSearchString(EntityDefinition definition) static StringDomainSource.implSearchString(EntityDefinition definition)