RE: Update Table with selected columns

2009-10-22 Thread Vinaya Tirikkovalluru
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

Re: Update Table with selected columns

2009-10-22 Thread Jeff Butler
: 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

RE: Update Table with selected columns

2009-10-22 Thread Vinaya Tirikkovalluru
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,

Re: Update Table with selected columns

2009-10-22 Thread Jeff Butler
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