Hi @tapac can I cache DAO objects, change it outside a transaction and then time to time update the changes in the DAO in de database? (cache in memory)
Have someway to do that?
t
tapac
02/10/2020, 11:11 AM
Yes, you could do that if you are not afraid that entity will be changed by another application/thread and you'll override their changes.