Article:
 |
|
Hibernate for Java SE
|
| Subject: |
|
Hibernate 3.0 |
| Date: |
|
2005-11-17 17:35:58 |
| From: |
|
dvohra09
|
|
|
|
The Hibernate application in the tutorial is based on the Hibernate 2.1 Hibernate API. Hibernate 3 has some features different from Hibernate 2.1.
To migrate a Hibernate 2.1 application to Hibernate 3.0:
1. The net.sf.Hibernate package is replaced with org.hibernate package.
2. The net.sf.hibernate.tool.hbm2java.Hbm2JavaTask task is not included in Hibernate 3.0.
3. Some of the Session interface methods are deprecated; find(), iterate(), filter(), delete()
saveOrUpdateCopy() methods are deprecated.
|
Showing messages 1 through 3 of 3.
-
Hibernate 3.0
2005-11-18 06:48:17
brondsem
[View]
-
Hibernate 3.0
2005-11-17 17:54:43
Jason-Lee
[View]