Uses of Interface
is.codion.framework.domain.entity.attribute.ColumnDefinition
Packages that use ColumnDefinition
Package
Description
Package configuration values:
EntityValidator.STRICT_VALIDATION
Entities.VALIDATE_FOREIGN_KEYS
Entities.STRICT_DESERIALIZATION
AttributeDefinition.MAXIMUM_FRACTION_DIGITS
AttributeDefinition.TIME_FORMAT
AttributeDefinition.NUMBER_FORMAT_GROUPING
AttributeDefinition.GROUPING_SEPARATOR
AttributeDefinition.DECIMAL_SEPARATOR
AttributeDefinition.USE_LEXICAL_STRING_COMPARATOR
AttributeDefinition.DATE_TIME_FORMAT
AttributeDefinition.DATE_FORMAT
AttributeDefinition.DECIMAL_ROUNDING_MODE
ForeignKeyDefinition.FOREIGN_KEY_REFERENCE_DEPTH
Attribute related classes.
-
Uses of ColumnDefinition in is.codion.framework.domain.entity
Methods in is.codion.framework.domain.entity that return ColumnDefinitionModifier and TypeMethodDescription<T> ColumnDefinition
<T> EntityDefinition.Columns.definition
(Column<T> column) Methods in is.codion.framework.domain.entity that return types with arguments of type ColumnDefinitionModifier and TypeMethodDescriptionEntityDefinition.Columns.definitions()
List
<ColumnDefinition<?>> EntityDefinition.PrimaryKey.definitions()
Returns a list containing the definitions of all primary key columns associated with this entity type. -
Uses of ColumnDefinition in is.codion.framework.domain.entity.attribute
Subinterfaces of ColumnDefinition in is.codion.framework.domain.entity.attributeModifier and TypeInterfaceDescriptioninterface
A column definition representing an audit column that tracks data modification events.