You can translate the question and the replies:

Is there a Hibernate dialect available for Denodo Express JDBC Driver?

Is there a hibernate dialect class available for the current version of the Denodo Express JDBC driver?
user
04-08-2015 17:58:47 -0400
code

1 Answer

Hi, We do not recommend the usage of ORM frameworks mainly for one reason: Virtual DataPort doesn't return the generated keys of the inserted tuples, so you will not be able to execute inserts (for example, save() method in Hibernate). Instead, you can use other frameworks with utility classes over JDBC like Spring (JDBCTemplate) or MyBatis where you can define queries directly in VQL (sometimes you may need some VQL functionality which is not present in standard SQL). Hope this helps.
Denodo Team
05-08-2015 08:04:26 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here