I had logged
HHH-9325
for this but looks like that was closed because of a mis-understanding. I am using map and map-key as opposed to list and ordercolumn. I had commented on that bug but didn't get a response.
Cascading inserts are failing in 4.1.12 . Looks like it is because of https://hibernate.atlassian.net/browse/HHH-5732 Testcase attached. There is an extra SQL generated in 4.1.12 when compared to 4.1.10 Hibernate: update orders set OrderID=? where OrderID=?
|