0 Replies Latest reply on Nov 15, 2006 3:36 AM by chl-cert

    Hibernate Tools ManyToOne

    chl-cert

      HI,
      I havew the following
      In the user class:
      @ManyToOne(cascade = {}, fetch = FetchType.EAGER)
      @JoinColumn(name = "defaultLabel_id", unique = false, nullable = false, insertable = true, updatable = true)
      public Label getDefaultLabel() {
      return this.defaultLabel;
      }

      An the hibernate Tool CRUD generator meany that label should also have a list of Users.

      ???
      Can anyone help me.
      Chris