mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1844 - Persisting an update of ElementCollection with JDBC batch, ensure delete, insert batch order
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user