Skip to content
New issue

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

Support to configure LanguageDriver via SqlSessionFactoryBean #378

Closed
kazuki43zoo opened this issue May 2, 2019 · 0 comments · Fixed by #379
Closed

Support to configure LanguageDriver via SqlSessionFactoryBean #378

kazuki43zoo opened this issue May 2, 2019 · 0 comments · Fixed by #379
Assignees
Labels
enhancement Improve a feature or add a new feature
Milestone

Comments

@kazuki43zoo
Copy link
Member

kazuki43zoo commented May 2, 2019

We consider to configure LanguageDriver(s) and default language driver via SqlSessionFactoryBean.

Specifications

Add following properties on SqlSessionFactoryBean.

  • scriptingLanguageDrivers : String[]
  • defaultScriptingLanguageDriver : Class<? extends LanguageDriver>

Above language drivers set to the LanguageDriverRegistry.

Related Links

@kazuki43zoo kazuki43zoo self-assigned this May 2, 2019
@kazuki43zoo kazuki43zoo added the enhancement Improve a feature or add a new feature label May 2, 2019
@kazuki43zoo kazuki43zoo added this to the 2.0.2 milestone May 2, 2019
kazuki43zoo added a commit to kazuki43zoo/spring that referenced this issue May 2, 2019
kazuki43zoo added a commit that referenced this issue May 2, 2019
Support to configure LanguageDriver via SqlSessionFactoryBean
pulllock pushed a commit to pulllock/mybatis-spring that referenced this issue Oct 19, 2023
pulllock pushed a commit to pulllock/mybatis-spring that referenced this issue Oct 19, 2023
Support to configure LanguageDriver via SqlSessionFactoryBean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve a feature or add a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant