se.unlogic.standardutils.dao
Class MethodBasedResultSetPopulator<Type>

java.lang.Object
  extended by se.unlogic.standardutils.dao.MethodBasedResultSetPopulator<Type>
All Implemented Interfaces:
BeanResultSetPopulator<Type>

public class MethodBasedResultSetPopulator<Type>
extends Object
implements BeanResultSetPopulator<Type>


Constructor Summary
MethodBasedResultSetPopulator(Method method, String columnName)
           
 
Method Summary
 Type populate(ResultSet rs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodBasedResultSetPopulator

public MethodBasedResultSetPopulator(Method method,
                                     String columnName)
Method Detail

populate

public Type populate(ResultSet rs)
              throws SQLException
Specified by:
populate in interface BeanResultSetPopulator<Type>
Throws:
SQLException


Copyright © 2011. All Rights Reserved.