Beginner |
 |
Joined: Tue Sep 20, 2005 4:32 am Posts: 29 Location: Cluj-Napoca
|
Hi Gavin,
I address this question to you because that's you that created the generator id classes.
I have a legacy db where the tables' ids are generated using a package procedure next_val(sequence_name) and I have access to the sequences only through this package. I have to create a custom generator id class that uses this procedure to generate the id that takes like parameter the sequence name.
Which of the generator id class created by you is the most appropriate to follow in order to create my custom generator id class ?
Thanks,
Cristian.
|
|