public interface ColumnRepositoryAsyncProducer
RepositoryAsync| Modifier and Type | Method and Description |
|---|---|
<T,K,R extends RepositoryAsync<T,K>> |
get(Class<R> repositoryClass,
ColumnFamilyManagerAsync manager)
Produces a Repository class from repository class and
ColumnFamilyManagerAsync |
<T,K,R extends RepositoryAsync<T,K>> |
get(Class<R> repositoryClass,
ColumnTemplateAsync template)
Produces a Repository class from repository class and
ColumnTemplateAsync |
<T,K,R extends RepositoryAsync<T,K>> R get(Class<R> repositoryClass, ColumnFamilyManagerAsync manager)
ColumnFamilyManagerAsyncT - 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, ColumnTemplateAsync template)
ColumnTemplateAsyncT - 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.