add missing @override (#975)

* no effective code change: add missing @override in "io.ebean.*" package
* no effective code change: add missing @override in "io.ebeaninternal.api.*" package
* no effective code change: add missing @override in "io.ebeaninternal.server.*" package
* no effective code change: add missing @override in "io.ebeaninternal.util.*" package
* no effective code change: add missing @override in "io.ebeanservice.*" package
* no effective code change: add missing @override in "src/test/java/"
This commit is contained in:
Roland Praml
2017-02-24 00:01:25 +13:00
committed by Rob Bygrave
parent 43c978e41a
commit 40f5596837
300 changed files with 1492 additions and 12 deletions
@@ -88,6 +88,7 @@ public class DLoadManyContext extends DLoadBaseContext implements LoadManyContex
bc.setLoader(currentBuffer);
}
@Override
public void loadSecondaryQuery(OrmQueryRequest<?> parentRequest, boolean forEach) {
if (!queryFetch) {
@@ -141,6 +142,7 @@ public class DLoadManyContext extends DLoadBaseContext implements LoadManyContex
return context.parent.useDocStore && context.docStoreMapped;
}
@Override
public int getBatchSize() {
return batchSize;
}
@@ -199,6 +201,7 @@ public class DLoadManyContext extends DLoadBaseContext implements LoadManyContex
return context.fullPath;
}
@Override
public void loadMany(BeanCollection<?> bc, boolean onlyIds) {
synchronized (this) {