We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6be182 commit ea95d66Copy full SHA for ea95d66
hibernate-core/src/main/java/org/hibernate/type/internal/UserTypeJavaTypeWrapper.java
@@ -79,7 +79,7 @@ public MutabilityPlan<J> getMutabilityPlan() {
79
80
@Override
81
public JdbcType getRecommendedJdbcType(JdbcTypeIndicators context) {
82
- return context.getJdbcType( userType.getSqlType() );
+ return userType.getJdbcType( context.getTypeConfiguration() );
83
}
84
85
0 commit comments