If you are running Abator as an Eclipse plugin, then Abator can do a Java and XML merge. This means that you can add anything you want to the generated classes and XML files - Abator will merge the changes back in if you run Abator again.
If you are running Abator outside of Eclipse, then Abator can only do an XML merge. So anything you add to XML files will be merged in after running Abator again. But you would need to do the Java merge manually. Jeff Butler On 2/5/07, xianwinwin <[EMAIL PROTECTED]> wrote:
thank you Jeff...I got it and it's working. wonder if I can add my own statements to the auto-generated statements or I should create them in a different file? I'm asking this because I suspect that if I add a new statement it might be deleted if I revise the db table' structure (as in adding another column) thanks Jeff Butler-2 wrote: > > If you're using sequences or identity columns in your database, then use > the <generatedKey> element in your Abator configuration - and then the > insert will return the new key. > > The example class is used for the selectByExample and deleteByExample > methods. There is a page in the Abator documentation regarding the use of > this class (called "Example Class Usage Notes"). > > Abator documentation is here: > > http://ibatis.apache.org/docs/tools/abator/ > > I'm glad you like Abator. > > Jeff Butler > > > On 2/5/07, xianwinwin <[EMAIL PROTECTED]> wrote: >> >> >> Hi there, >> I'm using abator to construct the domain and the DAO and it's AMAZING!!! >> >> I have 2 question: >> >> 1. I wonder why when insert is performed, there is no return value (like >> the >> id?) I do it manually but wonder if I can do something to avoid that. >> >> 2. what is the Example that is added to the domain(bean)? >> >> thanks a lot >> -- >> View this message in context: >> http://www.nabble.com/Abator---quick-but-where-is-the-returned-id--tf3172784.html#a8801671 >> Sent from the iBATIS - User - Java mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://www.nabble.com/Abator---quick-but-where-is-the-returned-id--tf3172784.html#a8813050 Sent from the iBATIS - User - Java mailing list archive at Nabble.com.