| Package | Description |
|---|---|
| org.springframework.data.repository.cdi |
Base classes to implement CDI support for repositories.
|
| Modifier and Type | Method and Description |
|---|---|
protected CdiRepositoryConfiguration |
CdiRepositoryBean.lookupConfiguration(javax.enterprise.inject.spi.BeanManager beanManager,
Set<Annotation> qualifiers)
Looks up an instance of a
CdiRepositoryConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
CdiRepositoryBean.applyConfiguration(RepositoryFactorySupport repositoryFactory,
CdiRepositoryConfiguration configuration)
Applies the configuration from
CdiRepositoryConfiguration to RepositoryFactorySupport by looking up
the actual configuration. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.