java 休眠教程

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/650680/
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-29 13:13:42  来源:igfitidea点击:

Hibernate tutorials

javahibernate

提问by yoitsfrancis

Let's say that I'm new to Hibernate, is there a way to get my skills up to speed? Are there any good tutorials?

假设我是 Hibernate 的新手,有没有办法让我的技能跟上进度?有什么好的教程吗?

采纳答案by WiseTechi

Hibernate.org is pointing this to begin with : Getting Started with Hibernate

Hibernate.org 指出了这一点: Hibernate 入门

I would then recommend reading this very good book : Java Persistence with Hibernate (Christian Bauer and Gavin King)

然后我会推荐阅读这本非常好的书: Java Persistence with Hibernate(Christian Bauer 和 Gavin King)

回答by Organiccat

Hibernate.org's tutorial:

Hibernate.org 的教程:

http://www.hibernate.org/hib_docs/v3/reference/en/html/tutorial.html

http://www.hibernate.org/hib_docs/v3/reference/en/html/tutorial.html

Depends though, are you just trying to get into Hibernate with no actual knowledge about what Hibernate is, or are just going to dive into the first tutorial you come across?

不过,这取决于,您是只是在没有真正了解 Hibernate 的知识的情况下尝试进入 Hibernate,还是只是打算深入了解您遇到的第一个教程?

If you want a basic understanding of what Hibernate is, check out this link (very easy, short read):

如果您想基本了解什么是 Hibernate,请查看此链接(非常简单,简短阅读):

http://www.laliluna.de/what-is-hibernate.html

http://www.laliluna.de/what-is-hibernate.html

They dumb it down enough for the layman who doesn't know anything (useful) about Hibernate to get a grasp on what it is and how it works.

他们把它简化到足以让对 Hibernate 一无所知(有用)的外行人掌握它是什么以及它是如何工作的。

回答by kgiannakakis

There is J2EE course in Java Passion, which has a full sectionabout Hibernate.

Java Passion 中有 J2EE 课程,其中有关于 Hibernate的完整部分

回答by vsingh

Here is a tutorial with screen shots on how to set up hibernate in eclipse and creating first application. Go through this hibernate tutorial

这是一个关于如何在 Eclipse 中设置休眠和创建第一个应用程序的屏幕截图教程。完成这个休眠教程

If you are looking for something with read this Hibernate JPA tutorial

如果您正在寻找阅读此Hibernate JPA 教程的内容