-->
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: insert/delete multiple record with session.save/session.dele
PostPosted: Thu Jun 29, 2006 10:12 am 
Newbie

Joined: Thu Jun 29, 2006 7:30 am
Posts: 3
Location: PAKISTAN
Be happy,


if i hava a collection of objects(in Vector ) and i wanna to save in DB
using the following code

Bill obj ;
<< code for opening session and transaction >>
for (int i = 0; i < totalBillingSummaries; i++){

obj = (Bill) dbBillingSummaryList.elementAt(i);
session.save(obj)
}

tx.commit etc.

its create only one object(row) in db where as there are 4 object in Vector

------------------

in the same way if i delete multiple records only one record is deleted

kind Suggest with litter bit explanation and code
thansk


Top
 Profile  
 
 Post subject: I think
PostPosted: Thu Jun 29, 2006 1:52 pm 
Regular
Regular

Joined: Wed Feb 22, 2006 11:28 am
Posts: 65
Location: Santiago, Chile
Hello Friend:

Did you open a Transaction before you save your objects?

Get a Session, then open a transaction: session.beginTransaction(). After flushing your object, call session.getTransaction().commint().

_________________
If you called Wisdom, please help to all to solve theirs problems.


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.