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
It would be useful to have generated method in _Relation, which will return all content values for particular model, like it made in upsertWithoutTransaction method,
something like
public abstract ContentValues allValues(@nonnull final Model model);
It will be useful when we manually check for local value and depending on result, call insert or update.
The text was updated successfully, but these errors were encountered:
It would be useful to have generated method in _Relation, which will return all content values for particular model, like it made in upsertWithoutTransaction method,
something like
public abstract ContentValues allValues(@nonnull final Model model);
It will be useful when we manually check for local value and depending on result, call insert or update.
The text was updated successfully, but these errors were encountered: