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 java.lang.Object
implements BeanResultSetPopulator<T>


Constructor Summary
BeanRelationPopulator(BeanResultSetPopulator<T> populator, java.util.List<ManyToOneRelation<T,?,?>> manyToOneRelations, java.sql.Connection connection, RelationQuery relationQuery)
           
 
Method Summary
 T populate(java.sql.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,
                             java.util.List<ManyToOneRelation<T,?,?>> manyToOneRelations,
                             java.sql.Connection connection,
                             RelationQuery relationQuery)
Method Detail

populate

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


Copyright © 2011. All Rights Reserved.