Skip to content

PLAY-174 Don't use default value for ORDER BY

Alexey Gobzhelyan requested to merge PLAY-174 into master

To calculate count entities buildSearchCriteria() is used and for this case ORDER BY should not be added to query (it doesn't make sense and doesn't work correctly with H2)

Closes PLAY-174

Merge request reports