]
George Gastaldi closed FORGE-1478.
----------------------------------
Fix Version/s: 3.1.2.Final
(was: 3.x Future)
Resolution: Done
Being able to have inheritance in JPA
-------------------------------------
Key: FORGE-1478
URL:
https://issues.jboss.org/browse/FORGE-1478
Project: Forge
Issue Type: Sub-task
Components: Java EE, UI - Shell
Affects Versions: 2.0.0.CR2
Reporter: Antonio Goncalves
Assignee: George Gastaldi
Fix For: 3.1.2.Final
JPA inheritance is really needed. It would be good to have an option to create an entity
that inherits either from a java class, an entity or a mapped superclass. Something like :
{code}
jpa-new-entity --named Customer --extends Person
{code}