Hello everyone!
I commented my problem:
When you want to insert / update many objects simultaneously with hibernate I met you (obviously) to an insert for each object in the database (mysql). Then I decided to look and update many objects simultaneously with hibernate and I found the following problem:
According to the official documentation: http://docs.jboss.org/hibernate/orm/4.0/manual/en-US/html/batch.html but the code does not work.
And according to this thread in this forum: https://forum.hibernate.org/viewtopic.php?p=2374413, and our fellow amersohail794 says he has no support.
To go to the question, the version of Hibernate 4.2.4Final, supports this process?
Thank you very much and sorry for my English!
Greetings!
Mariano.
|