If you use the generated convenience methods, however, things are much simpler, still:
++ The above configuration is a + Factory, + holding a reference to a JDBC connection, as discussed in a previous section. + + If you use the generated convenience methods, however, things are much simpler, still: +
// Every schema has a single Routines class with convenience methods
public final class Routines {
diff --git a/jOOQ-website/manual/META/PROCEDURE/index.php b/jOOQ-website/manual/META/PROCEDURE/index.php
index 43c45d34a1..32db410823 100644
--- a/jOOQ-website/manual/META/PROCEDURE/index.php
+++ b/jOOQ-website/manual/META/PROCEDURE/index.php
@@ -106,7 +106,13 @@ p.setAuthorName("Paulo");
p.execute(configuration);
assertEquals(BigDecimal.ONE, p.getResult());
- If you use the generated convenience methods, however, things are much simpler, still:
++ The above configuration is a + Factory, + holding a reference to a JDBC connection, as discussed in a previous section. + + If you use the generated convenience methods, however, things are much simpler, still: +
// Every schema has a single Routines class with convenience methods
public final class Routines {
diff --git a/jOOQ-website/src/main/resources/manual.xml b/jOOQ-website/src/main/resources/manual.xml
index 774b68a80a..d43c0684a5 100644
--- a/jOOQ-website/src/main/resources/manual.xml
+++ b/jOOQ-website/src/main/resources/manual.xml
@@ -1724,7 +1724,13 @@ p.setAuthorName("Paulo");
p.execute(configuration);
assertEquals(BigDecimal.ONE, p.getResult());
- If you use the generated convenience methods, however, things are much simpler, still:
+
+ The above configuration is a
+ ,
+ holding a reference to a JDBC connection, as discussed in a previous section.
+
+ If you use the generated convenience methods, however, things are much simpler, still:
+
// Every schema has a single Routines class with convenience methods
public final class Routines {