Hello,
I have seen that there are these two methods:
SequenceManager.getUniqueId(FieldDescriptor field)
SequenceManager.getUniqueLong(FieldDescriptor field)
If is required to be possible to have unique 32-bit ids, then I wonder
what the second method is good for. In all standard SequenceManagers,
the second method delegates to the first one.
I want to use 64-bit values, i.e. longs, as globally unique
ids, and I am afraid that 32 bits might not be enough.
Has anybody done this before?
Regards,
Oliver
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>