mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#336 - Remove deprecated method - delete(Iterator<?> it, Transaction transaction)
This commit is contained in:
@@ -637,12 +637,7 @@ public class TDSpiEbeanServer implements SpiEbeanServer {
|
||||
public void delete(Object bean, Transaction t) throws OptimisticLockException {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public int delete(Iterator<?> it, Transaction t) throws OptimisticLockException {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public int execute(SqlUpdate updSql, Transaction t) {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user