Hibernate INNER JOIN on

Source: Internet
Author: User

Hibernate is not supported by inner join on and left join on, Right join on. does not support ...

so how to let hibernate support the above connection query?

1. The key lies in the writing of HQL statements.

For example: String hql= "from User u, Comment c where u.uid = c.id ORDER BY u.uid Desc";

2. Create a list.

3. Iteration Set (note returned by object[] array) create object[] o = Object [i]//I is the loop variable of the set

4. If you want to manipulate the entity user, then: o[0], that is, user

If you want to comment an action on an entity, then: o[1], that is, Comment

5. This enables the association (that is, the data you want) to manipulate the entity object.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.