Closed galex closed 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 { }
Looks like this pull request breaks storm-test, currently checking...
Tests were effectively broken by the tests, pull request refused.
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 { }