jerustes / AW-threepointer

Galaxy NBA Web Application
0 stars 0 forks source link

LeagueHome: organize by position #6

Closed jerustes closed 6 years ago

jerustes commented 7 years ago

organize lineups --in the table showing all there are in that selected league-- by its position in the charts

jerustes commented 7 years ago

order by query (easier):

hql statement order by and obtain new list of lineups ordered by their points

josemprb commented 7 years ago

línea 50 del LeagueHome.java

String q1 = "from plantilla where liga = :id order by puntos desc";