The Artima Developer Community
Sponsored Link

Java Buzz Forum
Work with the jOOQ DSL

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
justin cater

Posts: 19616
Nickname: justin78
Registered: Mar, 2011

Justin Cater is executive editor at Java Code Geeks
Work with the jOOQ DSL Posted: Feb 5, 2015 2:21 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by justin cater.
Original Post: Work with the jOOQ DSL
Feed Title: Java Code Geeks
Feed URL: http://feeds.feedburner.com/JavaCodeGeeks
Feed Description: Java 2 Java Developers Resource Center
Latest Java Buzz Posts
Latest Java Buzz Posts by justin cater
Latest Posts From Java Code Geeks

Advertisement

After kick-starting the jOOQ course by discussing how to create a project with jOOQ, H2, and Maven, we are now going to see how to use the jOOQ DSL.

jOOQ is a DSL (domain-specific language), which mimicks both standard and vendor-specific SQL syntax in a Java API. Being an internal DSL, the Java compiler can verify your SQL queries for syntactic correctness (e.g. correct order of SQL keywords). Having tables and columns as generated Java objects, the compiler can also verify meta data correctness (e.g. correct column names and types).

In this lesson, we will delve into jOOQ DSL and use predicates, statements and build expressions.

Get started here

Read: Work with the jOOQ DSL

Topic: Your Apache Camel applications now includes out of the box documentation Previous Topic   Next Topic Topic: IntelliJ IDEA Workshop at The JetBrains BASH – Belfast, February 16th

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use