Skip to content

Commit 823bf5e

Browse files
committed
HHH-9475 - Cannot mix @mapkey with @convert
1 parent 0663728 commit 823bf5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ public void copyTypeFrom( SimpleValue sourceValue ) {
530530
setTypeParameters( sourceValue.getTypeParameters() );
531531

532532
type = sourceValue.type;
533-
attributeConverterDescriptor = sourceValue.attributeConverterDescriptor;
533+
attributeConverterDefinition = sourceValue.attributeConverterDefinition;
534534
}
535535

536536
@Override

0 commit comments

Comments
 (0)