#336 - Remove deprecated method - delete(Iterator<?> it, Transaction transaction)

This commit is contained in:
Robin Bygrave
2015-07-20 10:59:52 +12:00
parent 7b090a6346
commit b8a2aac95a
3 changed files with 1 additions and 19 deletions
@@ -1795,11 +1795,6 @@ public final class DefaultServer implements SpiEbeanServer {
persister.delete(checkEntityBean(bean), t);
}
@Override
public int delete(Iterator<?> it, Transaction transaction) throws OptimisticLockException {
return deleteAllInternal(it, transaction);
}
/**
* Delete all the beans in the collection.
*/