This content has been marked as final.
Show 2 replies
-
1. Re: Teiid hibernate project
rareddy Jul 16, 2013 8:06 AM (in response to ramarajudvs)Using Teiid with Hibernate is no different than say using the Oracle. Teiid provides a Hibernate dialect, and also JDBC driver. Use that to configure the your "hibernate.cfg" file. Only thing to keep in mind is, since Teiid can not support creation of DDL in ad-hoc manner, you need to turn the create DDL on startup feature off.
Ramesh..
-
2. Re: Teiid hibernate project
van.halbert Jul 16, 2013 8:26 AM (in response to ramarajudvs)Take a look at the Teiid hibernate quickstart: https://github.com/teiid/teiid-quickstarts/tree/master/hibernate-on-top-of-teiid
This might be able to help.
Van