You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Doug Flex <do...@yahoo.com> on 2008/09/11 18:39:42 UTC

how to auto insert on update

 
Hi,

Is it possible to configure Abator to
generate code for “update” method to auto insert?

The code will first try to update the
record, if the record doesn't exist in the database, it will perform
an insert?

Thanks
Doug