-
Notifications
You must be signed in to change notification settings - Fork 217
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
org.apache.ibatis.reflection.ReflectionException: There is no getter for property named '__frch_criterion_1' in 'class tk.mybatis.mapper.entity.Example' #32
Comments
我也碰到这个问题了 |
@sky20086 你怎么解决的? |
放弃了 ,移除了对这个插件的依赖,另外引入一框架, 害得我把所有查询方法对应的单元测试都要跑一遍 |
重载这个方言类就可以了,将插件里的类拷出来重写一份正确的,配置使用重写后的方言类
… 在 2019年1月7日,下午8:35,Jacarri Chan ***@***.***> 写道:
放弃了 ,移除了对这个插件的依赖,另外引入一框架, 害得我把所有查询方法对应的单元测试都要跑一遍
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#32 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AoGsRmfHgyaLbq7ZdN72SkC4Z5h5jVSLks5vAz8UgaJpZM4VtS0P>.
|
@sky20086 能贴一下你重载的方言类代码么. 正好遇到了这个问题... 多谢 |
在分页情况下使用forEach时,应该取additionalParameters中的参数 |
将Dialect中65行for中的内容改为
|
`for (ParameterMapping parameterMapping : parameterMappings) {
|
Dialect.init方法中65行,没有考虑additionalParameters的情况,在有foreach循环的情况下,报错
The text was updated successfully, but these errors were encountered: