Allow to deactivate entity cache
- Vorherrschende Sprache
- Kotlin
- Sterne
- 9.3k
- Forks
- 798
- Ø Merge
- 4 T. 2 Std.
- Gemergte PRs (30 T.)
- 26
Beschreibung
I use Table to create/update/delete data in DB.
I use Entity (DAO) for some simple read.
I use Entity with a custom Query done with a Table then call `Entity.wrapRows(...).toList()`.
When using wrapRows I get cached entities which is absolutely wrong, I would like to get the actual ResultRow transformed into an Entity with the proper data.

Due to this behavior, I can get entities with old values inside the current transaction cache but those entities have been modified in other transaction which have been committed already.
@Tapac
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.