sanket_deshpande wrote:
-> How do i query 2 heterogenous objects ?
The way I model this is that the DB has some reference in it that points to files.
sanket_deshpande wrote:
-> Is there any way in Hibernate such that i can use XML Files as database
No, not in a general sense.
sanket_deshpande wrote:
-> Is there any way of querying the objects which have differenr "Sessions" i.e. one object is being created from RDB-A whereas Other from RDB-B.
You would define 2 different factory configurations that point to the different DBs. I do not know a way to query across both sessions simultaneously.
Sherman