I need some clarification on how iBatis.net executes the queries in the
'University-College' scenario.
Assuming that there are 100 Universities and each University may have about
2-3 Colleges registered under it.
So, in this case how many hits will be there to the database.
And can i find any documentation or articles to understand this.

thanks and regards,
vinay





vinay.a wrote:
> 
> 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.-tp23706884p23716770.html
Sent from the iBATIS - User - Cs mailing list archive at Nabble.com.

Reply via email to