The sorting SQL:s now returns the same number of employees when sorting on keyword as returned when sorting on last name.
This commit is contained in:
parent
b60f3d61c8
commit
439c6d7774
@ -20,7 +20,5 @@ public interface SupervisorService extends CrudService<Employee,Long>, QueryServ
|
||||
|
||||
public List<Employee> findSupervisorsOrderedByNumKeywordsAscending(String keywordTypeName);
|
||||
|
||||
// public List<Employee> findSupervisorsOrderedByNumKeywords(String keywordTypeName, Sort.Direction sortDirection);
|
||||
|
||||
public List<Employee> findSupervisorBySQL(String keywordTypeName, String sortOrder);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user