Hibernate 和NHibernate 最小指南

简介:

这是一份NHibernatehe 和 Hibernate的学习指南,对于做JAVA开发和.NET开发的人都很有帮助。

Mini-Guide: Hibernate and NHibernate

By Brent Sheets
Posted by Jack Vaughan

Hibernate is an ORM [Object-Relational Mapping] service used to develop persistent Java classes. On the back of NHibernate, it’s popularity has spread to the .NET space as well. This has proved of special interest in IT shops that are working toward interoperability strategies that leverage the skills of developers who can handle both .NET and Java problems. No matter whether you’re an old pro or just starting to investigate object relational mapping, the resources I’ve gathered should help you learn something new. You’ll find quick links to official reference material and great tutorials for gaining hands-on knowledge. Dig right in.

The Hibernate Environment
Hibernate Core for Java
Hibernate Annotations
Hibernate EntityManager
Hibernate Shards
Hibernate Validator 
Hibernate Tools for Eclipse and Ant
NHibernate for .NET

Reference and Documentation
Hibernate Documentation
Hibernate Downloads
What is Hibernate? - by James Elliot, author of “Hibernate: A Developer’s Notebook.”
NHibernate Intro

Hibernate Tutorials
Basic Hibernate Tutorial for Beginners (Gary Mak)
Introduction to Hibernate (Bhushan Dongare)
Hibernate Tutorial (VisualBuilder.com)
The Road to Hibernate (Michael Gloegl)
Using Hibernate With the NetBeans Visual Web Pack (NetBeans)
Using Hibernate with the Java Persistence API (NetBeans)
Using Hibernate with JPA (NetBeans)
Part 1: Extending the NetBeans Tutorial JSF-JPA-Hibernate Application (Java.NET)
Part 2: Extending the NetBeans Tutorial JSF-JPA-Hibernate Application (Java.NET)
Part 3: Extending the NetBeans Tutorial JSF-JPA-Hibernate Application (Java.NET)
Complete Hibernate 3.0 Tutorial (Java.NET)
Collection of Hibernate tutorials (JavaBeat)
Using Hibernate With the Sun Java Studio Creator IDE (Sun)
Hibernate Examples (java2s.com)
Using Hibernate as a JDBC (TSS.COM)

News and Community
Hibernate Forums
Hibernate Wiki
Hibernate Blog
Hibernate News

Mailing List: hibernate-announce
-General Hibernate-related announcement
Mailing List: hibernate-commits
-Source control commit notifications
Mailing List: hibernate-dev
-Discuss Hibernate development
Mailing List: nhibernate-commit
-Source control commit notifications
Mailing List: nhibernate-development
-Discuss NHibernate development

__________________________________
About the Author

Brent Sheets is a former Senior Editor at TechTarget and a frequent contributor to SearchVB.com. He founded and managed the popular Visual Basic Web Directory website until it was acquired by TechTarget in 2000 and relaunched as SearchVB.com. Brent currently resides in sunny Florida with his wife and daughter.



本文转自斯克迪亚博客园博客,原文链接:http://www.cnblogs.com/sgsoft/archive/2007/08/23/867314.html如需转载请自行联系原作者
相关文章
|
5月前
|
SQL Java 数据库连接
Hibernate 和 JPA 有什么区别?
【8月更文挑战第21天】
402 0
|
8月前
|
SQL Java 关系型数据库
Hibernate - 对象关系映射文件(*.hbm.xml)详解
Hibernate - 对象关系映射文件(*.hbm.xml)详解
326 1
|
8月前
|
缓存 Java 数据库连接
Hibernate或MyBatis:ORM映射、缓存机制等知识讲解梳理
Hibernate或MyBatis:ORM映射、缓存机制等知识讲解梳理
141 0
|
8月前
|
Java 数据库连接 mybatis
一文彻底搞懂Mybatis系列(十二)之MyBatis多对一映射延迟加载(association和lazyLoadingEnabled)
一文彻底搞懂Mybatis系列(十二)之MyBatis多对一映射延迟加载(association和lazyLoadingEnabled)
131 0
|
8月前
|
Java 数据库连接 数据库
Hibernate5中实体映射命名策略
Hibernate5中实体映射命名策略
154 0
|
Java API 数据库
mybatis-plus小技能:代码生成器(增加Mapper注解和Fill填充)
背景:为了提升开发效率,利用mybatisplus API读取数据库表结构生成对应的实体entity、服务service,通过模板生成映射mapper。 代码生成器完善: 增加Mapper注解和Fill填充
1242 1
|
Java 数据库连接
mybatis-plus和hibernate 忽略映射字段
mybatis-plus和hibernate 忽略映射字段
324 1
|
存储 Java 数据库连接
【框架】[Hibernate]利用Hibernate进行一对多的级联操作-Web实例
【框架】[Hibernate]利用Hibernate进行一对多的级联操作-Web实例
192 0
【框架】[Hibernate]利用Hibernate进行一对多的级联操作-Web实例
|
XML SQL Oracle
hibernate(一) 第一个hibernate工程
其实hibernate已经学过一遍,不过因为太糊弄,急于求成,导致现在需要重新来学习,通过亲自去敲每一行代码,来去理解每一个知识点。
155 0
|
Oracle 关系型数据库 Java
Mybatis Plus 2 升到 Mybatis Plus 3 时,oracle 自增序列的相关问题
一、Mybatis Plus 2,oracle 自增序列配置 1. config.yml 配置文件 #mybaits-plus配置,修改主键类型,mapper.xml、type 别名等 mybatis-plus: mapper-locations: classpath:/mapper/*Mapper.
7020 0