thekasem / hibernate-sqlite

Automatically exported from code.google.com/p/hibernate-sqlite
0 stars 0 forks source link

Replace deprecated Hibernate methods #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upgrade hibernate version to 4.0.0.Final
2.
3.

What is the expected output? What do you see instead?
Project is able to compile

What version of the product are you using? On what operating system?
Windows 7 x64

Please provide any additional information below.

Propose to replace all instances of the deprecated Hibernate.STRING in the 
SQLiteDialect.java file with StandardBasicTypes.STRING, as well as other 
similar deprecated methods accordingly.

Original issue reported on code.google.com by xieshunp...@gmail.com on 3 Jan 2012 at 6:49