Re: ibatis and best practices

2006-03-03 Thread Joe Wolf
can usually join the tables well enough to get all the data I need to populate my POJOs. -Joe - Original Message - From: "Nathan Maves" <[EMAIL PROTECTED]> To: Sent: Friday, March 03, 2006 2:40 PM Subject: Re: ibatis and best practices In general a think that only usi

Re: ibatis and best practices

2006-03-03 Thread Nathan Maves
In general a think that only using a java.util.Map when it is a must is considered a best practice. Why not use a resultMap to map your results to your POJO. That is what this framework was designed for? Natha On Mar 3, 2006, at 12:15 PM, Ashish Kulkarni wrote: Hi Recently i had asked qu

RE: ibatis and best practices

2006-03-03 Thread Voorhoeve, Niels {PBG}
Yes. -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Friday, March 03, 2006 2:15 PM To: user-java@ibatis.apache.org Subject: ibatis and best practices Hi Recently i had asked question about designing java classes for resultset, So if i have desgined my java

ibatis and best practices

2006-03-03 Thread Ashish Kulkarni
Hi Recently i had asked question about designing java classes for resultset, So if i have desgined my java classes as per my requirement, and using java.util.HashMap to get result using ibatis, and then in my java program loading values from HashMap in my java class, am i not making the process sl