Interface ConfigurationCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be customized a
Configuration object generated on auto-configuration.- Since:
- 1.2.1
- Author:
- Kazuki Shimizu
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.apache.ibatis.session.Configuration configuration) Customize the given aConfigurationobject.
-
Method Details
-
customize
void customize(org.apache.ibatis.session.Configuration configuration) Customize the given aConfigurationobject.- Parameters:
configuration- the configuration object to customize
-