mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#341 - Remove deprecated method - insert(Collection<?> beans); ... migrate to insertAll()
This commit is contained in:
@@ -563,16 +563,6 @@ public class TDSpiEbeanServer implements SpiEbeanServer {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void insert(Collection<?> beans) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void insert(Collection<?> beans, Transaction t) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public int deleteManyToManyAssociations(Object ownerBean, String propertyName) {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user