Interface RepositoryInvokerFactory
- All Known Implementing Classes:
DefaultRepositoryInvokerFactory
public interface RepositoryInvokerFactory
Interface for a factory to create
RepositoryInvoker
instances for repositories managing a particular domain
type.- Since:
- 1.10
- Author:
- Oliver Gierke
-
Method Summary
Modifier and TypeMethodDescriptiongetInvokerFor
(Class<?> domainType) Returns theRepositoryInvoker
for a repository managing the given domain type.
-
Method Details
-
getInvokerFor
Returns theRepositoryInvoker
for a repository managing the given domain type.- Parameters:
domainType
- must not be null.- Returns:
-