This version of the manual is outdated. For the latest version, follow this link: http://www.jooq.org/doc/3.0/manual.

The jOOQ User Manual. Multiple Pages : jOOQ classes and their usageprevious : next

# Overview

jOOQ essentially has two packages:

This section is about the main jOOQ classes and the global architecture. Most of the time, however, you will be using the DSL or fluent API. Where SQL meets Java in order to create queries the way you're used to in SQL

# Table of contents

  1. The example database
  2. The Factory class
  3. Tables and Fields
  4. Results, Cursors and Records
  5. CRUD and Updatable Records
  6. The Query and its various subtypes
  7. ResultQuery and fetch() methods
  8. Bind values and parameters
  9. QueryParts and the global architecture
  10. Serializability of jOOQ objects
  11. Extend jOOQ with custom types

The jOOQ User Manual. Multiple Pages : jOOQ classes and their usageprevious : next

Fork me on GitHub
The jOOQ Logo