[forge-commits] [forge/core] 94804e: FORGE-814: Supports optional attribute in ManyToOn...

George Gastaldi gegastaldi at gmail.com
Sun Mar 10 12:33:03 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/forge/core
  Commit: 94804eae55fbf0f4478b91ca7f58eb41ea9adeea
      https://github.com/forge/core/commit/94804eae55fbf0f4478b91ca7f58eb41ea9adeea
  Author: Vineet Reynolds <Vineet.Reynolds at gmail.com>
  Date:   2013-03-10 (Sun, 10 Mar 2013)

  Changed paths:
    M javaee-impl/src/main/java/org/jboss/forge/spec/javaee/jpa/FieldPlugin.java
    M javaee-impl/src/test/java/org/jboss/forge/spec/jpa/NewFieldPluginTest.java

  Log Message:
  -----------
  FORGE-814: Supports optional attribute in ManyToOne/OneToOne

A 'required' argument is now available as a flag for the manyToOne and oneToOne commands. This sets the optional attribute value in the @ManyToOne and @OneToOne annotations to false.


  Commit: f5b1502714413978916fd42122d34955b883240a
      https://github.com/forge/core/commit/f5b1502714413978916fd42122d34955b883240a
  Author: George Gastaldi <gegastaldi at gmail.com>
  Date:   2013-03-10 (Sun, 10 Mar 2013)

  Changed paths:
    M javaee-impl/src/main/java/org/jboss/forge/spec/javaee/jpa/FieldPlugin.java
    M javaee-impl/src/test/java/org/jboss/forge/spec/jpa/NewFieldPluginTest.java

  Log Message:
  -----------
  Merge pull request #296 from VineetReynolds/FORGE-814

FORGE-814: Supports optional attribute in ManyToOne/OneToOne


Compare: https://github.com/forge/core/compare/f4462808373b...f5b150271441


More information about the forge-commits mailing list