Create Interfaces in which basic Room-operations are defined #2
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?
Create the following Interfaces and let them be automatically implemented when detected on a DaoEx-Class
IInsert<T>
IRead<T>
IUpdate<T>
IDelete<T>
Todo: Check if needed. It would probably be easier/better to simply include all the methods in the base dao as protected.This would come really handy with the automatical generation of DaoEx-classes