Class DefaultRepositoryInvokerFactory

java.lang.Object
org.springframework.data.repository.support.DefaultRepositoryInvokerFactory
All Implemented Interfaces:
RepositoryInvokerFactory

public class DefaultRepositoryInvokerFactory extends Object implements RepositoryInvokerFactory
Default implementation of RepositoryInvokerFactory to inspect the requested repository type and create a matching RepositoryInvoker that suits the repository best. That means, the more concrete the base interface of the repository is, the more concrete will the actual invoker become - which means it will favor concrete method invocations over reflection ones.
Since:
1.10
Author:
Oliver Gierke, Christoph Strobl, Jens Schauder