auto CRUD status

2007-01-11 Thread Huy Do
Hi, A while back, I remember some discussion about ibatis - java edition was going to acquire some feature which auto generated crud statements (similar to the .net edition). Is this still on the cards or is it already there ? Thanks Huy

Re: auto CRUD status

2007-01-11 Thread Huy Do
Koka Kiknadze wrote: Is this still on the cards or is it already there ? Already there: http://ibatis.apache.org/abator.html Hi Koka, Thanks for the response, but I wasn't referring to Abator. Sorry about the confusing description, but I didn't mean code generator. It was suppose to be

Re: auto CRUD status

2007-01-11 Thread Huy Do
Thanks Brandon. iB3 sounds awesome. Can't wait. Huy It does not exist in the Java version. It has been shelved for a much more robust option that will be coming in iB3. Brandon On 1/11/07, *Huy Do* < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Ko

abator - namespace naming

2007-02-06 Thread Huy Do
Hi, Just starting to use abator and I was wondering if I could control the namespace naming in the generated sqlmal xml file. I am trying to reuse the appfuse UniversalDAO with the abator generated sqlmap files. Many Thanks Huy

Re: abator - namespace naming

2007-02-06 Thread Huy Do
utler On 2/6/07, *Huy Do* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi, Just starting to use abator and I was wondering if I could control the namespace naming in the generated sqlmal xml file. I am trying to reuse the appfuse UniversalDAO wi

Re: Confused with groupBy

2005-08-24 Thread Huy Do
Shouldn't you do that yourself in the POJO ? If you assume this behavour in your apps, it wouldn't be a good idea to rely on ibatis to give it to you. What if you create the pojo manually ? then you wouldn't get the empty list. Something like if (myList == null) { myList = new List() } retu