This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push: new 56342e4a0 Remove unneeded link 56342e4a0 is described below commit 56342e4a0463aa0ecad9b10bd403de2ee9a36aac Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Wed Mar 27 15:59:27 2024 +0300 Remove unneeded link --- .../src/docs/asciidoc/_cayenne-guide/part6/maven-plugin.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part6/maven-plugin.adoc b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part6/maven-plugin.adoc index 085480076..5d8b2674f 100644 --- a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part6/maven-plugin.adoc +++ b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part6/maven-plugin.adoc @@ -228,7 +228,7 @@ Example - a typical class generation scenario, where pairs of classes are genera .^|String .^|A comma-separated list of Perl5 patterns that defines which imported tables should have their primary key columns mapped as ObjAttributes. "*" would indicate all tables. -.^|[[namingStrategy]]namingStrategy +.^|namingStrategy .^|String .^|The naming strategy used for mapping database names to object entity names. Default is `o.a.c.dbsync.naming.DefaultObjectNameGenerator`.