Fix wrongly backported reference.

Closes #1861
This commit is contained in:
Jens Schauder
2024-08-19 13:24:13 +02:00
parent 8c7ae79170
commit b6d31326d0
3 changed files with 0 additions and 9 deletions

View File

@@ -11,7 +11,6 @@
** xref:commons/custom-conversions.adoc[]
** xref:repositories/custom-implementations.adoc[]
** xref:repositories/core-extensions.adoc[]
** xref:value-expressions.adoc[]
** xref:query-by-example.adoc[]
** xref:repositories/core-domain-events.adoc[]
** xref:commons/entity-callbacks.adoc[]

View File

@@ -1 +0,0 @@
include::{commons}@data-commons::page$value-expressions.adoc[]

View File

@@ -23,9 +23,6 @@ class MyEntity {
}
----
You may use xref:value-expressions.adoc[Spring Data's SpEL support] to dynamically create the table name.
Once generated the table name will be cached, so it is dynamic per mapping context only.
[[entity-persistence.custom-column-name]]
== Override column names
@@ -85,10 +82,6 @@ class MySubEntity {
----
endif::[]
You may use xref:value-expressions.adoc[Spring Data's SpEL support] to dynamically create column names.
Once generated the names will be cached, so it is dynamic per mapping context only.
ifdef::embedded-entities[]
[[entity-persistence.embedded-entities]]