Skip to content

Commit b6d3132

Browse files
committed
Fix wrongly backported reference.
Closes #1861
1 parent 8c7ae79 commit b6d3132

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/main/antora/modules/ROOT/nav.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
** xref:commons/custom-conversions.adoc[]
1212
** xref:repositories/custom-implementations.adoc[]
1313
** xref:repositories/core-extensions.adoc[]
14-
** xref:value-expressions.adoc[]
1514
** xref:query-by-example.adoc[]
1615
** xref:repositories/core-domain-events.adoc[]
1716
** xref:commons/entity-callbacks.adoc[]

src/main/antora/modules/ROOT/pages/value-expressions.adoc

-1
This file was deleted.

src/main/antora/modules/ROOT/partials/mapping.adoc

-7
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ class MyEntity {
2323
}
2424
----
2525

26-
You may use xref:value-expressions.adoc[Spring Data's SpEL support] to dynamically create the table name.
27-
Once generated the table name will be cached, so it is dynamic per mapping context only.
28-
2926
[[entity-persistence.custom-column-name]]
3027
== Override column names
3128

@@ -85,10 +82,6 @@ class MySubEntity {
8582
----
8683
endif::[]
8784

88-
You may use xref:value-expressions.adoc[Spring Data's SpEL support] to dynamically create column names.
89-
Once generated the names will be cached, so it is dynamic per mapping context only.
90-
91-
9285
ifdef::embedded-entities[]
9386

9487
[[entity-persistence.embedded-entities]]

0 commit comments

Comments
 (0)