-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add possibility to define array return type for Repository->findAll
The RepositoryFindAllDynamicReturnTypeExtension does now check where the findAll method is defined. If it is not overwritten but defined in the native Repository class, the default behavior, returning a QueryResultInterface, will be used. If the findAll method is overwritten, the declaration from that overwrite will be used. The Repository.stub has been adjusted to now also support and array as return type for findAll.
- Loading branch information
1 parent
3d45a0a
commit 65357eb
Showing
3 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters