convert

open override fun convert(value: Any?, propertyType: KClass<*>): Any?

Convert value from ResultSet.getObject

Parameters

value

value from ResultSet.getObject

propertyType

type of the actual property. When used as an element converter, type is the type of element in the collection.