Skip to content

Support enable/disable lazy Initialization on mapper scanning feature #325

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

Closed
kazuki43zoo opened this issue Apr 30, 2019 · 0 comments · Fixed by #326
Closed

Support enable/disable lazy Initialization on mapper scanning feature #325

kazuki43zoo opened this issue Apr 30, 2019 · 0 comments · Fixed by #326
Assignees
Milestone

Comments

@kazuki43zoo
Copy link
Member

kazuki43zoo commented Apr 30, 2019

For details, see mybatis/spring#376.
We will consider to add configuration property for specifying whether use lazy initialization feature.

Specification

The lazy initialization feature is disabled by default. If you wan to enable it, please set following configuration property.

mybatis.lazy-initialization=true

Note

This change depends on mybatis-spring 2.0.2.

Related Links

@kazuki43zoo kazuki43zoo changed the title Support lazy Initialization on mapper scanning feature Support prevent lazy Initialization on mapper scanning feature Apr 30, 2019
@kazuki43zoo kazuki43zoo changed the title Support prevent lazy Initialization on mapper scanning feature Support enable lazy Initialization on mapper scanning feature Apr 30, 2019
@kazuki43zoo kazuki43zoo added this to the 2.1.0 milestone Apr 30, 2019
@kazuki43zoo kazuki43zoo changed the title Support enable lazy Initialization on mapper scanning feature Support enable/disable lazy Initialization on mapper scanning feature Apr 30, 2019
@kazuki43zoo kazuki43zoo self-assigned this Apr 30, 2019
kazuki43zoo added a commit that referenced this issue Apr 30, 2019
Support enable/disable lazy Initialization on mapper scanning feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant