[b]Hibernate version:[/b] 2.1.7
I'm designing an application and have to decide whether hibernate will be useful or not. Hence, at this stage, I'm unable to provide you with other details you had asked to post this query.
Here is the situation :
I have <B>two databases</B> D1 and D2 sitting on different physical servers both being oracle.
I have to access two/three tables from each of these databases, merge the data and create a report out of it.
Is it possible to configure Hibernate in such a way that a persistent object is associated with (linked with) these two databases(D1 and D2) at the same time? If it is could you please suggest how to do it? If not can you suggest an alternative approach (Well other than JDBC)?
|