Skip to content

Commit e8e3955

Browse files
committed
HHH-19301 Importing element FQCN in org.hibernate.processor.annotation.AnnotationMetaEntity constructor
1 parent eb63da9 commit e8e3955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tooling/metamodel-generator/src/main/java/org/hibernate/processor/annotation/AnnotationMetaEntity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ public AnnotationMetaEntity(
183183
importContext.importType(
184184
getGeneratedClassFullyQualifiedName( element, getPackageName( context, element ),
185185
jakartaDataStaticModel ) );
186+
importContext.importType( element.getQualifiedName().toString() );
186187
}
187188

188189
public static AnnotationMetaEntity create(TypeElement element, Context context, @Nullable AnnotationMetaEntity parent) {

0 commit comments

Comments
 (0)