RowMappers
Factory providing high-level RowMapper implementations for converting PostgreSQL ResultSet rows into Kotlin data structures.
This class coordinates between JDBC's mapping infrastructure and Octavius's custom type conversion logic provided by io.github.octaviusframework.db.core.type.ResultSetValueExtractor.
Parameters
typeRegistry
The registry containing OID-to-type mappings and custom type definitions.