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