Table per subclass strategy

I use “Table per subclass” strategy in ORM persistable entity bean. However the annotation is generated like


@javax.persistence.Inheritance(strategy = InheritanceType.SINGLE_TABLE)

Why? I think that this strategy is accordance to InheritanceType.JOINED in EJB3 terminology.

I use SDE 5.0 for Eclipse Enterprise Edition.

Hi Renat,

Thanks for your post. I’ve forwarded the issue to our engineers to investigate, and I’ll let you know if there is any feedback.

Best regards,
Lilian Wong

[quote=LilianWong]Hi Renat,

Thanks for your post. I’ve forwarded the issue to our engineers to investigate, and I’ll let you know if there is any feedback.

Best regards,
Lilian Wong[/quote]

This topic is half year old. Do you know now if/when inheritance strategy InheritanceType.JOINED will be supported?

Thanks

  • Vlad