Jooq 1.6.7 Publishing Java class Library

Source: Internet
Author: User
Keywords Jooq java Class Library
Tags aliyun class code create html http java java class

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.

Download address: http://sourceforge.net/projects/jooq/files/920.html ">release/jooq-1.6.7-full.zip/download

Related Article

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.