diff --git a/ebean-api/src/main/java/io/ebean/config/dbplatform/db2/DB2Platform.java b/ebean-api/src/main/java/io/ebean/config/dbplatform/db2/DB2Platform.java index 721e7d69e..fbb1f75ec 100644 --- a/ebean-api/src/main/java/io/ebean/config/dbplatform/db2/DB2Platform.java +++ b/ebean-api/src/main/java/io/ebean/config/dbplatform/db2/DB2Platform.java @@ -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; } /**