roscopeco / ormdroid

ORMDroid is a simple ORM persistence framework for your Android applications.
http://roscopeco.github.io/ormdroid/
Apache License 2.0
86 stars 24 forks source link

Abstract Class extends Entity and load #42

Open ChristopheCVB opened 9 years ago

ChristopheCVB commented 9 years ago

http://yuml.me/231972f9

ORMDroid doesn't handle Absctract classes. The save part is ok but the load is lost.

roscopeco commented 9 years ago

Will look into this :)