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 aee9adc commit ceda032Copy full SHA for ceda032
hibernate-core/src/main/java/org/hibernate/boot/model/internal/GeneratorBinder.java
@@ -835,7 +835,7 @@ else if ( !generatorAnnotations.isEmpty() ) {
835
Locale.ROOT,
836
"Identifier attribute '%s' is annotated '%s' which is not an '@IdGeneratorType'",
837
getPath( propertyHolder, inferredData ),
838
- generatorAnnotations.get(0).annotationType()
+ generatorAnnotations.get(0).annotationType().getName()
839
) );
840
}
841
else if ( idAttributeMember.hasDirectAnnotationUsage( GeneratedValue.class ) ) {
0 commit comments