public interface RepositoryInvokerFactory
RepositoryInvoker instances for repositories managing a particular domain
type.| Modifier and Type | Method and Description |
|---|---|
RepositoryInvoker |
getInvokerFor(Class<?> domainType)
Returns the
RepositoryInvoker for a repository managing the given domain type. |
RepositoryInvoker getInvokerFor(Class<?> domainType)
RepositoryInvoker for a repository managing the given domain type.domainType - must not be null.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.