Skip to content

QueryMethod type not detected correctly when wrapper types are used with collections [DATACMNS-716] #1179

@spring-projects-issues

Description

@spring-projects-issues

Thomas Darimont opened DATACMNS-716 and commented

Currently we don't support the use of wrapper types as method return types with
nested Collection types.

E.g.: Future<List<Entity>> will result in a SingleEntityExecution instead of a CollectionExecution.

We should properly handle nested Collection types in wrappers


Referenced from: pull request #130

Backported to: 1.10.1 (Fowler SR1), 1.9.3 (Evans SR3)

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions