Hello,
In your documentation I found phrase that HXTT driver supports Hibernate. Could you please explain where I can find DBFDialect.class or if it has some other name?
Thank you,
Pasha
|
We will supply DBFDialect.class quickly.Before this happen,you can use MySqlDialect.class .
For example,the follows is a section of my hibernate configuration file.
hibernate.query.substitutions true 1, false 0, yes 'Y', no 'N'
hibernate.dialect net.sf.hibernate.dialect.MySQLDialect
hibernate.connection.driver_class com.hxtt.sql.dbf.DBFDriver
hibernate.connection.url jdbc:dbf://c:/mydata
|
The latest Hibernate support package is at here.
|