You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,8 @@ This name can be changed by implementing `NamingStrategy.getReverseColumnName(Jd
94
94
The table of the referenced entity is expected to have two additional columns: One named like the table of the referencing entity for the foreign key and one with the same name and an additional `_key` suffix for the map key.
95
95
This name can be changed by implementing `NamingStrategy.getReverseColumnName(JdbcPersistentProperty property)` and `NamingStrategy.getKeyColumn(JdbcPersistentProperty property)` according to your preferences.
96
96
97
+
* `List<some entity>` will be mapped like a `Map<Integer, some entity>`.
98
+
97
99
The handling of referenced entities is very limited.
98
100
Part of this is because this project is still before its first release.
99
101
@@ -331,8 +333,6 @@ You can customize the namespace part of a statement name using https://github.co
331
333
The current MyBatis supported is rather elaborate in that it allows to execute multiple statements for a single method call.
332
334
But sometimes less is more, and it should be possible to annotate a method with a simple annotation to identify a SQL statement in a MyBatis mapping to be executed.
333
335
334
-
=== Support of lists in entities
335
-
336
336
== Spring Boot integration
337
337
338
338
There is https://github.com/schauder/spring-data-jdbc-boot-starter[preliminary Spring Boot integration].
0 commit comments