TexasDigitalLibrary / Vireo

Vireo is a turnkey Electronic Thesis and Dissertation (ETD) Management System.
https://texasdigitallibrary.atlassian.net/wiki/spaces/VUG/pages/87490642/About
GNU General Public License v2.0
46 stars 35 forks source link

Issue 1842: Use JPA and include order by on vocabulary when ordering Controlled Vocabulary dictionary and revert input select. #1853

Closed kaladay closed 1 year ago

kaladay commented 1 year ago

Relates #1851

Use JPA instead of Hibernate to perform the OrderBy. The Hibernate uses SQL and JPA is the preferred approach.

The Degree information still needs sorting, add back orderBy for input select.

At least if most of the information is sorted already, then there will still be a performance boost of not having to move anything around in the case of the input select.