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
@dao
abstract class ContactDao extends BaseDao<Contact> {
// ...
}
But the generated database file doesn't contain the base methods defined on BaseDao.
This kind of inheritance works fine on Android/Room. Can I do that with Floor? How?
If that is not possible, it would be a good feature to be added.
Floor is amazing!!
The text was updated successfully, but these errors were encountered:
tulioccalazans
changed the title
The Dao class is not generated properly with its base class
Dao class is not generated properly with its base class
Feb 13, 2020
Hi, I created a base class to have some basic functions for all my Dao classes like that:
And I used this class like that:
But the generated database file doesn't contain the base methods defined on BaseDao.
This kind of inheritance works fine on Android/Room. Can I do that with Floor? How?
If that is not possible, it would be a good feature to be added.
Floor is amazing!!
The text was updated successfully, but these errors were encountered: