DATACMNS-19 - Refactored return type for Repository.findAll(…) and according methods to return Iterable instead of List.

This commit is contained in:
Oliver Gierke
2011-03-11 18:58:48 +01:00
parent d60f53e8f3
commit 83f8306656
3 changed files with 5 additions and 5 deletions

View File

@@ -14,8 +14,9 @@ Repository
* Introduced metamodel for entities and repositories (DATACMNS-17)
* Fixed returning wrong class PersistableEntityMetadata (DATACMNS-19)
* Introduced infrastructure to post-process RepositoryQuery instances (DATACMNS-18)
* Renamed Repository.findById() to findOne() (DATACMNS-20)
* Renamed Repository.findById(...) to findOne(<EFBFBD>) (DATACMNS-20)
* Extension module for Spring MVC integration (DATAJPA-19)
* Changed method signature of Repository.findAll(...) and according methods to Iterable<T> (DATACMNS-21)
Changes in version 1.0.0.M3 (2011-02-09)
----------------------------------------