[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Informix schema separator character in Hibernate

fmmayor do-not-reply at jboss.com
Fri Dec 7 11:43:20 EST 2007


I want to use the hibernate facilities of engineering reverse from an INFORMIX database (using seam-gen).

The resulting CRUD usecases,  transform hibernate queries in SQL sentences with a BAD separator for schema (i.e. these sentences use '.' instead of ':' )

Example of a bad SQL sentence transformed by Hibernate for INFORMIX:
select * from schema.catalog.table;

corrected version:
select * from schema:catalog.table;

How can I configurate hibernate properties for setting which is the separator character for  scheme ?

Thanks for any help

Fredys
fmmayor at terra.com.co

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111282#4111282

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111282



More information about the jboss-user mailing list