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

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.