-->
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: How to determine if an object is cached in the session ?
PostPosted: Fri Oct 29, 2004 8:25 am 
Beginner
Beginner

Joined: Tue Aug 17, 2004 5:06 am
Posts: 46
I must determine if an object is already cached in the session.

session.contains(Object aObject) isn't applicable because i don't have the object yet, just it's id and the object's class.

I would need something like session.contains(Class aClass, Object aId). Any hints ?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 29, 2004 12:22 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Code:
Foo f = new Foo();
f.setId(id);
session.contains(f);


Not tested.

_________________
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.