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.FRACTION_DIGITSAttributeDefinition.NUMBER_GROUPINGAttributeDefinition.GROUPING_SEPARATORAttributeDefinition.DECIMAL_SEPARATORAttributeDefinition.USE_LEXICAL_STRING_COMPARATORAttributeDefinition.ROUNDING_MODEForeignKeyDefinition.REFERENCE_DEPTH
-
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.