[OJB-developers] Oracle sequences
Brought to you by:
thma
From: Ilia I. <iio...@yd...> - 2001-10-23 17:42:59
|
Hi I have the following questions. Can OJB generate new primary key for insert using oracle sequences? Is it possible to specify sequence name for particular table / object? Does RETURNING mode for oracle 8i is supported? "INSERT INTO tableName (pkName,...) VALUES (sequenceName.nextval,...) RETURNING primKeyName INTO ?" as Castor does. If not what is the "OJB" way to add this feature? Thanks Ilia |