HQL Statement Summary "constantly updated"

Source: Internet
Author: User

1: Basic Query statement

From is the simplest statement and the most basic HQL statement. The class name of the persisted class immediately after the FROM keyword.
For example:
From person indicates that all instances are selected from the person persistence class. Note that the entity class here is case sensitive!

2: Query part of fields to make new objects

Select New article (a.id,a.title,a.category) from article a WHERE a.id =?

Sometimes, you do not need to return some large pieces of the table, such as the Content field of the blog table, then you can use the above statement. Only return the required blog ID, blog title and blog category, to form a new article object to return.

Note: the article entity class must have a article constructor with the Id,title and category three properties.


HQL Statement Summary "constantly updated"

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.