This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new 03820bb28e regen docs
03820bb28e is described below

commit 03820bb28eb85557e46829f2df26ebe97a60c8c8
Author: Dan Haywood <[email protected]>
AuthorDate: Tue May 28 08:29:35 2024 +0100

    regen docs
---
 .../sections/causeway.core.runtime-services.adoc   |  12 +++
 .../pages/sections/causeway.value-types.adoc       | 117 +++++++++++++++++++++
 .../modules/config/pages/sections/eclipselink.adoc |  10 +-
 3 files changed, 137 insertions(+), 2 deletions(-)

diff --git 
a/core/config/src/main/adoc/modules/config/pages/sections/causeway.core.runtime-services.adoc
 
b/core/config/src/main/adoc/modules/config/pages/sections/causeway.core.runtime-services.adoc
index 08149ed9e3..8b43e2ad66 100644
--- 
a/core/config/src/main/adoc/modules/config/pages/sections/causeway.core.runtime-services.adoc
+++ 
b/core/config/src/main/adoc/modules/config/pages/sections/causeway.core.runtime-services.adoc
@@ -69,6 +69,18 @@ email.throw-exception-on-fail
 | If an email fails to send, whether to propagate the exception (meaning that 
potentially the end-user might see the exception), or whether instead to just 
indicate failure through the return value of the method 
(``EmailService#send(List, List, List, String, String, DataSource...)`` that's 
being called.
 
 
+|
+[[causeway.core.runtime-services.entity-property-change-publisher.bulk.threshold]]
+causeway.core.runtime-services. +
+entity-property-change-publisher. +
+bulk.threshold
+
+|  1
+| Determines the threshold as to whether to execute a set of entity changes in 
blk, in other words without a transaction flush in between.
+
+If the threshold is passed (by default, anything more than 1 entity to 
persist), then the ``RepositoryService#execInBulk(Callable)`` API is used.
+
+
 |
 [[causeway.core.runtime-services.exception-recognizer.dae.disable]]
 causeway.core.runtime-services. +
diff --git 
a/core/config/src/main/adoc/modules/config/pages/sections/causeway.value-types.adoc
 
b/core/config/src/main/adoc/modules/config/pages/sections/causeway.value-types.adoc
index bc36f0199a..d1a4240e3e 100644
--- 
a/core/config/src/main/adoc/modules/config/pages/sections/causeway.value-types.adoc
+++ 
b/core/config/src/main/adoc/modules/config/pages/sections/causeway.value-types.adoc
@@ -76,6 +76,123 @@ request-timeout
 | Max time for requests to the ``#getBackendUrl()``, when waiting for a 
response. (default: 5 seconds)
 
 
+|
+[[causeway.value-types.temporal.editing.date-pattern]]
+causeway.value-types.temporal. +
+editing.date-pattern
+
+|  yyyy-MM-dd
+| null
+
+
+|
+[[causeway.value-types.temporal.editing.date-time-joining-pattern]]
+causeway.value-types.temporal. +
+editing.date-time-joining-pattern
+
+|  %1$s %2$s
+| null
+
+
+|
+[[causeway.value-types.temporal.editing.offset-pattern-for-input]]
+causeway.value-types.temporal. +
+editing.offset-pattern-for-input
+
+|  [XXX][X]
+| null
+
+
+|
+[[causeway.value-types.temporal.editing.offset-pattern-for-output]]
+causeway.value-types.temporal. +
+editing.offset-pattern-for-output
+
+|  XXX
+| null
+
+
+|
+[[causeway.value-types.temporal.editing.time-pattern-hour]]
+causeway.value-types.temporal. +
+editing.time-pattern-hour
+
+|  HH
+| null
+
+
+|
+[[causeway.value-types.temporal.editing.time-pattern-micro-second]]
+causeway.value-types.temporal. +
+editing.time-pattern-micro-second
+
+|  HH[:mm[:ss][.SSSSSS]]
+| null
+
+
+|
+[[causeway.value-types.temporal.editing.time-pattern-milli-second]]
+causeway.value-types.temporal. +
+editing.time-pattern-milli-second
+
+|  HH[:mm[:ss][.SSS]]
+| null
+
+
+|
+[[causeway.value-types.temporal.editing.time-pattern-minute]]
+causeway.value-types.temporal. +
+editing.time-pattern-minute
+
+|  HH[:mm]
+| null
+
+
+|
+[[causeway.value-types.temporal.editing.time-pattern-nano-second]]
+causeway.value-types.temporal. +
+editing.time-pattern-nano-second
+
+|  HH[:mm[:ss][.SSSSSSSSS]]
+| null
+
+
+|
+[[causeway.value-types.temporal.editing.time-pattern-second]]
+causeway.value-types.temporal. +
+editing.time-pattern-second
+
+|  HH[:mm[:ss]]
+| null
+
+
+|
+[[causeway.value-types.temporal.editing.zone-id-pattern-for-input]]
+causeway.value-types.temporal. +
+editing.zone-id-pattern-for-input
+
+|  VV
+| null
+
+
+|
+[[causeway.value-types.temporal.editing.zone-id-pattern-for-output]]
+causeway.value-types.temporal. +
+editing.zone-id-pattern-for-output
+
+|  VV
+| null
+
+
+|
+[[causeway.value-types.temporal.editing.zone-joining-pattern]]
+causeway.value-types.temporal. +
+editing.zone-joining-pattern
+
+|  %1$s %2$s
+| null
+
+
 
 |===
 
diff --git 
a/core/config/src/main/adoc/modules/config/pages/sections/eclipselink.adoc 
b/core/config/src/main/adoc/modules/config/pages/sections/eclipselink.adoc
index bd590faae1..9f181f660e 100644
--- a/core/config/src/main/adoc/modules/config/pages/sections/eclipselink.adoc
+++ b/core/config/src/main/adoc/modules/config/pages/sections/eclipselink.adoc
@@ -387,8 +387,14 @@ eclipselink.validation-only
 [[eclipselink.weaving]]
 eclipselink.weaving
 
-| 
-| @see 
https://www.eclipse.org/eclipselink/documentation/2.7/jpa/extensions/persistenceproperties_ref.htm#weaving[eclipse.weaving]
+|  false
+| Options are
+
+* true: Weave the entity classes dynamically.
+* false: Do not weave the entity classes.
+* static: Weave the entity classes statically.
+
+@see 
https://www.eclipse.org/eclipselink/documentation/2.7/jpa/extensions/persistenceproperties_ref.htm#weaving[eclipse.weaving]
 
 
 |

Reply via email to