Skip to content Skip to sidebar Skip to footer

Sqlite Transaction Behaviour Using Greendao

I am using greendao as ORM library in my Android project and have problems understanding the behaviour of transactions. greendao offers an API runInTx(Runnable r) . My question is,

Solution 1:

SQLiteDatabase.beginTransaction is a blocking call.


Post a Comment for "Sqlite Transaction Behaviour Using Greendao"