-->
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: Modify SQL requests generated by Hibernate
PostPosted: Wed Jul 27, 2005 11:22 am 
Beginner
Beginner

Joined: Tue Jul 12, 2005 11:15 am
Posts: 29
Hibernate version: 3.0.5

Name and version of the database you are using:PostgreSQL 8.0

The SQL requests generated by Hibernate make an update of objects one per one.
For example, to insert an object in the database, hibernate generates two SQL requests one for inserting and one for updatng the object.

Do you have a solution to modify the generated SQL request ?

We try to use the batch processing mode which does not feed to our needs because the SQL requests generated are the same (batch inserts).


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.