combination ORDER BY with FETCH FIRST 1 ROWS ONLY
ORDER BY
FETCH FIRST 1 ROWS ONLY
@Query("SELECT tt FROM TestTable tt ORDER BY tt.testColumn FETCH FIRST 1 ROWS ONLY") TestTable findSomething();