HHH-9475 - Cannot mix @MapKey with @Convert
This commit is contained in:
parent
06637289b8
commit
823bf5e0d8
|
@ -530,7 +530,7 @@ public class SimpleValue implements KeyValue {
|
|||
setTypeParameters( sourceValue.getTypeParameters() );
|
||||
|
||||
type = sourceValue.type;
|
||||
attributeConverterDescriptor = sourceValue.attributeConverterDescriptor;
|
||||
attributeConverterDefinition = sourceValue.attributeConverterDefinition;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue