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

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

public class BeanChainPopulator<T>
extends Object
implements BeanResultSetPopulator<T>


Field Summary
protected  List<ChainedResultSetPopulator<T>> chainedResultSetPopulators
           
protected  BeanResultSetPopulator<T> populator
           
 
Constructor Summary
BeanChainPopulator(List<ChainedResultSetPopulator<T>> chainedResultSetPopulators, BeanResultSetPopulator<T> populator)
           
 
Method Summary
 T populate(ResultSet rs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

populator

protected BeanResultSetPopulator<T> populator

chainedResultSetPopulators

protected List<ChainedResultSetPopulator<T>> chainedResultSetPopulators
Constructor Detail

BeanChainPopulator

public BeanChainPopulator(List<ChainedResultSetPopulator<T>> chainedResultSetPopulators,
                          BeanResultSetPopulator<T> populator)
Method Detail

populate

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


Copyright © 2011. All Rights Reserved.