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