You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
kazuki43zoo
changed the title
Support lazy Initialization on mapper scanning feature
Support prevent lazy Initialization on mapper scanning feature
Apr 30, 2019
kazuki43zoo
changed the title
Support prevent lazy Initialization on mapper scanning feature
Support enable lazy Initialization on mapper scanning feature
Apr 30, 2019
kazuki43zoo
changed the title
Support enable lazy Initialization on mapper scanning feature
Support enable/disable lazy Initialization on mapper scanning feature
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
The text was updated successfully, but these errors were encountered: