HHH-14335 Remember the resolved type in SimpleValue#getType instead of resolving multiple times
This commit is contained in:
parent
93b8095ef6
commit
095eef2dcb
|
@ -499,7 +499,7 @@ public class SimpleValue implements KeyValue {
|
|||
throw new MappingException( msg );
|
||||
}
|
||||
|
||||
return result;
|
||||
return type = result;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue