Module is.codion.framework.domain
Interface BlobColumnDefinition
- All Superinterfaces:
AttributeDefinition<byte[]>,ColumnDefinition<byte[]>
A
Types.BLOB based column attribute-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilds aColumnDefinitionfor a boolean column.Nested classes/interfaces inherited from interface is.codion.framework.domain.entity.attribute.AttributeDefinition
AttributeDefinition.ValueSupplier<T> -
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
beanProperty, caption, comparator, dateTimeFormatter, dateTimePattern, decimalRoundingMode, defaultValue, derived, description, entityType, format, hasDefaultValue, hidden, items, maximumFractionDigits, maximumLength, maximumValue, minimumValue, mnemonic, nullable, prepareValue, string, validItemMethods inherited from interface is.codion.framework.domain.entity.attribute.ColumnDefinition
aggregate, attribute, columnHasDefaultValue, converter, expression, get, groupBy, insertable, name, primaryKey, primaryKeyIndex, readOnly, searchColumn, selectable, type, updatable
-
Method Details
-
eagerlyLoaded
boolean eagerlyLoaded()- Returns:
- true if this value should be loaded eagerly when selected
-