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 1082ae2 commit 045b722Copy full SHA for 045b722
hibernate-core/src/main/java/org/hibernate/boot/model/TypeContributions.java
@@ -56,7 +56,7 @@ default void contributeJdbcTypeConstructor(JdbcTypeConstructor typeConstructor)
56
* type for values of type {@link UserType#returnedClass()}.
57
*/
58
default void contributeType(UserType<?> type) {
59
- contributeType( type, type.returnedClass().getName() );
+ contributeType( type, type.returnedClass().getTypeName() );
60
}
61
62
/**
0 commit comments