HHH-9475 - Cannot mix @MapKey with @Convert

This commit is contained in:
Steve Ebersole 2015-11-09 22:22:30 -06:00
parent 06637289b8
commit 823bf5e0d8
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ public class SimpleValue implements KeyValue {
setTypeParameters( sourceValue.getTypeParameters() );
type = sourceValue.type;
attributeConverterDescriptor = sourceValue.attributeConverterDescriptor;
attributeConverterDefinition = sourceValue.attributeConverterDefinition;
}
@Override