We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4741be0 commit 9ad7beeCopy full SHA for 9ad7bee
orm/src/main/resources/hbm/idbag.hbm.ftl
@@ -16,7 +16,7 @@
16
<#assign metaattributable=property>
17
<#include "meta.hbm.ftl">
18
<collection-id type="${value.identifier.typeName}"
19
- column="${value.getIdentifier().getColumnIterator().next().getQuotedName()}">
+ column="${value.getIdentifier().getColumns().iterator().next().getQuotedName()}">
20
<generator class="${value.identifier.identifierGeneratorStrategy}"/>
21
</collection-id>
22
<key>
0 commit comments