Re: [JBoss-user] Auto-increment(revisited)

2001-07-26 Thread Ivan Novick
: Thursday, July 26, 2001 7:31 AM Subject: [JBoss-user] Auto-increment(revisited) : read on jGuru. Hi all,   while we all in this list have debated about the best way to have an Autoincrement-like feature in our EJB (using AutoNumber bean, using a singleton session bean to retrieve

Re: [JBoss-user] Auto-increment(revisited) : read on jGuru.

2001-07-26 Thread Hermann RANGAMANA
i think it'd be auto-id itself   --hermann - Original Message - From: Frank Villarreal To: [EMAIL PROTECTED] Sent: Thursday, July 26, 2001 5:23 PM Subject: RE: [JBoss-user] Auto-increment(revisited) : read on jGuru. Assuming the auto-id is your primar

RE: [JBoss-user] Auto-increment(revisited) : read on jGuru.

2001-07-26 Thread Frank Villarreal
ECTED]Subject: [JBoss-user] Auto-increment(revisited) : read on jGuru. Hi all,   while we all in this list have debated about the best way to have an Autoincrement-like feature in our EJB (using AutoNumber bean, using a singleton session bean to retrieve the newly created id in the db

[JBoss-user] Auto-increment(revisited) : read on jGuru.

2001-07-26 Thread Hermann RANGAMANA
Hi all,   while we all in this list have debated about the best way to have an Autoincrement-like feature in our EJB (using AutoNumber bean, using a singleton session bean to retrieve the newly created id in the db, etc.), i've just came through a text at jGuru - in FAQ section about EJB - ab