Hibernate是一個輕量級封裝,是一個獨立的對象持久層??梢杂迷贘DBC任何可以使用的場合。
Hibernate的核心類和接口一共有6個:
Session、SessionFactory、Transaction、Query、Criteria、Configuration。
下面是一個入門級 學習和了解hibernate的Java工程。
工程結構如圖所示:

StudentTest.java:

Student.java:

Student.hbm.xml:


hibernate.cfg.xml:
Hibernate是一個輕量級封裝,是一個獨立的對象持久層??梢杂迷贘DBC任何可以使用的場合。
Hibernate的核心類和接口一共有6個:
Session、SessionFactory、Transaction、Query、Criteria、Configuration。
下面是一個入門級 學習和了解hibernate的Java工程。
工程結構如圖所示:
StudentTest.java:
Student.java:
Student.hbm.xml:
hibernate.cfg.xml: