Uses of Interface
org.springframework.data.repository.cdi.CdiRepositoryConfiguration
Packages that use CdiRepositoryConfiguration
Package
Description
Base classes to implement CDI support for repositories.
-
Uses of CdiRepositoryConfiguration in org.springframework.data.repository.cdi
Methods in org.springframework.data.repository.cdi that return CdiRepositoryConfigurationModifier and TypeMethodDescriptionprotected CdiRepositoryConfigurationCdiRepositoryBean.lookupConfiguration(jakarta.enterprise.inject.spi.BeanManager beanManager, Set<Annotation> qualifiers) Looks up an instance of aCdiRepositoryConfiguration.Methods in org.springframework.data.repository.cdi with parameters of type CdiRepositoryConfigurationModifier and TypeMethodDescriptionprotected static voidCdiRepositoryBean.applyConfiguration(RepositoryFactorySupport repositoryFactory, CdiRepositoryConfiguration configuration) Applies the configuration fromCdiRepositoryConfigurationtoRepositoryFactorySupportby looking up the actual configuration.