We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
Hibernate in Action 已经很旧了,您需要的是第二版 Java Persistence in Action。这在处理异国情况和处理遗留数据库等方面做得很好,但在你花钱之前,你应该真正看看这个 doc 在那里您将看到参考文档以及常见问题解答、常见问题、高级问题,此外您还将看到注释参考,如果您不使用 xml你的配置。
Hibernate in Action is old what you need is the 2nd edition Java Persistence in Action. This does a great job at going into the exotic cases and dealing with legacy db amongst other things but before you go spending money you should really look at this doc there you will see the reference docs as well as the FAQ, Common Problems, Advanced Problems plus you will see the annotations references which you will need if you are not using xml for your configuration.
尝试一下这本优秀的书:Hibernate in Action,通过源代码进行调试也很有帮助,但是(我从仅nhibernate经验)在实现之前了解原理可能是更好的方法。
Try the excellent book : Hibernate in Action, also debugging through the source is helpful but (I speak from experience of nhibernate only) understanding the principles before the implementation may be a better approach.