|
I'm testing castor with Oracle 817.
I want to insert data into a table with a primary
key generated with a trigger and a sequence.
When I insert data without setting the identity (
oracle's trigger will do it for me ) I got an DuplicateIdentityException.
Do I have to select next sequence number from
oracle into my java code and set the primary key by myself.
thanks.
jena-noel wallez
|
- Re: [castor-dev] Primary Key set by Trigger Jean-No�l WALLEZ
- Re: [castor-dev] Primary Key set by Trigger Thomas Yip
