Interface RepositoryFactoryCustomizer
public interface RepositoryFactoryCustomizer
Callback interface that can be used to to customize a
repository factory.- Since:
- 2.4
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(RepositoryFactorySupport repositoryFactory) Callback to customize aRepositoryFactorySupportinstance.
-
Method Details
-
customize
Callback to customize aRepositoryFactorySupportinstance.- Parameters:
repositoryFactory- repository factory to customize.
-