-->
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: Caching named queries
PostPosted: Wed Feb 11, 2004 10:26 am 
Newbie

Joined: Mon Sep 29, 2003 5:56 am
Posts: 10
Location: Belgrade, Serbia
Hi,
I am wondering if it is possible to declare named query as cachable. As I could see by now, if I want to use cachable queries I need to call Query.setCachable(true) method from code. Since Session.getNamedQuery method returns instance of Query class I thought it would be cool if I could use something like:

Code:
<query cachable="true">from Cat...</query>


so that getNamedQuery could return Query instance with cachabe set to true.
Is that possible or not?

Dejan


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 11, 2004 11:27 am 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
That sounds like a simple extension, maybe just submit it to JIRA and let people vote.

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


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.