public String getJpaTypeSupportNotice()

in codegen/src/main/java/demoapp/codegen/demoshowcases/value/ValueTypeGenTemplate.java [101:105]


        public String getJpaTypeSupportNotice() {
            return isFrameworkSupportForJpa()
                        ? "Apache Causeway provides its own implementation of the relevant JPA extension points for the `" + getShowcaseValueSimpleType() + "` value type, meaning that JPA can persist properties of this value type without further configuration."
                        : "JPA supports `" + getShowcaseValueSimpleType() + "` out-of-the-box, so no special annotations are required.\nSee link:https://www.objectdb.com/java/jpa/entity/types#simple_java_data_types[ObjectDB]";
        }