Does ormlite support batch operations(create and update, delete) on android?
I want to insert a lot of data in tables with one transaction.
for example: insert users, products.
getHelper().getDao().callBatchTasks(new Callable<Void>(){
@Override
public Void call() throws Exception {}}) ;
in call method, can insert multi object in it, and the speed is more faster than execute out of the method.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With