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