resthub / resthub-spring-stack

RESThub Spring stack
http://resthub.org/spring-stack.html
Other
121 stars 66 forks source link

Enhance ServiceBasedRestController to support sorting on paged results #158

Closed manosbatsis closed 11 years ago

manosbatsis commented 11 years ago

The current implementation of #findPaginated is not sorting-aware, although generic base services and repositories support it (e.g. CrudServiceImpl and JpaRepository) since their method signatures accept a org.springframework.data.domain.Pageable.