Package org.hdpagination.dataaccess.support.jdbc

Interface Summary
RowMapper An interface used by JdbcQueryCallbackWrapper for mapping rows of a ResultSet on a per-row basis.
 

Class Summary
BeanPropertyRowMapper RowMapper implementation that converts a row into a new instance of the specified mapped target class.
ColumnMapRowMapper RowMapper implementation that converts a row into a new instance of java.util.Map representing all columns as key-value pairs: one entry for each column, with the column name (low case) as key, column value as the value.
JdbcQueryCallbackWrapper This class is used as a convenient wrapper class for JdbcQueryCallback.
 



Copyright © 2008 HDPagination All Rights Reserved.