Hibernate
0.定義
Hibernate is a powerful, ultra-high performance object/relational persistence and query service for Java.
Hibernate lets you develop persistent classes following common Java idiom - including association,
inheritance, polymorphism, composition, and the Java collections framework.
Hibernate allows you to express queries in its own portable SQL extension (HQL),
as well as in native SQL, or with Java-based Criteria and Example objects.
Unlike many other persistence solutions,
Hibernate does not hide the power of SQL or JDBC from you and guarantees
that your investment in relational technology and knowledge is as valid as always.
Hibernate是一個強大,極高的O/R持久化與查詢服務特性.Hibernate讓你通過通用的Java成語(包括協(xié)作,繼承,多態(tài),合成)
開發(fā)持久化類和Java收集框架.Hibernate允許你使用跟本地SQL類似的HQL表達式,或者式使用基于java標準和Example對象.
不同與其他持久化解決方案,Hibernate不隱藏SQL或JDBC強大作用.
1.simpleExample 提供最簡單的sample(獨立的,不與其他框架聯(lián)系)
2.特性
3.關鍵字/關鍵用語
O/R
HQL
4.技術
5.原理
6.同類對比
7.深入研究
8.Referrence
<Hibernate in Action>
posted on 2005-12-21 18:35 jame 閱讀(265) 評論(0) 編輯 收藏 所屬分類: Structs,spring,Hibernate等開源技術研究