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 0663728 commit 823bf5eCopy full SHA for 823bf5e
hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
@@ -530,7 +530,7 @@ public void copyTypeFrom( SimpleValue sourceValue ) {
530
setTypeParameters( sourceValue.getTypeParameters() );
531
532
type = sourceValue.type;
533
- attributeConverterDescriptor = sourceValue.attributeConverterDescriptor;
+ attributeConverterDefinition = sourceValue.attributeConverterDefinition;
534
}
535
536
@Override
0 commit comments