Issue Type: Bug Bug
Affects Versions: 3.6.1
Assignee: Unassigned
Components: core
Created: 20/Aug/12 11:19 AM
Description:

On DB2 for ZOS, in order to avoid locking problems (-913), it is preferable to execute all the sql commands delete firts, then all the inserts and last all the updates.

By default, hibernate executes its sql request in this order
insert, update, delete

It should be possible to specify the desired order, in the case of DB2, delete, insert, update

Environment: 3.6.1, DB2/ZOS
Project: Hibernate ORM
Priority: Major Major
Reporter: Gueheneuc
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira