OK, baby steps (for my sake). Oh, and I'm talking specifically working in the
Hibernate
Configuration
Perspective
(HCP).
#If I create a hibernate.cfg.xml file, I can specify at most one schema (either by setting the url or default schema).
#Next, if I create a hibernate configuration based on said hibernate.cfg.xml with either the url or default schema set -
I'm good.
#Problem is, in the
HCP after clicking +database, I'd like to view more than one schema.
</stay-with-me>
#If I create a hibernate.cfg.xml and don't specify a url or default schema...
#Next, I create a hibernate configuration based on said hibernate.cfg.xml...
#Problem is, in the
HCP after clickin +database, I get back a host of stuff that I don't want || need.
Quote:
Actually, since I don't have permission to some schema's/tables, exceptions are thrown and I only get what the metadata processing has to that point. Not good.
</still-with-me?>
I might be way off base, but I'm thinking if I could somehow explicitly state in the hibernate.cfg.xml or in hibernate.properties the N schemas I want to view in the
HCP (under +database) then I'd be golden.
That way I could still reveng and use table-filter to drill down further if needed.
Does that make any scence? I think the answer is to just use Ant - but I want to be a lazy pragmatic programmer and use the
HCP with all the automation :-).