-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Reverse engineering and memory
PostPosted: Thu Jan 12, 2006 5:03 pm 
Regular
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?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 12, 2006 6:14 pm 
Expert
Expert

Joined: Sat Jun 12, 2004 4:49 pm
Posts: 915
set default_schema in hibernate.cfg.xml and make reveng.xml file - see hibernate tools documentation for reveng.xml


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.