se.unlogic.standardutils.dao
Class BeanChainPopulator<T>
java.lang.Object
se.unlogic.standardutils.dao.BeanChainPopulator<T>
- All Implemented Interfaces:
- BeanResultSetPopulator<T>
public class BeanChainPopulator<T>
- extends Object
- implements BeanResultSetPopulator<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
populator
protected BeanResultSetPopulator<T> populator
chainedResultSetPopulators
protected List<ChainedResultSetPopulator<T>> chainedResultSetPopulators
BeanChainPopulator
public BeanChainPopulator(List<ChainedResultSetPopulator<T>> chainedResultSetPopulators,
BeanResultSetPopulator<T> populator)
populate
public T populate(ResultSet rs)
throws SQLException
- Specified by:
populate
in interface BeanResultSetPopulator<T>
- Throws:
SQLException
Copyright © 2011. All Rights Reserved.