I use ORMLite on Android and have 7 tables in which I need to create / update multiple records.
I am using the callBatchTasks() method for each of my dao separately for this at the moment, but I was wondering if it is possible to use / use one dao callBatchTasks() to handle all updates?
Is it really going to speed up the process?
android ormlite
Andrew Briggs
source share