From cfe7f5d1fd12b696daab7f19dfbe292a1edb10f5 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sat, 27 Oct 2012 18:39:43 +0200 Subject: [PATCH] [#1897] Add a section to the manual about the migration to jOOQ 3.0 - Added some keywords --- jOOQ-website/src/main/resources/manual-3.0.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/jOOQ-website/src/main/resources/manual-3.0.xml b/jOOQ-website/src/main/resources/manual-3.0.xml index 43b924e9cb..bea44b5c03 100644 --- a/jOOQ-website/src/main/resources/manual-3.0.xml +++ b/jOOQ-website/src/main/resources/manual-3.0.xml @@ -9062,7 +9062,19 @@ SERVER = new RemoteDebuggerServer(DEBUGGER_PORT);
Migrating to jOOQ 3.0 - + +

+ This section is for all users of jOOQ 2.x who wish to upgrade to the next major release. In the next sub-sections, the most important changes are explained +

+ +

Separation of query building and query execution

+

No sub-factories anymore

+

Master data types have been removed

+

Object renames

+
    +
  • jOOU
  • +
+