Package | Description |
---|---|
org.springframework.data.repository.cdi |
Base classes to implement CDI support for repositories.
|
org.springframework.data.repository.core.support |
Base classes to implement repositories for various data stores.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CdiRepositoryBean.applyConfiguration(RepositoryFactorySupport repositoryFactory)
Applies the configuration from
CdiRepositoryConfiguration to RepositoryFactorySupport by looking up
the actual configuration. |
protected static void |
CdiRepositoryBean.applyConfiguration(RepositoryFactorySupport repositoryFactory,
CdiRepositoryConfiguration configuration)
Applies the configuration from
CdiRepositoryConfiguration to RepositoryFactorySupport by looking up
the actual configuration. |
protected static <T> T |
CdiRepositoryBean.create(RepositoryFactorySupport repositoryFactory,
Class<T> repositoryType,
RepositoryComposition.RepositoryFragments repositoryFragments)
Creates the actual repository instance.
|
Modifier and Type | Method and Description |
---|---|
protected T |
CdiRepositoryBean.create(Supplier<? extends RepositoryFactorySupport> factorySupplier,
Class<T> repositoryType)
Creates the actual component instance given a
repository factory supplier and the
repository type . |
Modifier and Type | Class and Description |
---|---|
class |
ReactiveRepositoryFactorySupport
Base class for repository factories to use reactive support.
|
Modifier and Type | Method and Description |
---|---|
protected abstract RepositoryFactorySupport |
RepositoryFactoryBeanSupport.createRepositoryFactory()
Create the actual
RepositoryFactorySupport instance. |
protected RepositoryFactorySupport |
TransactionalRepositoryFactoryBeanSupport.createRepositoryFactory()
Delegates
RepositoryFactorySupport creation to TransactionalRepositoryFactoryBeanSupport.doCreateRepositoryFactory() and applies the
TransactionalRepositoryProxyPostProcessor to the created instance. |
protected abstract RepositoryFactorySupport |
TransactionalRepositoryFactoryBeanSupport.doCreateRepositoryFactory()
Creates the actual
RepositoryFactorySupport instance. |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryFactoryCustomizer.customize(RepositoryFactorySupport repositoryFactory)
Callback to customize a
RepositoryFactorySupport instance. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.