Hi All,
I am newbie to hibernate, My question is ..
Using hibernate can we execute a SQL query which is across multiple database? (as far as I know one session/transaction you can get it from only one sessionfactory and sessionfactory is bind to particular database connection but just curious if it can be done in some way using HQL)
For ex: I have Table A in SQLServer , and Table B in Oracle and I would like to join these tables and get the data out of it.
Any help would be appreciated.
Regards,
Ram
|