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
When a simple property reference gets a null
a tree model table,it has parent is null,i use method public Tree findByParent(Tree parent);
when parameter is null,will return null result.because it use "where parent=null" or not "parent is null"
Affects: 1.0.1, 1.1 M1
Issue Links:
DATAJPA-209 Improve handling of null query method parameter values
liuwenhao opened DATAJPA-121 and commented
When a simple property reference gets a null
a tree model table,it has parent is null,i use method public Tree findByParent(Tree parent);
when parameter is null,will return null result.because it use "where parent=null" or not "parent is null"
Affects: 1.0.1, 1.1 M1
Issue Links:
Referenced from: commits 5c95016
1 votes, 3 watchers
The text was updated successfully, but these errors were encountered: