Closed jerustes closed 6 years ago
organize lineups --in the table showing all there are in that selected league-- by its position in the charts
order by query (easier):
hql statement order by and obtain new list of lineups ordered by their points
línea 50 del LeagueHome.java
String q1 = "from plantilla where liga = :id order by puntos desc";
organize lineups --in the table showing all there are in that selected league-- by its position in the charts