|
|||||||||||
| 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 | |
protected static class |
SqlParameter.ResultReaderStoredProcImpl
Implementation of ResultReader that calls the supplied RowMapper class's mapRow() method for each row. |
| Methods in org.springframework.jdbc.core that return ResultReader | |
protected ResultReader |
SqlReturnResultSet.newResultReader()
Return new instance of the implementation of a ResultReader usable for returned resultsets. |
protected ResultReader |
SqlOutParameter.newResultReader()
Return new instance of the implementation of a ResultReader usable for returned ResultSets. |
| 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,
java.lang.Object[] parameters,
java.util.Map context)
Implementation of protected abstract method. |
protected abstract ResultReader |
SqlQuery.newResultReader(int rowsExpected,
java.lang.Object[] parameters,
java.util.Map context)
Subclasses must implement this method to save a List of objects returned by the execute method. |
protected ResultReader |
MappingSqlQueryWithParameters.newResultReader(int rowsExpected,
java.lang.Object[] parameters,
java.util.Map context)
Implementation of protected abstract method. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||