Skip to content

Commit 9ad7bee

Browse files
committed
HBX-2563: Update Hibernate ORM Dependency to Version 6.3.0.Final
- Remove reference to deprecated 'Value#getColumnIterator()' in 'orm/src/main/resources/hbm/idbag.hbm.ftl' Signed-off-by: Koen Aers <koen.aers@gmail.com>
1 parent 4741be0 commit 9ad7bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orm/src/main/resources/hbm/idbag.hbm.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<#assign metaattributable=property>
1717
<#include "meta.hbm.ftl">
1818
<collection-id type="${value.identifier.typeName}"
19-
column="${value.getIdentifier().getColumnIterator().next().getQuotedName()}">
19+
column="${value.getIdentifier().getColumns().iterator().next().getQuotedName()}">
2020
<generator class="${value.identifier.identifierGeneratorStrategy}"/>
2121
</collection-id>
2222
<key>

0 commit comments

Comments
 (0)