Files
spring-data-commons/src/main/java
Mark Paluch 0d4fb6073d Introduce instantiateClass as replacement for RepositoryFactorySupport.getTargetRepositoryViaReflection.
getTargetRepositoryViaReflection accepting Class has a misleading name as it lets assume that the returned instance is a repository. In fact, this method looks up a matching constructor for the given arguments and creates an instance.

Closes #2361
2021-04-27 10:32:15 +02:00
..