public class RedisRepositoryBean<T> extends CdiRepositoryBean<T>
CdiRepositoryBean to create Redis repository instances.| Constructor and Description |
|---|
RedisRepositoryBean(javax.enterprise.inject.spi.Bean<org.springframework.data.keyvalue.core.KeyValueOperations> keyValueTemplate,
Set<Annotation> qualifiers,
Class<T> repositoryType,
javax.enterprise.inject.spi.BeanManager beanManager,
CustomRepositoryImplementationDetector detector)
Creates a new
CdiRepositoryBean. |
| Modifier and Type | Method and Description |
|---|---|
protected T |
create(javax.enterprise.context.spi.CreationalContext<T> creationalContext,
Class<T> repositoryType) |
applyConfiguration, applyConfiguration, create, create, create, create, destroy, getBeanClass, getDependencyInstance, getDependencyInstance, getId, getInjectionPoints, getName, getQualifiers, getRepositoryFragments, getScope, getStereotypes, getTypes, initialize, isAlternative, isNullable, lookupConfiguration, toStringpublic RedisRepositoryBean(javax.enterprise.inject.spi.Bean<org.springframework.data.keyvalue.core.KeyValueOperations> keyValueTemplate,
Set<Annotation> qualifiers,
Class<T> repositoryType,
javax.enterprise.inject.spi.BeanManager beanManager,
@Nullable
CustomRepositoryImplementationDetector detector)
CdiRepositoryBean.keyValueTemplate - must not be null.qualifiers - must not be null.repositoryType - must not be null.beanManager - must not be null.detector - detector for the custom Repository implementations
CustomRepositoryImplementationDetector, can be null.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.