Hibernate ID Generator

…衆ロ難τιáo~ 提交于 2019-11-26 11:16:42

问题


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


回答1:


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.

  • http://www.devx.com/Java/Article/30396 - covers the issues of generating an ID before the data is persisted (and hence does not yet have a business key).
  • http://docs.jboss.org/hibernate/core/3.6/reference/en-US/html_single/#mapping-declaration - the whole document is very useful but not so much a tutorial as reference. Ideal when looking at the other tutorials.
  • http://www.javaworld.com/javaworld/jw-08-2008/jw-08-hibernate-annotations.html shows how to use annotations to set up your schema (including auto-generated values).

Hope that helps.




回答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




回答3:


I found this one by Jiaqi Guo:

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



来源:https://stackoverflow.com/questions/495536/hibernate-id-generator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!