adams172
adams172

Reputation: 189

ORMLite Asynchronous operations

I was reading documentation but I haven't found information If operations performed ORMlite's DAOs are asynchronous. Does anybody know if they are?

Thanks for help

Upvotes: 0

Views: 360

Answers (1)

Tacolibre
Tacolibre

Reputation: 110

There exists a class BaseOrmLiteLoader that extends an asynctaskloader class from android.

http://ormlite.com/javadoc/ormlite-android/com/j256/ormlite/android/apptools/BaseOrmLiteLoader.html

Upvotes: 1

Related Questions