mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#334 - Remove deprecated method - delete(Iterator<?> it) ... change to iterate yourself and delete()
This commit is contained in:
@@ -488,11 +488,6 @@ public class TDSpiEbeanServer implements SpiEbeanServer {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public int delete(Iterator<?> it) throws OptimisticLockException {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int delete(Collection<?> c) throws OptimisticLockException {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user