Wouldn't it be helpful if we could define default sorting on an entity, for example by annotation:
@DefaultSort({
@PropertyOrder(value = "creationDate", direction = Direction.DESC),
...
Type: Posts; User: jeroen.van.schagen; Keyword(s):
Wouldn't it be helpful if we could define default sorting on an entity, for example by annotation:
@DefaultSort({
@PropertyOrder(value = "creationDate", direction = Direction.DESC),
...