-->
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: Do we need to uise 3rd party cache wiht hibarnate
PostPosted: Mon May 29, 2006 1:09 pm 
Newbie

Joined: Mon May 29, 2006 12:51 pm
Posts: 1
Hi All,

We have the architectute like
GUI -> Action Class -> Business Delegate Class -> EJB -> DB

Now we are planning to replace the EJB with hibernate. Earlier we used to cache any result of search query at Businees delegte level. As I learned that Hibernate actomtically cache resulte of any serach query, i do not feel any importance of using 3rd party cache at business-delegate level. please validate my undertanding.

Thanks,
-Bill


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 29, 2006 8:19 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 7:19 pm
Posts: 2364
Location: Brisbane, Australia
Hibernate has a two level cache architecture. The session cache will (generally) always be present. The second level cache is optional and the query caching aspects are a optional feature even if other aspects of this cache are used. If you have an application cache there is nothing stopping you from continuing the use it. Take your time to understand how hibernate manages its caching then make the decision.


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.