Hibernate ID Generator
Asked Answered
F

3

9

Anyone know of some good tutorials on how to create a custom ID generator for hibernate?

Flection answered 30/1, 2009 at 13:49 Comment(0)
S
12

A cursory search of Google for 'hibernate custom id generator tutorial' turned up the following possibilities. I've excluded those that don't look useful and summarized the content of each.

Hope that helps.

Sidekick answered 4/2, 2009 at 2:46 Comment(2)
Unfortunately the links in this answer are dead.Ventriloquist
@florin, that's the price you sometimes pay for linking outside of SO :-) Actually, the first and the last were still there. The second had moved so I've updated the link. The third I couldn't locate again so I've just deleted it completely.Sidekick
E
2

http://resource.visual-paradigm.com/vpsuite2.3sp1/custom_id_generator.html

Though this link demonstrates Visual-Paradigm tool for generating Custom ID generator, but the idea of Hibernate Custom ID generator can be learnt from the same

Embarkation answered 30/1, 2009 at 13:57 Comment(1)
The link is dead :( So this answer is of no use anymore.Nihon
C
1

I found this one by Jiaqi Guo:

http://blog.cyclopsgroup.org/2007/04/custom-idgenerator-for-jpa-gap-between.html

Christiechristin answered 2/2, 2011 at 12:55 Comment(2)
@Gibbs: Link is brokenSulphone
I have fixed the link blog.cyclopsgroup.org/2007/04/…Christiechristin

© 2022 - 2024 — McMap. All rights reserved.