]
George Gastaldi closed FORGE-1575.
----------------------------------
Fix Version/s: 2.0.1.Final
(was: 2.x Future)
Resolution: Done
Map Entities and Columns From the Forge Command Line
----------------------------------------------------
Key: FORGE-1575
URL:
https://issues.jboss.org/browse/FORGE-1575
Project: Forge
Issue Type: Feature Request
Components: Forge Scripting Language
Affects Versions: 1.4.4.Final
Reporter: Larry Wilson
Assignee: George Gastaldi
Labels: Starter
Fix For: 2.0.1.Final
As an end user, I would like to be able to create a table or column mapping with the
Forge command line.
Our company has standards for the data model that are different than those for the Java
layer.
For example, the standard name for the Java POJO TimeZone.java which is mapped to the
table named TIME_ZONE.
Ideally, Forge would support:
entity --named TimeZone --tableName TIME_ZONE;
field string --named activeFlag --columnName ACTIVE_FLAG;
This would lend keeping a project as a prototype much longer before stepping away from
Forge and manually making these changes.
--
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: