@FunctionalInterface public interface RepositoryProvider
Modifier and Type | Method and Description |
---|---|
<T> Repository<T> |
repositoryFor(Class<T> aggregateType)
Provides a repository for given aggregate type.
|
<T> Repository<T> repositoryFor(Class<T> aggregateType)
T
- type of the aggregateaggregateType
- type of the aggregateCopyright © 2010–2020. All rights reserved.