mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 20:24:46 +00:00
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 Type getType() throws MappingException {
|
||||
throw new MappingException( msg );
|
||||
}
|
||||
|
||||
return result;
|
||||
return type = result;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user