Module is.codion.framework.domain
Interface BlobProperty.Builder
-
- All Superinterfaces:
ColumnProperty.Builder<byte[],BlobProperty.Builder>
,Property.Builder<byte[],BlobProperty.Builder>
- Enclosing interface:
- BlobProperty
public static interface BlobProperty.Builder extends ColumnProperty.Builder<byte[],BlobProperty.Builder>
Provides setters for BlobProperty properties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlobProperty.Builder
eagerlyLoaded(boolean eagerlyLoaded)
Specifies that this value should be loaded eagerly when selected-
Methods inherited from interface is.codion.framework.domain.property.ColumnProperty.Builder
aggregateColumn, columnClass, columnClass, columnExpression, columnHasDefaultValue, columnName, groupingColumn, insertable, primaryKeyIndex, readOnly, searchProperty, selectable, updatable
-
Methods inherited from interface is.codion.framework.domain.property.Property.Builder
attribute, beanProperty, build, captionResourceKey, comparator, dateTimePattern, decimalRoundingMode, defaultValue, defaultValueSupplier, description, format, hidden, localeDateTimePattern, maximumFractionDigits, maximumLength, maximumValue, minimumValue, mnemonic, nullable, numberFormatGrouping, preferredColumnWidth, valueRange
-
-
-
-
Method Detail
-
eagerlyLoaded
BlobProperty.Builder eagerlyLoaded(boolean eagerlyLoaded)
Specifies that this value should be loaded eagerly when selected- Parameters:
eagerlyLoaded
- true if this value should be eagerly loaded- Returns:
- this instance
-
-