Details
-
Bug
-
Status: Closed
-
Could
-
Resolution: Fixed
-
None
-
None
-
Low
Description
Hibernate 3.6.5 has some deprecated fields (Hibernate.STRING, Hibernate.INTEGER, etc.) that are removed from Hibernate 4.x. It is recommended to use StandardBasicTypes.STRING, StandardBasicTypes.INTEGER instead.
In order to make future migration easier, I suggest to switch using the recommended way.