in codegen/src/main/java/demoapp/codegen/demoshowcases/value/ValueTypeGenTemplate.java [114:118]
public String getJdoTypeSupportNotice() {
return isFrameworkSupportForJdo()
? "Apache Causeway provides its own implementation of the relevant JDO extension points for the `" + getShowcaseValueSimpleType() + "` value type, meaning that JDO can persist properties of this value type without further configuration."
: "JDO supports `" + getShowcaseValueSimpleType() + "` out-of-the-box, so no special annotations are required.\nSee link:https://www.datanucleus.org/products/accessplatform_6_0/jdo/mapping.html#_primitive_and_java_lang_types[DataNucleus]";
}