How to do
@Query("SELECT DISTINCT area FROM Curso ORDER BY area") public List findDistinctArea();
With Spring-data JP