I am about to use Android Room library in my application.
Since i have a few subclasses which extend a base type, i was wondering whether it would be a good approach to have a Single Table of this type in my database.
Is that possible in Android Room?
This strategy is provided in Java's ORM tool (Hibernate/JPA) , but i haven't found anything for Android Room.