We need to produce a fairly complex dynamic query builder for retrieving reports on the fly. We\'re scratching our heads a little on what sort of data structure would be best.
A have two entities. For example timing settings and orders. @Entity public class TimingSettings{ @Basic
I have following Hibernate 3 mapping for User class: <class name=\"org.test.User\" table=\"users\">
Please do not redirect me towards the other similar kinds of HQL in Stackoverflow, because they did not work for me. I really appreciate your direction on it. Thanks.