database sort vs. programmatic java sort

后端 未结 9 2355
自闭症患者
自闭症患者 2020-12-04 15:28

I want to get data from the database (MySQL) by JPA, I want it sorted by some column value.

So, what is the best practice, to:

  • Retrieve the data from t
9条回答
提交回复
热议问题