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

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

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


Constructor Summary
BeanRelationPopulator(BeanResultSetPopulator<T> populator, List<ManyToOneRelation<T,?,?>> manyToOneRelations, Connection connection, RelationQuery relationQuery)
           
 
Method Summary
 T populate(ResultSet rs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanRelationPopulator

public BeanRelationPopulator(BeanResultSetPopulator<T> populator,
                             List<ManyToOneRelation<T,?,?>> manyToOneRelations,
                             Connection connection,
                             RelationQuery relationQuery)
Method Detail

populate

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


Copyright © 2011. All Rights Reserved.