File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
documentation/src/main/docbook/mapping/en-US/chapters/collection Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 90
90
<para >
91
91
Notice how all the previous examples explicitly mark the collection attribute as either
92
92
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
94
94
column in the containing table.
95
95
</para >
96
96
<para >
104
104
105
105
<para >
106
106
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.
108
109
</para >
109
110
</section >
110
111
You can’t perform that action at this time.
0 commit comments