We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We consider to configure LanguageDriver(s) and default language driver via SqlSessionFactoryBean.
LanguageDriver
SqlSessionFactoryBean
Add following properties on SqlSessionFactoryBean.
scriptingLanguageDrivers
String[]
defaultScriptingLanguageDriver
Class<? extends LanguageDriver>
Above language drivers set to the LanguageDriverRegistry.
LanguageDriverRegistry
The text was updated successfully, but these errors were encountered:
Support to configure LanguageDriver via SqlSessionFactoryBean
54f6166
Fixes mybatisgh-378
Merge pull request #379 from kazuki43zoo/gh-378
5f74485
4706827
Merge pull request mybatis#379 from kazuki43zoo/mybatisgh-378
0e889d1
kazuki43zoo
Successfully merging a pull request may close this issue.
We consider to configure
LanguageDriver
(s) and default language driver viaSqlSessionFactoryBean
.Specifications
Add following properties on
SqlSessionFactoryBean
.scriptingLanguageDrivers
:String[]
defaultScriptingLanguageDriver
:Class<? extends LanguageDriver>
Above language drivers set to the
LanguageDriverRegistry
.Related Links
The text was updated successfully, but these errors were encountered: