se.unlogic.standardutils.dao
Class ColumnKeyCollector<T>

java.lang.Object
  extended by se.unlogic.standardutils.dao.ColumnKeyCollector<T>

public class ColumnKeyCollector<T>
extends Object


Constructor Summary
ColumnKeyCollector(Field field, AnnotatedResultSetPopulator<T> populator, int columnIndex)
           
 
Method Summary
 void collect(T bean, ResultSet rs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnKeyCollector

public ColumnKeyCollector(Field field,
                          AnnotatedResultSetPopulator<T> populator,
                          int columnIndex)
Method Detail

collect

public void collect(T bean,
                    ResultSet rs)
             throws SQLException
Throws:
SQLException


Copyright © 2011. All Rights Reserved.