You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functions inside the database class (annotated with @Database), which are annotated with @Query,@insert,@update and @delete should get generated.
This task is dependent on #4, because the mapping between the in-memory objects and the table rows should happen in these functions.
Functions inside the database class (annotated with
@Database
), which are annotated with@Query
,@insert
,@update
and@delete
should get generated.This task is dependent on #4, because the mapping between the in-memory objects and the table rows should happen in these functions.
Dependent #4
The text was updated successfully, but these errors were encountered: