File tree 3 files changed +9
-0
lines changed
src/main/antora/modules/ROOT
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 11
11
** xref:commons/custom-conversions.adoc[]
12
12
** xref:repositories/custom-implementations.adoc[]
13
13
** xref:repositories/core-extensions.adoc[]
14
+ ** xref:value-expressions.adoc[]
14
15
** xref:query-by-example.adoc[]
15
16
** xref:repositories/core-domain-events.adoc[]
16
17
** 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 {
23
23
}
24
24
----
25
25
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
+
26
29
[[entity-persistence.custom-column-name]]
27
30
== Override column names
28
31
@@ -82,6 +85,10 @@ class MySubEntity {
82
85
----
83
86
endif::[]
84
87
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
+
85
92
ifdef::embedded-entities[]
86
93
87
94
[[entity-persistence.embedded-entities]]
You can’t perform that action at this time.
0 commit comments