com.clickntap.tool.jdbc
Class JdbcBeanRowMapper

java.lang.Object
  extended by com.clickntap.tool.jdbc.JdbcBeanRowMapper
All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper

public class JdbcBeanRowMapper
extends Object
implements org.springframework.jdbc.core.RowMapper


Constructor Summary
JdbcBeanRowMapper(Class beanClass)
           
 
Method Summary
 Object mapRow(ResultSet rs, int rowNum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcBeanRowMapper

public JdbcBeanRowMapper(Class beanClass)
Method Detail

mapRow

public Object mapRow(ResultSet rs,
                     int rowNum)
              throws SQLException
Specified by:
mapRow in interface org.springframework.jdbc.core.RowMapper
Throws:
SQLException


Copyright © 2014. All rights reserved.