#340 - Remove deprecated method - update(Collection<?> beans) ... migrate to updateAll()

This commit is contained in:
Robin Bygrave
2015-07-20 11:18:51 +12:00
parent 80253c4e07
commit 89088f9480
4 changed files with 1 additions and 50 deletions
@@ -553,16 +553,6 @@ public class TDSpiEbeanServer implements SpiEbeanServer {
}
@Override
public void update(Collection<?> beans) throws OptimisticLockException {
}
@Override
public void update(Collection<?> beans, Transaction transaction) throws OptimisticLockException {
}
@Override
public void insert(Object bean) {