AW: [Fwd: RE: [OJB-developers] Oracle sequences]
Brought to you by:
thma
From: Mahler T. <tho...@it...> - 2001-10-24 07:58:28
|
Hi Ilia, > > The SequenceManagerDefaultImpl.java implements MAX key > generator. Do you > have plans to add HIGH/LOW key generator? > > Thanks, > The OJB SequenceManager is really rather simple (not to say primitive). The OJB SequenceManager is pluggable. That is, it can easily replaced by user defined version that implement different semantics (say HIGH/LOW key, etc.). See http://objectbridge.sourceforge.net/system/sequencemanager.html on this subject. I personally do not intent to implement an improved sequencemanager. I just can't do ALL the work and want to encourage user contributions to the OJB codebase. Thus I'm cc'ing this mail to the OJB developer list. Maybe someone volunteers for this... HTH, Thomas |