diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml
index da6d3e3992..f330b86ce5 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml
@@ -13086,6 +13086,7 @@ book2.store();]]>
- jOOQ sets only modified values in or . This allows for default values to be applied to inserted records, as specified in CREATE TABLE DDL statements.
- When store() performs an , jOOQ attempts to load any generated keys from the database back into the record. For more details, see the manual's section about .
+ - In addition to loading identity values, store() can also be configured to refresh the entire record. See for details
- When loading records from , jOOQ will assume the record is a new record. It will hence attempt to INSERT it.
- When you activate , storing a record may fail, if the underlying database record has been changed in the mean time.
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml
index 252a01b5ef..adca06aab5 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml
@@ -13317,6 +13317,7 @@ book2.store();]]>
- jOOQ sets only modified values in or . This allows for default values to be applied to inserted records, as specified in CREATE TABLE DDL statements.
- When store() performs an , jOOQ attempts to load any generated keys from the database back into the record. For more details, see the manual's section about .
+ - In addition to loading identity values, store() can also be configured to refresh the entire record. See for details
- When loading records from , jOOQ will assume the record is a new record. It will hence attempt to INSERT it.
- When you activate , storing a record may fail, if the underlying database record has been changed in the mean time.
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml
index c41c114760..d41338cc1e 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.12.xml
@@ -13540,6 +13540,7 @@ book2.store();]]>
- jOOQ sets only modified values in or . This allows for default values to be applied to inserted records, as specified in CREATE TABLE DDL statements.
- When store() performs an , jOOQ attempts to load any generated keys from the database back into the record. For more details, see the manual's section about .
+ - In addition to loading identity values, store() can also be configured to refresh the entire record. See for details
- When loading records from , jOOQ will assume the record is a new record. It will hence attempt to INSERT it.
- When you activate , storing a record may fail, if the underlying database record has been changed in the mean time.
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml
index 3ae865b9a7..bb9e9daac0 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml
@@ -12730,6 +12730,7 @@ book2.store();]]>
- jOOQ sets only modified values in or . This allows for default values to be applied to inserted records, as specified in CREATE TABLE DDL statements.
- When store() performs an , jOOQ attempts to load any generated keys from the database back into the record. For more details, see the manual's section about .
+ - In addition to loading identity values, store() can also be configured to refresh the entire record. See for details
- When loading records from , jOOQ will assume the record is a new record. It will hence attempt to INSERT it.
- When you activate , storing a record may fail, if the underlying database record has been changed in the mean time.
diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.9.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.9.xml
index 21072ec5c3..74c59b9ca2 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.9.xml
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.9.xml
@@ -12891,6 +12891,7 @@ book2.store();]]>
- jOOQ sets only modified values in or . This allows for default values to be applied to inserted records, as specified in CREATE TABLE DDL statements.
- When store() performs an , jOOQ attempts to load any generated keys from the database back into the record. For more details, see the manual's section about .
+ - In addition to loading identity values, store() can also be configured to refresh the entire record. See for details
- When loading records from , jOOQ will assume the record is a new record. It will hence attempt to INSERT it.
- When you activate , storing a record may fail, if the underlying database record has been changed in the mean time.