-->
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.  [ 4 posts ] 
Author Message
 Post subject: session.save ?
PostPosted: Thu May 25, 2006 2:37 pm 
Newbie

Joined: Thu May 25, 2006 2:27 pm
Posts: 5
Hi guys,

I would like to know if hibernate can handle object session without inserting/updating the object in the DB.

I mean, is there a way to store an object in the session without putting it in the DB and then re-use that object later on in the session ?

Because I have a temporary object that I would like to store in the session without puting it in the DB.

Is there a way to do that using session.save or using anything else ?


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 25, 2006 3:45 pm 
Newbie

Joined: Thu May 25, 2006 2:27 pm
Posts: 5
While re-reading myself, I found that I wasn't really clear...

I mean, is there a way to stock in the session, let's say a class of let's say, User, without updating that object in the DB.

Sorry, the term "object session" was really confusing.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 25, 2006 6:50 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 7:19 pm
Posts: 2364
Location: Brisbane, Australia
You cannot add objects to the session cache unless they are marked for storage into the DB (and then you don't have total control of when it might go through to the db). Not sure why it cannot be stored so your alternative might be to store the object in your own application cache or http session or thread local variable. Then store to the database when your ready.


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 26, 2006 8:20 am 
Newbie

Joined: Thu May 25, 2006 2:27 pm
Posts: 5
yeah, I realized it by myself while trying few things....

I'm finally using my request while setting attribute, but it's not working properly...

Anyway, I'll ask later on a little help to a partner at job.

Thanx =)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 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.