type « Join « JPA Q&A





2. Join a value type with criteria    forum.hibernate.org

Hi, I wanted to extend an application which has JDBC DAOs and make it support hibernate DAOs (for caching purpose, lazy loading,etc.) . I 'd prefer not to modify my domain model and my persistence schema. I am a hibernate newbie so my question below might appear weird. Actually I would like to use a in my mapping file for ...

3. Join types support by Hibernate    forum.hibernate.org

4. HQL inner join on a primitive type    forum.hibernate.org

Hibernate version:3.1.3 Hello everybody : In HQL, is there a possibility to do a join in on 2 entities (classes) without one being member of the other ? I looked through the Hibernate examples and seems that always the examples have something like "from Product p inner join fetch p.categories" I only need to show a product having a certain category ...

5. HQL inner join on a primitive type    forum.hibernate.org

Hibernate version:3.1.3 Hello everybody : In HQL, is there a possibility to do a join in on 2 entities (classes) without one being member of the other ? I looked through the Hibernate examples and seems that always the examples have something like "from Product p inner join fetch p.categories" I only need to show a product having a certain category ...

6. Full joins always crash with "undefined join type 23&qu    forum.hibernate.org

Using Hibernate 3.1 with PostgreSQL 8.0.3, we use are successfully using createQuery to make various inner, left and right joins across multiple tables. When we try to do a full join, Hibernate always crashes with a stack trace like the one shown below. (If there is no solution, we would like to discuss our efforts at creative workarounds. We have tried ...