Hi There
We know that to use Jandex annotation repository, we have to add annotation
classes to the Indexer explicitly first, and this already force us to list all
MappedSuperClass and Embeddable classes which was not required.
Now I"m trying to migrate the HEM to metamodel branch and most test
test is org.hibernate.jpa.test.metadata.MetadataTest and root class is
org.hibernate.jpa.test.metadata.Thing
basically here is a hierarchy like :
Entity -> MappedSuperclass -> Entity -> MappedSuperclass -> Object (//not an
entity but in between mapped superclass and entity) -> MappedSuperclas