views:

3201

answers:

2

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

+1  A: 

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

Rutesh Makhijani
+1  A: 

A cursory search of Google for 'hibernate custom id generator tutorial' (which, honestly, you could have done yourself :-), turned up the following possibilities. I've excluded those that don't look useful and summarized the content of each.

Hope that helps.

paxdiablo