]
George Gastaldi closed FORGE-1525.
----------------------------------
Fix Version/s: 3.8.2.Final
(was: 3.x Future)
Resolution: Done
Being able to create custom Id for JPA entities
-----------------------------------------------
Key: FORGE-1525
URL:
https://issues.jboss.org/browse/FORGE-1525
Project: Forge
Issue Type: Feature Request
Components: Java EE
Affects Versions: 2.0.0.CR2
Reporter: Manuel Rascioni
Assignee: Christoph Schulz
Fix For: 3.8.2.Final
As per FORGE-1398 there should be the possibility to customize the {{@Id}} for an
{{@Entity}} make it use {{@EmbeddedId}} when creating the entity.
Something like:
{{entity --named Document --idType custom --idClass DocumentCode}}