sort « Search « JPA Q&A





1. Hibernate - Lucene Search: cannot determine sort type    stackoverflow.com

I am using Hibernate - Lucene Search. I have the following Runtime Exception while sorting when no data available in index file/table. This is my code: .......... .......... query.setFirstResult(startIndex); ...

2. search in set and sort does not work    forum.hibernate.org

Greetings, i have this scenario with hibernate 3.2.5 and i'd like your help. i have a department , employee relationship where in mapping i have : .... .... and the employee .... .... I am trying to query where department name ...