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