Package com.framework.jdto.jdbc.wrapper

Interface Summary
RowMapper All the DAO classes that call executeQuery(RowMapper rm) method of PreparedStatementWrapper or StatementWrapper should implement this interface.
 

Class Summary
JDBCTemplate This is the super class of PreparedStatementWrapper and StatementWrapper Classes.
PreparedStatementWrapper This class is a Wrapper Class for java.sql.PreparedStatement.
StatementWrapper This class is a Wrapper Class for java.sql.Statement.