Joined: Wed Feb 16, 2005 5:56 am Posts: 6
|
Sorry but hibernate database configuration is done at session level, and as far as i know you cannot map together objects from different sessions since it will raise a configuration error.
The fastest would be configuring a remote link between both datases (dblink in oracle for example) so that you are able to see both tables from the same jdbc connection.
_________________ Sergio Berna
Open-VA, a fully accessible open source Validation Authority
www.open-va.org
|
|