The Artima Developer Community
Sponsored Link

Java Buzz Forum
The jOOQ Configuration

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
The jOOQ Configuration Posted: Feb 17, 2015 3:00 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by justin cater.
Original Post: The jOOQ Configuration
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, learning how to use the jOOQ DSL, learning how to perform CRUD with Active Records, and comparing jOOQ with JDBC, we are now going a step further.

In this lesson, we are going to learn how lifecycle management objects interact with jOOQ. There are a variety of SPIs (Service Provider Interfaces) which allow for managing the lifecycle of various entities within jOOQ. These SPIs can be injected via a Configuration object.

We’ll see how to use the ConnectionProvider, how jOOQ generates and executes SQL statements in the context of a concrete SQLDialect and how Settings are used to provide jOOQ with information about general query rendering and execution behaviour.

Get started here

Read: The jOOQ Configuration

Topic: Who is HJPEV? Previous Topic   Next Topic Topic: Microservices Maturity: Dogma or Dogfooding? You Decide…

Sponsored Links



Google
  Web Artima.com   

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