SyntaxFix
Write A Post
Hire A Developer
Questions
this error happens if you try access un-exists property
my guess is that sorting is done by spring by property name and not by real column name. and the error indicates that, in "UserBoard" there is no property named "boardId".
property name
real column name
"UserBoard"
"boardId"
bests,
Oak