Configuration¶
To configure automatic mapping of rows into objects, we start by creating a RowMapperRegistry.
After that we start with registering the default mapper, which You can find at <Database>Mapper.
Mapper for Postgres are located as PostgresqlMapper and can always be retrieved via PostgresqlMapper#getDefaultMapper().
After that we register our registry at our QueryConfiguration.