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

懒加载 setting属性lazyLoadTriggerMethods value错误 #28

Open
testeru-top opened this issue May 12, 2022 · 2 comments
Open

懒加载 setting属性lazyLoadTriggerMethods value错误 #28

testeru-top opened this issue May 12, 2022 · 2 comments

Comments

@testeru-top
Copy link

testeru-top commented May 12, 2022

官网翻译setting示例为
<setting name="lazyLoadTriggerMethods" value="equals,clone,hashCode,toString"/>

按该方式配置不生效,需要在方法名后添加()表名这是一个方法,如下:
<setting name="lazyLoadTriggerMethods" c="equals(),clone(),hashCode(),toString()"/>

@YuJF2J
Copy link

YuJF2J commented May 12, 2022 via email

@ghost
Copy link

ghost commented May 12, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants