3.0:
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Oracle 9i & SQL Server2000:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Hi,
I am creating a data research which lets researchers query one Oracle 9i & one SQL Server 2000 databases simultaneously (with join conditions).
Since this is research application, it is difficult to identify all the queries that will be created by the UI client. They should have ability to select any tables and ask for filter (where condition) etc.
Is Hibernate a good fit for this? Can it connect to these two databases simultaneously and create joins accross?
Thanks
|