Uses of Interface
is.codion.framework.domain.entity.attribute.AttributeDefinition
Packages that use AttributeDefinition
Package
Description
Package configuration values:
EntityValidator.STRICT_VALIDATION
Entities.VALIDATE_FOREIGN_KEYS
Entities.STRICT_DESERIALIZATION
MAXIMUM_FRACTION_DIGITS
TIME_FORMAT
NUMBER_FORMAT_GROUPING
GROUPING_SEPARATOR
DECIMAL_SEPARATOR
USE_LEXICAL_STRING_COMPARATOR
DATE_TIME_FORMAT
DATE_FORMAT
DECIMAL_ROUNDING_MODE
ForeignKeyDefinition.FOREIGN_KEY_REFERENCE_DEPTH
Attribute related classes.
Package configuration values:
EntitySearchField.SEARCH_INDICATOR
DefaultEditComponentFactory.DEFAULT_TEXT_FIELD_COLUMNS
-
Uses of AttributeDefinition in is.codion.framework.domain.entity
Methods in is.codion.framework.domain.entity that return AttributeDefinitionModifier and TypeMethodDescription<T> AttributeDefinition
<T> EntityDefinition.Attributes.definition
(Attribute<T> attribute) Methods in is.codion.framework.domain.entity that return types with arguments of type AttributeDefinitionModifier and TypeMethodDescriptionEntityDefinition.Attributes.definitions()
EntityDefinition.Attributes.updatable()
-
Uses of AttributeDefinition in is.codion.framework.domain.entity.attribute
Subinterfaces of AttributeDefinition in is.codion.framework.domain.entity.attributeModifier and TypeInterfaceDescriptioninterface
A column definition representing an audit column that tracks data modification events.interface
Specifies an attribute definition based on a table column.interface
A definition for attributes which value is derived from the values of one or more attributes.interface
Represents a reference to another entity, typically but not necessarily based on a foreign key.interface
An attribute that does not map to an underlying database column.Methods in is.codion.framework.domain.entity.attribute that return AttributeDefinitionModifier and TypeMethodDescriptionAttributeDefinition.Builder.build()
Builds a new attribute definition instance -
Uses of AttributeDefinition in is.codion.swing.framework.ui.component
Methods in is.codion.swing.framework.ui.component with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionEditComponentFactory.caption
(AttributeDefinition<T> attributeDefinition) Provides a way to override the default attribute caption, when presenting the component to the user.