#331 - Remove deprecated method - EbeanServer.findVisit() ... in favor of findEachWhile() or findEach()

This commit is contained in:
Robin Bygrave
2015-07-20 10:22:50 +12:00
parent c53806224f
commit 9677e585b6
12 changed files with 13 additions and 148 deletions
@@ -413,11 +413,6 @@ public class TDSpiEbeanServer implements SpiEbeanServer {
}
@Override
public <T> void findVisit(Query<T> query, QueryResultVisitor<T> visitor, Transaction transaction) {
}
@Override
public <T> List<T> findList(Query<T> query, Transaction transaction) {
return null;