Uses of Interface
is.codion.common.db.database.SetValue
Packages that use SetValue
Package
Description
Database related classes.
Attribute related classes.
-
Uses of SetValue in is.codion.common.db.database
Methods in is.codion.common.db.database that return SetValue -
Uses of SetValue in is.codion.framework.domain.entity.attribute
Methods in is.codion.framework.domain.entity.attribute with parameters of type SetValueModifier and TypeMethodDescription<C> BColumnDefinition.Builder.converter(Class<C> columnClass, Column.Converter<T, C> converter, GetValue<C> getValue, SetValue<C> setValue) Sets the actual column type, and the requiredColumn.Converter.<C> BColumnDefinition.Builder.converter(Class<C> columnClass, Column.Converter<T, C> converter, SetValue<C> setValue) Sets the actual column type, and the requiredColumn.Converter.