I have update the null columns too with updateByPrimaryKeySelective.
Thanks
Vinaya
-Original Message-
From: Jeff Butler [mailto:jeffgbut...@gmail.com]
Sent: Thursday, October 22, 2009 3:35 PM
To: user-java@ibatis.apache.org
Subject: Re: Update Table with selected columns
: Thursday, October 22, 2009 3:29 PM
> To: user-java@ibatis.apache.org
> Subject: Re: Update Table with selected columns
>
> Ibator generates updateByPrimaryKey and updateByExample methods that
> serve this purpose.
>
> Jeff Butler
>
>
> On Thu, Oct 22, 2009 at 2:26 PM
com]
Sent: Thursday, October 22, 2009 3:29 PM
To: user-java@ibatis.apache.org
Subject: Re: Update Table with selected columns
Ibator generates updateByPrimaryKey and updateByExample methods that
serve this purpose.
Jeff Butler
On Thu, Oct 22, 2009 at 2:26 PM, Vinaya Tirikkovalluru
wrote:
> Hi,
Ibator generates updateByPrimaryKey and updateByExample methods that
serve this purpose.
Jeff Butler
On Thu, Oct 22, 2009 at 2:26 PM, Vinaya Tirikkovalluru
wrote:
> Hi,
>
>
>
> I am using Ibator to generate the Ibatis objects.
>
> I have a requirement where I should be able to create the SQL as