spring-projects / spring-data-commons

Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.
https://spring.io/projects/spring-data
Apache License 2.0
782 stars 675 forks source link

Expose `ReturnedType` factory method #3163

Closed mp911de closed 2 months ago

mp911de commented 2 months ago

ReturnedType is commonly used across query methods and also useful to compute projection metadata so we want to construct it from e.g. Simple…Repository.