[forge-issues] [JBoss JIRA] (FORGE-999) Forge scaffold should render not-nullable columns as required columns

Vineet Reynolds (JIRA) jira-events at lists.jboss.org
Mon Jul 8 05:29:21 EDT 2013


Vineet Reynolds created FORGE-999:
-------------------------------------

             Summary: Forge scaffold should render not-nullable columns as required columns
                 Key: FORGE-999
                 URL: https://issues.jboss.org/browse/FORGE-999
             Project: Forge
          Issue Type: Feature Request
          Components: Scaffold
    Affects Versions: 1.3.2.Final
            Reporter: Vineet Reynolds


This is from the [Sakila-H2 model|https://github.com/maxandersen/sakila-h2].

JPA entities generated from the Sakila model through the Hibernate tools Forge plugin, contain several instances of {{@JoinColumn(name="foo", nullable=false)}}. No JSR-303 {{@NotNull}} constraints were declared. Such properties should be rendered as required properties in the generated scaffold.

--
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


More information about the forge-issues mailing list