We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The sortBy method in FetchableFluentQueryByPredicate and FetachableFluentQueryByExample calls sort.and(sort) rather than this.sort.and(sort).
This causes the sort to be duplicated and any previous sort to be lost.