Uses of Interface
io.helidon.data.jdbc.JdbcClient.RowMapper
Packages that use JdbcClient.RowMapper
Package
Description
Runs imperative applications and declarative Helidon Data repositories with
JDBC.
-
Uses of JdbcClient.RowMapper in io.helidon.data.jdbc
Methods in io.helidon.data.jdbc with parameters of type JdbcClient.RowMapperModifier and TypeMethodDescription<T> JdbcClient.Rows<T> JdbcClient.GeneratedKeys.map(JdbcClient.RowMapper<T> mapper) Selects the mapper for generated key rows and finalizes this stage.<T> JdbcClient.Rows<T> JdbcClient.Statement.map(JdbcClient.RowMapper<T> mapper) Selects an explicit mapper for query rows.