| 
 | ||||||||||
| 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 | 
|---|
| Classes in org.springframework.jdbc.core.simple that implement ParameterizedRowMapper | |
|---|---|
|  class | ParameterizedBeanPropertyRowMapper<T>ParameterizedRowMapperimplementation that converts a row into a new instance
 of the specified mapped target class. | 
|  class | ParameterizedSingleColumnRowMapper<T>ParameterizedRowMapperimplementation that converts a single column
 into a single result value per row. | 
| Methods in org.springframework.jdbc.core.simple with parameters of type ParameterizedRowMapper | ||
|---|---|---|
|  void | AbstractJdbcCall.addDeclaredRowMapper(String parameterName,
                     ParameterizedRowMapper rowMapper)Add a RowMapperfor the specified parameter or column | |
| 
 | SimpleJdbcTemplate.query(String sql,
      ParameterizedRowMapper<T> rm,
      Map args) | |
| 
 | SimpleJdbcOperations.query(String sql,
      ParameterizedRowMapper<T> rm,
      Map args)Query for a ListofObjectsof typeTusing
 the suppliedParameterizedRowMapperto the query results to the object. | |
| 
 | SimpleJdbcTemplate.query(String sql,
      ParameterizedRowMapper<T> rm,
      Object... args) | |
| 
 | SimpleJdbcOperations.query(String sql,
      ParameterizedRowMapper<T> rm,
      Object... args)Query for a ListofObjectsof typeTusing
 the suppliedParameterizedRowMapperto the query results to the object. | |
| 
 | SimpleJdbcTemplate.query(String sql,
      ParameterizedRowMapper<T> rm,
      SqlParameterSource args) | |
| 
 | SimpleJdbcOperations.query(String sql,
      ParameterizedRowMapper<T> rm,
      SqlParameterSource args)Query for a ListofObjectsof typeTusing
 the suppliedParameterizedRowMapperto the query results to the object. | |
| 
 | SimpleJdbcTemplate.queryForObject(String sql,
               ParameterizedRowMapper<T> rm,
               Map args) | |
| 
 | SimpleJdbcOperations.queryForObject(String sql,
               ParameterizedRowMapper<T> rm,
               Map args)Query for an object of type Tusing the suppliedParameterizedRowMapperto 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 Tusing the suppliedParameterizedRowMapperto the query results to the object. | |
| 
 | SimpleJdbcTemplate.queryForObject(String sql,
               ParameterizedRowMapper<T> rm,
               SqlParameterSource args) | |
| 
 | SimpleJdbcOperations.queryForObject(String sql,
               ParameterizedRowMapper<T> rm,
               SqlParameterSource args)Query for an object of type Tusing the suppliedParameterizedRowMapperto the query results to the object. | |
|  SimpleJdbcCallOperations | SimpleJdbcCallOperations.returningResultSet(String parameterName,
                   ParameterizedRowMapper rowMapper)Used to specify when a ResultSet is returned by the stored procedure and you want it mapped by a RowMapper. | |
|  SimpleJdbcCall | SimpleJdbcCall.returningResultSet(String parameterName,
                   ParameterizedRowMapper rowMapper) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||