]
Christoph Schulz updated FORGE-1525:
------------------------------------
Git Pull Request:
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.x Future
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}}