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