First off, you need to add the mapped super classes as you did. The reason why it still not worked after that was that mapped super class handling was not implemented and there were issues with the discriminator column handling (it was generated even when there were no subclasses). I will push some changes.
We need to identify the test which are missing the mapped super classes in #getAnnotatedClasses
First off, you need to add the mapped super classes as you did. The reason why it still not worked after that was that mapped super class handling was not implemented and there were issues with the discriminator column handling (it was generated even when there were no subclasses). I will push some changes.
We need to identify the test which are missing the mapped super classes in #getAnnotatedClasses