Jooq 1.6.7 coincides with this release to launch a new website. In addition to the new convenience method, the main addition of a Jooq-codegen maven plug-in.
Sample code:
Create.select (first_name, last_name, Create.count ()) &http://www.aliyun.com/zixun/aggregation/37954.html ">NBSP; . from (AUTHOR) . Join (book). On (Author.ID.equal (book.author_id)) . where (Language.equal ("DE")) . and (Published.greaterthan parsedate (' 2008-01-01 ')) . GroupBy (first_name, last_name) . Having (Create.count (). GreaterThan (5)) . (Last_name.asc () Nullsfirst ()) . Limit (2) . Offset (1) . Forupdate () . of (first_name, last_name)
Jooq efficiently merges Java class libraries with complex SQL, type safety, source code generation, Active Records, stored procedures, and advanced data types.
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.