DB2: Enable persistBatchOnCascade

This commit is contained in:
Roland Praml
2022-01-07 10:15:34 +01:00
parent e0f06f65dd
commit 5a59298cb8
@@ -47,7 +47,6 @@ public class DB2Platform extends DatabasePlatform {
dbTypeMap.put(DbType.BIGINT, new DbPlatformType("bigint", false));
dbTypeMap.put(DbType.REAL, new DbPlatformType("real"));
dbTypeMap.put(DbType.DECIMAL, new DbPlatformType("decimal", 16, 3));
persistBatchOnCascade = PersistBatch.NONE;
}
/**