Hi,
for some particular project, I'd like to have a custom
IdentifierGenerator, which could be thought of as an extension of the
"native" IdentifierGenerator. Basically, it ought to take the id
generated by the "native" generator, but then do some magic with it,
for example add a prefix. (Yes, I k
; If the answer to 'why native?' is portability, then why not use the
> "enhanced" generators. These are intended for portability in a much
> better way then native was.
>
> On Fri, 2009-12-04 at 08:50 +0100, Jochen Wiedmann wrote:
>> Hi,
>>
>> for