java 对于 Hibernate 初学者来说,最好的电子书是什么?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3500948/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-30 02:07:45  来源:igfitidea点击:

What is the best eBook for a Hibernate beginner?

javahibernate

提问by singh

What is the best eBook for a beginner in Hibernate?

对于 Hibernate 初学者来说,最好的电子书是什么?

采纳答案by Pascal Thivent

The online Reference Documentation is a good place to start, especially the Hibernate 5 new User Guide.

在线参考文档是一个很好的起点,尤其是Hibernate 5 新用户指南

And for the "absolute reference", get Java Persistence with Hibernate(a revised edition of the old Hibernate in Action). Here is what the authors write about this book:

对于“绝对参考”,请获取Java Persistence with Hibernate(旧Hibernate in Action的修订版)。以下是作者对这本书的描述:

We had three goals when writing this book, so you can read it as

  • A tutorial for Hibernate, Java Persistence, and EJB 3.0 that guides you through your first steps with these solutions
  • A guide for learning all basic and advanced Hibernate features for object/ relational mapping, object processing, querying, performance optimization, and application design
  • A reference for whenever you need a complete and technically accurate definition of Hibernate and Java Persistence functionality

我们在写这本书时有三个目标,所以你可以把它当作

  • Hibernate、Java Persistence 和 EJB 3.0 的教程,指导您完成这些解决方案的第一步
  • 学习对象/关系映射、对象处理、查询、性能优化和应用程序设计的所有基本和高级 Hibernate 功能的指南
  • 每当您需要完整且技术上准确的 Hibernate 和 Java 持久性功能定义时的参考

As stated, it's the absolute reference (880 pages), it allows to go as deep as you want.

如前所述,它是绝对参考(880 页),它允许您深入到您想要的深度。

For tuning Hibernate, you could also check the High-Performance Java Persistencebook.

要调整 Hibernate,您还可以查看High-Performance Java Persistence一书。

回答by Jarek

I'd suggest to take a look at this free knol : Nhibernate by Fabio Maulo, it's a link to the first chapter (total: 20 chapters). Also:

我建议看一下Fabio Maulo 的这个免费 knol:Nhibernate,它是第一章的链接(共 20 章)。还:

回答by duffymo

"Hibernate In Action" would be my choice.

“Hibernate In Action”将是我的选择。

回答by hakish

Hibernate documentation available at http://www.hibernate.org/would be a good place to start along with roseindia tutorials.

http://www.hibernate.org/ 上的Hibernate 文档将是一个很好的起点,可以从 Roseindia 教程开始。