Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1575

Map Entities and Columns From the Forge Command Line

XMLWordPrintable

      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.

              rhn-support-ggastald George Gastaldi
              apexlars Larry Wilson (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: