[hibernate-dev] problems with using jandex on metamodel

2013-04-01 Thread Strong Liu
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

[hibernate-dev] can a mapped super class extends from an entity?

2013-04-01 Thread Strong Liu
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