turbomanage / storm-gen

Simple ORM for Android SQLite
Apache License 2.0
83 stars 15 forks source link

Make DAO base class extensible #41

Closed galex closed 9 years ago

galex commented 9 years ago

Implementation of a baseDaoClass attribute on the Entity annotation to be able to extend the class. Fixes #21

Example of use:

@Entity(baseDaoClass = ReportSqlDao.class) public class CallReport { }

galex commented 9 years ago

Looks like this pull request breaks storm-test, currently checking...

galex commented 9 years ago

Tests were effectively broken by the tests, pull request refused.