PrimitiveTypeMapper
Mapper for primitive types (Int, Long, Float, Double, etc.).
Properties
Functions
Link copied to clipboard
open override fun setValue( statement: Statement, dialect: DatabaseDialect, mapperRegistry: TypeMapperRegistry, columnType: IColumnType<*>, value: Any?, index: Int): Boolean
Sets a value in the statement.