restoreValueFromParts

abstract fun restoreValueFromParts(parts: Map<Column<*>, Any?>): T

Restores the composite value based on its component column values loaded from the database.