Skip to content

Commit 84987f4

Browse files
committed
HHH-9998 - Continue documentation TLC - mapping compositions & collections
1 parent 7a67f39 commit 84987f4

File tree

1 file changed

+3
-2
lines changed
  • documentation/src/main/docbook/mapping/en-US/chapters/collection

1 file changed

+3
-2
lines changed

documentation/src/main/docbook/mapping/en-US/chapters/collection/Collection.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<para>
9191
Notice how all the previous examples explicitly mark the collection attribute as either
9292
ElementCollection, OneToMany or ManyToMany. Collections not marked as such, or collections explicitly
93-
maked with @Basic are treated as JPA basic value. Meaning there value is stored into a single
93+
maked with @Basic are treated as JPA basic values. Meaning there value is stored into a single
9494
column in the containing table.
9595
</para>
9696
<para>
@@ -104,7 +104,8 @@
104104

105105
<para>
106106
See the <citetitle>Hibernate Integrations Guide</citetitle> for more details on developing
107-
custom value type mappings.
107+
custom value type mappings. Without the special type mapping above the "set of tags" would have
108+
simply been marshalled using serialization.
108109
</para>
109110
</section>
110111

0 commit comments

Comments
 (0)