Joined: Wed Jan 19, 2011 4:39 am Posts: 2
|
Hi to all,
I use eclipse and would like to reveng some synonyms tables from an oracle DB with hibernate-tools. I defined all the db infos in the persistance.xml
<property name="hibernate.connection.driver_class" value="oracle.jdbc.driver.OracleDriver" /> <property name="hibernate.connection.url" value="..." /> <property name="hibernate.connection.username" value="..." /> <property name="hibernate.connection.password" value="..." /> <property name="hibernate.dialect" value="org.hibernate.dialect.Oracle10gDialect" />
and created the console configuration.
The problem is that I only see tables. No views and no synonyms(which I need). Is that so or am I missing something?
Thank you for any help.
Francesco
|
|