Skip to content

Commit 0b6354e

Browse files
committed
DATAJDBC-206 - Reflected DATAJDBC-130 in the README.
Original pull request: #61.
1 parent 2089ad7 commit 0b6354e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ This name can be changed by implementing `NamingStrategy.getReverseColumnName(Jd
9494
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.
9595
This name can be changed by implementing `NamingStrategy.getReverseColumnName(JdbcPersistentProperty property)` and `NamingStrategy.getKeyColumn(JdbcPersistentProperty property)` according to your preferences.
9696

97+
* `List<some entity>` will be mapped like a `Map<Integer, some entity>`.
98+
9799
The handling of referenced entities is very limited.
98100
Part of this is because this project is still before its first release.
99101

@@ -331,8 +333,6 @@ You can customize the namespace part of a statement name using https://github.co
331333
The current MyBatis supported is rather elaborate in that it allows to execute multiple statements for a single method call.
332334
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.
333335

334-
=== Support of lists in entities
335-
336336
== Spring Boot integration
337337

338338
There is https://github.com/schauder/spring-data-jdbc-boot-starter[preliminary Spring Boot integration].

0 commit comments

Comments
 (0)