[
https://issues.jboss.org/browse/FORGE-1534?page=com.atlassian.jira.plugin...
]
George Gastaldi closed FORGE-1534.
----------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.0.1.Final
(was: 2.x Future)
Resolution: Done
Being able to create transient fields in an entity
--------------------------------------------------
Key: FORGE-1534
URL:
https://issues.jboss.org/browse/FORGE-1534
Project: Forge
Issue Type: Sub-task
Components: Scaffold
Affects Versions: 2.0.0.Final
Reporter: Antonio Goncalves
Assignee: George Gastaldi
Fix For: 2.0.1.Final
At the moment this is not way to create a transient attribute in an entity. It could be
useful to add a {{transient}} parameter to the {{jpa-new-field }} command, like that :
{code}
jpa-new-field --named age --typeName int --transient
{code}
This would produce :
{code}
@Transient
private int age
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira