Hibernate Tips: How to Handle NULL Values while Ordering Query Results in a CriteriaQuery
Hibernate Tips is a series of posts in which I describe a quick and easy solution for common Hibernate questions. If you have a question for a future Hibernate Tip, please post a comment below. Question: You showed in a previous tip how to handle null values in a JPQL ORDER BY clause. Can I…