Version 0.6.0 released

Added by Oliver Gierke about 1 year ago

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 Pageable and Sort as parameter to apply pagination and sorting to defined queries dynamically
  • getDaoClass of GenericDaoFactory is 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