Uses of Interface
se.unlogic.standardutils.dao.ChainedResultSetPopulator

Packages that use ChainedResultSetPopulator
se.unlogic.standardutils.dao   
 

Uses of ChainedResultSetPopulator in se.unlogic.standardutils.dao
 

Fields in se.unlogic.standardutils.dao with type parameters of type ChainedResultSetPopulator
protected  List<ChainedResultSetPopulator<T>> BeanChainPopulator.chainedResultSetPopulators
           
 

Methods in se.unlogic.standardutils.dao that return types with arguments of type ChainedResultSetPopulator
 List<ChainedResultSetPopulator<T>> LowLevelQuery.getChainedResultSetPopulators()
           
 

Methods in se.unlogic.standardutils.dao with parameters of type ChainedResultSetPopulator
 void LowLevelQuery.addChainedResultSetPopulator(ChainedResultSetPopulator<T>... chainedPopulators)
           
 void LowLevelQuery.addChainedResultSetPopulator(ChainedResultSetPopulator<T> chainedPopulator)
           
 

Method parameters in se.unlogic.standardutils.dao with type arguments of type ChainedResultSetPopulator
 void LowLevelQuery.addChainedResultSetPopulator(List<ChainedResultSetPopulator<T>> chainedPopulators)
           
 

Constructor parameters in se.unlogic.standardutils.dao with type arguments of type ChainedResultSetPopulator
BeanChainPopulator(List<ChainedResultSetPopulator<T>> chainedResultSetPopulators, BeanResultSetPopulator<T> populator)
           
 



Copyright © 2011. All Rights Reserved.