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).
|
|