Short Term
Inheritance strategies
Currently Ebean supports Inheritance via the 'Single Table Strategy'. Support for 'Table per Concrete Class'
and 'Joined Table per subclass' needs to be added. In addition support for using SQL3 Type Inheritance should
also be added and this probably makes sense to do at the same time.
Documentation
Ebean javadoc is in reasonable shape but there is a need for more general documentation. Explanation on how
things actually work and perhaps code examples.
Default support for more Databases
Add to the list of vendor databases that get configured automatically. DB2, HSQL and Postgres would be top of
my list.
|