Closed
Description
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:
- DATAJPA-209 Improve handling of null query method parameter values
Referenced from: commits 5c95016
1 votes, 3 watchers