spring-projects / spring-data-commons

Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.

Home Page:https://spring.io/projects/spring-data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More precise type information of factory bean definitions

odrotbohm opened this issue · comments

We could expand the type information that we expose via BeanDefinition.setTargetType(…) by inspecting domain and identifier type from the RepositoryMetadata. This is in response to setting that type blessed by the fix for spring-projects/spring-framework#32489.