orderBy « Criteria « JPA Q&A





1. OrderBy in Criteria    forum.hibernate.org

Hi! I'm new to this forum, however, i've studied Hibernate and i've made some test to look on how it work. I've noticed that the Order by, in criteria doesn't work for aliases mapping (also if the normal expression works, with the same alias). So, I've looked at the sources, and i've noticed that, in the class CriteriaLoader, during the translation ...