]
George Gastaldi updated FORGE-2467:
-----------------------------------
Fix Version/s: 2.x Future
JPA Entities using @MappedSuperclass don't get recognized by
Scaffold: Generate for AngularJS/Rest Endpoint from Entity
-----------------------------------------------------------------------------------------------------------------------
Key: FORGE-2467
URL:
https://issues.jboss.org/browse/FORGE-2467
Project: Forge
Issue Type: Enhancement
Components: Scaffold
Affects Versions: 2.16.1.Final
Environment: Eclipse MARS,
Reporter: Matyas Danter
Fix For: 2.x Future
When JPA Entities use a @MappedSuperclass that provides the @id field, the Scaffold:
Generate wizard's AngularJS option, and Rest Endpoint from Entities command don't
show the Entities in the selection table.
The entities DO appear in the JSF scaffolding table. It would be helpful if Endpoint
creation and Scaffolding supported @MappedSuperclass and @Embedded entities containing the
ID or primary key fields.