public class CouchbaseRepositoryBean<T>
extends org.springframework.data.repository.cdi.CdiRepositoryBean<T>
| Constructor and Description |
|---|
CouchbaseRepositoryBean(javax.enterprise.inject.spi.Bean<CouchbaseOperations> operations,
Set<Annotation> qualifiers,
Class<T> repositoryType,
javax.enterprise.inject.spi.BeanManager beanManager,
org.springframework.data.repository.config.CustomRepositoryImplementationDetector detector)
Creates a new
CouchbaseRepositoryBean. |
| 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 CouchbaseRepositoryBean(javax.enterprise.inject.spi.Bean<CouchbaseOperations> operations, Set<Annotation> qualifiers, Class<T> repositoryType, javax.enterprise.inject.spi.BeanManager beanManager, org.springframework.data.repository.config.CustomRepositoryImplementationDetector detector)
CouchbaseRepositoryBean.operations - 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–2023 Pivotal Software, Inc.. All rights reserved.