Instantiate the SequenceManager class you're interested in and set any parameters it may need directly via its set methods. Beware that such sequence managers as HighLowImpl and InMemoryImpl maintain sequences in static members rather than in instance state so you'll have to distinguish sequences by setting sequence names manually. Different sequence managers instances will still refer to the same sequence data in this case.

Pulat

Rajadurai K wrote:
hi,

    i have a situation where i need to use more than one sequence manager.
 first one for all the tables what i m going to use.
second one is i want to maintain only sequence no for some purpose. i m not
going to use this for tables. but i want next values
how i can do that  pl. if anyone give me the solution it will be helpfull
for me.


thanks in advance.



regards,
Rajadurai


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to