-
Notifications
You must be signed in to change notification settings - Fork 697
Closed
Labels
in: repositoryRepositories abstractionRepositories abstractiontype: enhancementA general enhancementA general enhancement
Milestone
Description
Oliver Drotbohm opened DATACMNS-420 and commented
Currently the repository configuration package contains dedicated helper classes to implement store specific BeanDefinitionParser
and ImportBeanDefinitionRegistrar
classes. However it still requires a bit of duplication in case you want to programmatically use them and tweak configuration settings (see this snippet of an early Spring Boot version for example).
We should provide a more coarse grained component to trigger repository bean definition registration that uses the already in place abstractions (RepositoryConfigurationSource
, RepositoryConfigurationExtension
)
Referenced from: commits spring-projects/spring-data-jpa@b158537
Metadata
Metadata
Assignees
Labels
in: repositoryRepositories abstractionRepositories abstractiontype: enhancementA general enhancementA general enhancement