These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Using Hibernate for Report generation
PostPosted: Wed Apr 25, 2007 11:44 am 
Newbie

Joined: Tue Jan 31, 2006 8:00 am
Posts: 14
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,


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 25, 2007 11:48 am 
Expert
Expert

Joined: Tue Jul 11, 2006 10:21 am
Posts: 457
Location: Columbus, Ohio
I am using Hibernate in an large scale OLAP application (400 tables). It works like a champ. The main benefit of using Hibernate in these situations is the ability to use Criteria and Example queries, which can be built programatically from varying parameters. Back in the old days ;) , you would have to build a SQL string dynamically or have a multitude of prepared statements and/or complex stored procedures.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.