From db4004f033a7e30a21ed344035e1f21680a67abe Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sun, 30 Jun 2013 17:40:17 +0200 Subject: [PATCH] Release 3.1.0 - Updated manual --- .../src/main/resources/manual-3.1.xml | 95 ++++++++++++++++++- 1 file changed, 94 insertions(+), 1 deletion(-) diff --git a/jOOQ-website/src/main/resources/manual-3.1.xml b/jOOQ-website/src/main/resources/manual-3.1.xml index 7cdcad82be..416511fa23 100644 --- a/jOOQ-website/src/main/resources/manual-3.1.xml +++ b/jOOQ-website/src/main/resources/manual-3.1.xml @@ -1367,6 +1367,7 @@ DSLContext create = DSL.using(connection, dialect);]]>
  • : The dialect of your database. This may be any of the currently supported database types (see for more details)
  • : An optional runtime configuration (see for more details)
  • : An optional reference to a provider class that can provide execute listeners to jOOQ (see for more details)
  • +
  • : An optional reference to a provider class that can provide record mappers to jOOQ (see for more details)
  • Any of these: