From 1ffa5bf9fc5c12ca3733ffd7a48f30e4ccfd76c4 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sun, 5 Aug 2012 17:09:06 +0200 Subject: [PATCH] [#1657] Reorganise the manual - more sections (51) --- .../src/main/resources/manual-2.5.xml | 237 +++++++++++++++++- 1 file changed, 229 insertions(+), 8 deletions(-) diff --git a/jOOQ-website/src/main/resources/manual-2.5.xml b/jOOQ-website/src/main/resources/manual-2.5.xml index d8f713e6f3..3222efd7d2 100644 --- a/jOOQ-website/src/main/resources/manual-2.5.xml +++ b/jOOQ-website/src/main/resources/manual-2.5.xml @@ -134,7 +134,7 @@ CREATE TABLE t_book_to_book_store (
  • Typesafe database object referencing through generated schema, table, column, record, procedure, type, dao, pojo artefacts (see the chapter about )
  • Typesafe SQL construction through a complete API modelling SQL as a domain specific language in Java (see the chapter about )
  • Convenient query execution through an improved API for result fetching (see the chapters about )
  • -
  • SQL dialect abstraction and SQL clause simulation to improve cross-database compatibility and to enable missing features in simpler databases (see the chapter about )
  • +
  • SQL dialect abstraction and SQL clause simulation to improve cross-database compatibility and to enable missing features in simpler databases (see the chapter about )
  • SQL logging and debugging using jOOQ as an integral part of your development process (see the chapters about and about the )
  • @@ -637,7 +637,7 @@ Factory.concat(Factory.trim(FIRST_NAME), Factory.trim(LAST_NAME)); As any Configuration object, a Factory can be supplied with these objects: