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 java.lang.Object
implements BeanResultSetPopulator<Type>


Constructor Summary
MethodBasedResultSetPopulator(java.lang.reflect.Method method, java.lang.String columnName)
           
 
Method Summary
 Type populate(java.sql.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(java.lang.reflect.Method method,
                                     java.lang.String columnName)
Method Detail

populate

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


Copyright © 2011. All Rights Reserved.