Skip to content

FetchableFluentQueryByPredicate.sortBy and FetachableFluentQueryByExample.sortBy use wrong object reference #2438

Closed
@jonyschak

Description

@jonyschak

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions