Hello all,

I need some help on the below scenario:

I have 2 business objects. Lets say 'University' and 'College'.
The 'University' object has the following property.

public IList<College> collegelist
{
get;
set;
}

Now I want to execute a query that groups all the Colleges which come under
an University, and store the result in the University Object.
This way I will have one 'University' object (with university details),
within which i will have an IList<College> with all the details of all the
colleges under that university.

Is it possible to achieve this using a query and object mapping in
ibatis.net
If not possible, please let me know.

Thanks and regards,
Vinay A
-- 
View this message in context: 
http://www.nabble.com/Achieving-Group-By-feature.-tp23706884p23706884.html
Sent from the iBATIS - User - Cs mailing list archive at Nabble.com.

Reply via email to