mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
no effective code change: Add missing @Override annotation and removed duplicate methods in interfaces
This commit is contained in:
+1
@@ -90,6 +90,7 @@ public class TestElementCollectionBasicCache extends BaseTestCase {
|
||||
LoggedSqlCollector.stop();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isPersistBatchOnCascade() {
|
||||
return ((SpiEbeanServer) Ebean.getDefaultServer()).getDatabasePlatform().getPersistBatchOnCascade() != PersistBatch.NONE;
|
||||
}
|
||||
|
||||
+1
@@ -96,6 +96,7 @@ public class TestElementCollectionBasicMapCache extends BaseTestCase {
|
||||
LoggedSqlCollector.stop();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isPersistBatchOnCascade() {
|
||||
return ((SpiEbeanServer) Ebean.getDefaultServer()).getDatabasePlatform().getPersistBatchOnCascade() != PersistBatch.NONE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user