R2dbcRegistryTypeMappingImpl
Registry for type mappers. This class holds a list of type mappers and provides methods to register and use them.
Functions
Link copied to clipboard
open override fun <T> getValue(row: Row, type: Class<T>?, index: Int, dialect: DatabaseDialect, columnType: IColumnType<*>): T?
Tries to get a value using the registered mappers.
Link copied to clipboard
Registers a new type mapper.
Link copied to clipboard
open override fun setValue(statement: Statement, dialect: DatabaseDialect, columnType: IColumnType<*>, value: Any?, index: Int): Boolean
Tries to set a value using the registered mappers.