public interface DocumentRepositoryAsyncProducer
RepositoryAsync| Modifier and Type | Method and Description |
|---|---|
<T,K,R extends RepositoryAsync<T,K>> |
get(Class<R> repositoryClass,
DocumentCollectionManagerAsync manager)
Produces a Repository class from repository class and
DocumentCollectionManagerAsync |
<T,K,R extends RepositoryAsync<T,K>> |
get(Class<R> repositoryClass,
DocumentTemplateAsync template)
Produces a Repository class from repository class and
DocumentTemplateAsync |
<T,K,R extends RepositoryAsync<T,K>> R get(Class<R> repositoryClass, DocumentCollectionManagerAsync manager)
DocumentCollectionManagerAsyncT - the entity of repositoryK - the K of the entityR - the repository typerepositoryClass - the repository classmanager - the managerRepositoryAsync interfaceNullPointerException - when there is null parameter<T,K,R extends RepositoryAsync<T,K>> R get(Class<R> repositoryClass, DocumentTemplateAsync template)
DocumentTemplateAsyncT - the entity of repositoryK - the K of the entityR - the repository typerepositoryClass - the repository classtemplate - the templateRepositoryAsync interfaceNullPointerException - when there is null parameterCopyright © 2017–2019 Eclipse Foundation. All rights reserved.