You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle null JdbcMappingHint in visitObjectWrapper method
Previously, a null JdbcMappingHint could cause a NullPointerException. This fix introduces a check to ensure a default JdbcType is used if the hint is null, preventing potential runtime errors.
0 commit comments