|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultReader | |
|---|---|
| org.springframework.jdbc.core | Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects. |
| org.springframework.jdbc.object | The classes in this package represent RDBMS queries, updates, and stored procedures as threadsafe, reusable objects. |
| Uses of ResultReader in org.springframework.jdbc.core |
|---|
| Classes in org.springframework.jdbc.core that implement ResultReader | |
|---|---|
class |
RowMapperResultReader
Adapter implementation of the ResultReader interface that delegates to a RowMapper which is supposed to create an object for each row. |
| Uses of ResultReader in org.springframework.jdbc.object |
|---|
| Classes in org.springframework.jdbc.object that implement ResultReader | |
|---|---|
protected class |
MappingSqlQueryWithParameters.ResultReaderImpl
Implementation of ResultReader that calls the enclosing class's mapRow method for each row. |
protected class |
UpdatableSqlQuery.ResultReaderImpl
Implementation of ResultReader that calls the enclosing class's updateRow() method for each row. |
| Methods in org.springframework.jdbc.object that return ResultReader | |
|---|---|
protected ResultReader |
UpdatableSqlQuery.newResultReader(int rowsExpected,
Object[] parameters,
Map context)
Implementation of protected abstract method. |
protected abstract ResultReader |
SqlQuery.newResultReader(int rowsExpected,
Object[] parameters,
Map context)
Subclasses must implement this method to save a List of objects returned by the execute method. |
protected ResultReader |
MappingSqlQueryWithParameters.newResultReader(int rowsExpected,
Object[] parameters,
Map context)
Implementation of protected abstract method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||