Antonio Goncalves created FORGE-1534:
----------------------------------------
Summary: 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
Fix For: 2.x Future
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