> Brian
>
>
> -Original Message-
> From: Jeff Butler [mailto:jeffgbut...@gmail.com]
> Sent: Friday, March 26, 2010 1:01 PM
> To: user-java@ibatis.apache.org
> Subject: Re: newbie Q: get back generated key with Oracle
>
> This is an Ibator issue and it's an inte
2010 1:01 PM
To: user-java@ibatis.apache.org
Subject: Re: newbie Q: get back generated key with Oracle
This is an Ibator issue and it's an interesting case that I had not
considered previously. I'll fix it.
Jeff Butler
On Wed, Mar 24, 2010 at 5:33 PM, Morearty, Brian
wrote:
&g
ective. But it would be nice if I didn't have to.
>
> Not sure what the best solution is but it seems like it would be nice to fix.
>
> Brian
>
>
>
> -----Original Message-----
> From: Morearty, Brian [mailto:brian_morea...@intuit.com]
> Sent: Wed
nice to fix.
Brian
-Original Message-
From: Morearty, Brian [mailto:brian_morea...@intuit.com]
Sent: Wednesday, March 24, 2010 11:18 AM
To: user-java@ibatis.apache.org
Subject: RE: newbie Q: get back generated key with Oracle
Oh yeah, it does! Duh! Woo hoo.
Thanks for the quick
Oh yeah, it does! Duh! Woo hoo.
Thanks for the quick reply, Larry.
-Original Message-
From: Larry Meadors [mailto:larry.mead...@gmail.com]
Sent: Wednesday, March 24, 2010 11:15 AM
To: user-java@ibatis.apache.org
Subject: Re: newbie Q: get back generated key with Oracle
It should set
It should set the id property on the Business bean passed in as a parameter.
Larry
On Wed, Mar 24, 2010 at 12:11 PM, Morearty, Brian
wrote:
> Hi, here’s a newbie question:
>
>
>
> I’m using iBATIS, Ibator, and Oracle. I have a “businesses” table. I also
> created a “businesses_sequence” sequenc
Hi, here's a newbie question:
I'm using iBATIS, Ibator, and Oracle. I have a "businesses" table. I
also created a "businesses_sequence" sequence so I can autogenerate
primary keys. (Apparently Oracle does it that way instead of allowing an
autoincrement column.)
How do I get back the prima