File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
src/main/antora/modules/ROOT Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1111** xref:commons/custom-conversions.adoc[]
1212** xref:repositories/custom-implementations.adoc[]
1313** xref:repositories/core-extensions.adoc[]
14+ ** xref:value-expressions.adoc[]
1415** xref:query-by-example.adoc[]
1516** xref:repositories/core-domain-events.adoc[]
1617** xref:commons/entity-callbacks.adoc[]
Original file line number Diff line number Diff line change 1+ include::{commons}@data-commons::page$value-expressions.adoc[]
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ 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+
2629[[entity-persistence.custom-column-name]]
2730== Override column names
2831
@@ -82,6 +85,10 @@ class MySubEntity {
8285----
8386endif::[]
8487
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+
8592ifdef::embedded-entities[]
8693
8794[[entity-persistence.embedded-entities]]
You can’t perform that action at this time.
0 commit comments