Module is.codion.framework.domain
Interface AuditColumnDefinition<T>
- Type Parameters:
T
- the underlying type
- All Superinterfaces:
AttributeDefinition<T>
,ColumnDefinition<T>
A column definition representing an audit column
-
Nested Class Summary
Nested classes/interfaces inherited from interface is.codion.framework.domain.entity.attribute.AttributeDefinition
AttributeDefinition.ValueSupplier<T>
Nested classes/interfaces inherited from interface is.codion.framework.domain.entity.attribute.ColumnDefinition
ColumnDefinition.Builder<T,
B extends ColumnDefinition.Builder<T, B>> -
Field Summary
Fields inherited from interface is.codion.framework.domain.entity.attribute.AttributeDefinition
DATE_FORMAT, DATE_TIME_FORMAT, DECIMAL_ROUNDING_MODE, DECIMAL_SEPARATOR, DEFAULT_MAXIMUM_FRACTION_DIGITS, GROUPING_SEPARATOR, MAXIMUM_FRACTION_DIGITS, NUMBER_FORMAT_GROUPING, TIME_FORMAT, USE_LEXICAL_STRING_COMPARATOR
-
Method Summary
Methods inherited from interface is.codion.framework.domain.entity.attribute.AttributeDefinition
caption, comparator, dateTimeFormatter, dateTimePattern, decimalRoundingMode, defaultValue, derived, description, entityType, format, hasDefaultValue, hidden, items, maximumFractionDigits, maximumLength, maximumValue, minimumValue, mnemonic, nullable, string, validItem
Methods inherited from interface is.codion.framework.domain.entity.attribute.ColumnDefinition
aggregate, attribute, columnHasDefaultValue, converter, expression, get, groupBy, insertable, lazy, name, primaryKey, primaryKeyIndex, readOnly, searchable, selectable, type, updatable
-
Method Details
-
auditAction
AuditColumn.AuditAction auditAction()- Returns:
- the audit action this attribute represents
-