getRealColumnsWithValues

open override fun getRealColumnsWithValues(compositeValue: T): Map<Column<*>, Any?>

Parses the compositeValue and returns a list of real columns with their values.

Return

Map of real columns as keys to their parsed values.