object CompositeKeyColumnType
ColumnType for marshalling to/from database on behalf of CompositeKey.
fun notNullValueToDB(value: Any): Any
fun sqlType(): String
fun valueFromDB(value: Any): Any