-
I originally blogged about this here and here on my blog but Fabio suggested I add these posts to the Forge, so here I am. I have to say I am a little exited to make my first contribution to the Wiki [H]. I will try to add a bit more to them and show some examples that do not use the TableGenerator class...
-
I had recently the need for using an id generator with two requirements: Is DB-independent Allows data generated in different DBs to be merged into a centralized DB I already knew about HiLo generator, and it seemed fine, except that the generated ids, on different sites, would most probably clash, unless...