Uses of Interface
com.github.kagkarlsson.jdbc.RowMapper
-
Packages that use RowMapper Package Description com.github.kagkarlsson.jdbc -
-
Uses of RowMapper in com.github.kagkarlsson.jdbc
Methods in com.github.kagkarlsson.jdbc with parameters of type RowMapper Modifier and Type Method Description <T> List<T>JdbcRunner. query(String query, PreparedStatementSetter setParameters, RowMapper<T> rowMapper)Constructors in com.github.kagkarlsson.jdbc with parameters of type RowMapper Constructor Description SingleResultMapper(RowMapper<T> rowMapper)
-