Hi All,
Currently we have a scenario where in we need to create reports in excel & pdf through java.
So ideally we have some complex queries which will fetch us the data.
My question here is would it be a good idea to use Hibernate in this scenario.
Since this is largely an OLAP kind of an application where we interact only with read-only data, is Hibernate the right way to go.
From what i read (correct me if I am wrong here) using Hibernate makes more sense only where there are more frequent data modification (OLTP) scenarios.
Also I would like to know if there is a limit on the number of database tables for making use of Hibernate. Can Hibernate be used in large scale databases.
Please provide your feedback on the same as we are in the process of evaluating Hibernate for our project. Also if you could post some pointers about the usage of Hibernate in OLAP type of scenarios would be very helpful
Thanks,
|