Module is.codion.framework.domain
Package is.codion.framework.domain.property
Package configuration values:
Property.MAXIMUM_FRACTION_DIGITS
Property.TIME_FORMAT
Property.NUMBER_FORMAT_GROUPING
Property.GROUPING_SEPARATOR
Property.DECIMAL_SEPARATOR
Property.USE_LEXICAL_STRING_COMPARATOR
Property.DATE_TIME_FORMAT
Property.DATE_FORMAT
Property.FOREIGN_KEY_FETCH_DEPTH
Property.DECIMAL_ROUNDING_MODE
-
Interface Summary Interface Description AuditProperty<T> A property representing an audit columnBlobProperty ATypes.BLOB
based column propertyBlobProperty.Builder Provides setters for BlobProperty propertiesColumnProperty<T> Specifies a property based on a table columnColumnProperty.Builder<T,B extends ColumnProperty.Builder<T,B>> Provides setters for ColumnProperty propertiesColumnProperty.ValueConverter<T,C> Converts to and from SQL values, such as integers being used to represent booleans in a database.ColumnProperty.ValueFetcher<C> Fetches a single value from a result set.DenormalizedProperty<T> A property representing a column that should get its value automatically from a column in a referenced tableDerivedProperty<T> A property which value is derived from the values of one or more properties.DerivedProperty.Provider<T> Responsible for providing values derived from other valuesDerivedProperty.SourceValues Provides the source values from which to derive the property value.ForeignKeyProperty A property that represents a reference to another entity, typically but not necessarily based on a foreign key.ForeignKeyProperty.Builder Provides setters for ForeignKeyProperty propertiesItemProperty<T> A property based on a list of valid items.Property<T> Specifies a Property.Property.Builder<T,B extends Property.Builder<T,B>> Builds a Property instanceProperty.ValueSupplier<T> Supplies values, for example default ones.TransientProperty<T> A property that does not map to an underlying database column.TransientProperty.Builder<T,B extends TransientProperty.Builder<T,B>> Builds a TransientProperty instance -
Enum Summary Enum Description AuditProperty.AuditAction The possible audit actions