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

java.lang.Object
  extended by se.unlogic.standardutils.dao.ColumnKeyCollectorWrapper<T>
All Implemented Interfaces:
GeneratedKeyCollector

public class ColumnKeyCollectorWrapper<T>
extends Object
implements GeneratedKeyCollector


Constructor Summary
ColumnKeyCollectorWrapper(ArrayList<ColumnKeyCollector<T>> columnKeyCollectors, T bean)
           
 
Method Summary
 void collect(ResultSet rs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnKeyCollectorWrapper

public ColumnKeyCollectorWrapper(ArrayList<ColumnKeyCollector<T>> columnKeyCollectors,
                                 T bean)
Method Detail

collect

public void collect(ResultSet rs)
             throws SQLException
Specified by:
collect in interface GeneratedKeyCollector
Throws:
SQLException


Copyright © 2011. All Rights Reserved.