Regular |
|
Joined: Thu Sep 23, 2004 11:53 am Posts: 83
|
Hibernate version:
3.1
Mapping documents:
NA
Code between sessionFactory.openSession() and session.close():
NA
Full stack trace of any exception that occurs:
NA
Name and version of the database you are using:
Oracle
The generated SQL (show_sql=true):
NA
Debug level Hibernate log excerpt:
NA
When creating a reverse-engeering docuemnt through hibernate tools eclipse plugin, the plugin loads all the schemas and all the tables for each schema. The project I am working on has several schemas in an ORacle instance and 1300 tables in the instance of interest. Can I make the reverse engineering tool not load all the scheams up front? Can it load just the names of the schemas and then when I expand a schema load the table listing? Same with with reversing the columns of tables; can the tool load all tables names and only load the columns for a table when I expand it?
|
|