Replace Any.readInstanceProperty #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
Any.readInstanceProperty-method, currently used to fetch the value of a relation property when updating, is extremely slow.Things to consider:
Theoretically, it should be possible to create a hidden function in the DAO to access any property. Therefore, we could fetch the data without the need of reflection...
Not a single, but 2 functions would be needed. One which returns
RoomExEntity?and one withList<RoomExEntity>?.