roscopeco/ormdroid

Superclass fields are no longer persisted

Closed this issue · 0 comments

Since commit 39db725 (for issue #7), superclass fields are no longer persisted where a model class indirectly descends from Entity. This is because that commit changed the getFields call to getDeclaredFields, which does get the private fields, but does not get any inherited fields.