]
Lincoln Baxter III updated FORGE-999:
-------------------------------------
Fix Version/s: 2.x Future
Forge scaffold should render not-nullable database 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
Fix For: 2.x Future
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: