-->
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: batch update/insert
PostPosted: Fri Jul 28, 2006 11:07 am 
Newbie

Joined: Fri Oct 22, 2004 10:55 am
Posts: 17
Hibernate Version: 2.1.6.
Database: Sybase 11.9.2

Does hibernate automatically does the bulk insert/update if I do not call the flush explicitily. Basically I am trying to do the following.

Start transaction.
session.save(obj1), session.save(obj2),........................
Commit transaction

Do I need to do anything special to make sure that all the inserts and updates are batched to the database. If they are batched how can I control the batch size. Is there any parameter or I should call the flush periodically.

Is there anything logged to tell me that insert/upadate are being batches.

Objects being saved results in three database updates to different table. As there is one master and two child table and child table usually have only one row.


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.