|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterizedRowMapper | |
---|---|
org.springframework.jdbc.core.simple | Simplification layer over JdbcTemplate for Java 5 and above. |
Uses of ParameterizedRowMapper in org.springframework.jdbc.core.simple |
---|
Methods in org.springframework.jdbc.core.simple with parameters of type ParameterizedRowMapper | ||
---|---|---|
|
SimpleJdbcTemplate.query(String sql,
ParameterizedRowMapper<T> rm,
Object... args)
|
|
|
SimpleJdbcOperations.query(String sql,
ParameterizedRowMapper<T> rm,
Object... args)
Query for a List of Objects of type T using
the supplied ParameterizedRowMapper to the query results to the object. |
|
|
SimpleJdbcTemplate.queryForObject(String sql,
ParameterizedRowMapper<T> rm,
Object... args)
|
|
|
SimpleJdbcOperations.queryForObject(String sql,
ParameterizedRowMapper<T> rm,
Object... args)
Query for an object of type T using the supplied
ParameterizedRowMapper to the query results to the object. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |