Ormlite Object Creation With Foreigncollectionfield
I'm new to Ormlite integration but managed to make it work on a learning project (android app) The issue that I'm facing is a performance + conceptual one . I'm using Jackson to ge
Solution 1:
you should use callBatchTasks method. It permit to improve the speed.
You have a good explication here :
ORMLite's createOrUpdate seems slow - what is normal speed?
and a good example here :
Post a Comment for "Ormlite Object Creation With Foreigncollectionfield"