HHH-18810 expose impliedJavaType of BasicValue
This commit is contained in:
parent
79aa178047
commit
d60aa27e7c
|
@ -737,7 +737,8 @@ public class BasicValue extends SimpleValue implements JdbcTypeIndicators, Resol
|
|||
}
|
||||
}
|
||||
|
||||
private java.lang.reflect.Type impliedJavaType(TypeConfiguration typeConfiguration) {
|
||||
@Incubating
|
||||
public java.lang.reflect.Type impliedJavaType(TypeConfiguration typeConfiguration) {
|
||||
if ( resolvedJavaType != null ) {
|
||||
return resolvedJavaType;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue