Is there a way to not generate the default "@Inheritance(strategy = InheritanceType.JOINED)" annotation?
I mean not another kind of strategy, but the whole annotation.
I've not class hierarchy in my application and TABLE_PER_CLASS, which is the only one that does not generate the discrimination column DTYPE, seems not working with many-to-one relations.
Many thanks.