Version 0.6.0 released
We proudly announce version 0.6.0 of Hades. The main new features in this release include:
- Finder methods do not have to comply with any naming convention anymore. When a query is derived from the method name the following prefixes will removed from the method name prior to translation:
find,findBy,read,readBy,get,getBy. - Finder methods can have
PageableandSortas parameter to apply pagination and sorting to defined queries dynamically getDaoClassofGenericDaoFactoryis protected now to allow reaonable subclassing- slight changes in domain support class packaging
- Eclipse plugin updated due to the changes in finder method handling
For more details, check out the list of changes made for this release.
Comments