#1844 - Persisting an update of ElementCollection with JDBC batch, ensure delete, insert batch order

This commit is contained in:
rob bygrave
2019-10-17 12:32:13 +13:00
parent 56ddc49ab4
commit 80309f844e
16 changed files with 379 additions and 109 deletions
@@ -59,8 +59,8 @@ class BeanPropertyAssocManySqlHelp<T> {
return sb.toString();
}
String insertElementCollection() {
return elementCollectionInsertSql;
SpiSqlUpdate insertElementCollection() {
return new DefaultSqlUpdate(elementCollectionInsertSql);
}
private static class Cols extends BaseTablePropertyVisitor {