public interface ColumnRepositoryProducer
Repository| Modifier and Type | Method and Description |
|---|---|
<T,K,R extends Repository<T,K>> |
get(Class<R> repositoryClass,
ColumnFamilyManager manager)
Produces a Repository class from repository class and
ColumnFamilyManager |
<T,K,R extends Repository<T,K>> |
get(Class<R> repositoryClass,
ColumnTemplate template)
Produces a Repository class from repository class and
ColumnTemplate |
<T,K,R extends Repository<T,K>> R get(Class<R> repositoryClass, ColumnFamilyManager manager)
ColumnFamilyManagerT - the entity of repositoryK - the K of the entityR - the repository typerepositoryClass - the repository classmanager - the managerRepository interfaceNullPointerException - when there is null parameter<T,K,R extends Repository<T,K>> R get(Class<R> repositoryClass, ColumnTemplate template)
ColumnTemplateT - the entity of repositoryK - the K of the entityR - the repository typerepositoryClass - the repository classtemplate - the templateRepository interfaceNullPointerException - when there is null parameterCopyright © 2017–2019 Eclipse Foundation. All rights reserved.