<select
  id="GetManyByCategory"
  extends="GetMany"
  parameterClass="int"
  listClass="ProductCollection">
  WHERE CategoryId = #value#
 </select>

 ProductCollection productCollection = 
  (ProductCollection)sqlMapper.QueryForList(
   "Product.GetManyByCategory", 3); 

--- Mario Chavez <[EMAIL PROTECTED]> wrote:

> Hello;
> 
> I'm wondering if it's possible to use iBatis in a way that it can
> populate
> custom collections instead of IList
> 
> Thanks.
> 
> --
> Mario Chavez
> [EMAIL PROTECTED]
> http://mario-chavez.decisionesinteligentes.com/
> 

Reply via email to