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 95512c7 commit 84656aaCopy full SHA for 84656aa
hibernate-core/src/main/java/org/hibernate/metamodel/internal/Binder.java
@@ -690,7 +690,8 @@ else if ( attributeBinding.getPluralAttributeElementBinding().getNature() == Plu
690
}
691
else if (
692
pluralAttributeNature == PluralAttributeSource.Nature.LIST
693
- || pluralAttributeNature == PluralAttributeSource.Nature.MAP) {
+ || pluralAttributeNature == PluralAttributeSource.Nature.MAP
694
+ || pluralAttributeNature == PluralAttributeSource.Nature.ARRAY) {
695
bindIndexedCollectionTablePrimaryKey( (IndexedPluralAttributeBinding) attributeBinding );
696
697
else {
0 commit comments