join « JDBC « JPA Q&A





1. JDBC join migrated to Hibernate    forum.hibernate.org

I'm in the process of rewriting some legacy JDBC into hibernate, but am struggling with how to convert a given query. Or more to the point, I'm struggling with 'Is it a good idea to convert said query'. The query joins 2 tables A and B via a 3rd table C. It returns the distinct values of a column from A ...