Uses of Package
com.framework.jdto.jdbc.wrapper

Packages that use com.framework.jdto.jdbc.wrapper
com.framework.jdto.jdbc.wrapper   
 

Classes in com.framework.jdto.jdbc.wrapper used by com.framework.jdto.jdbc.wrapper
JDBCTemplate
          This is the super class of PreparedStatementWrapper and StatementWrapper Classes.
RowMapper
          All the DAO classes that call executeQuery(RowMapper rm) method of PreparedStatementWrapper or StatementWrapper should implement this interface.