0 Replies Latest reply on Nov 6, 2005 8:43 AM by ciovo

    UML to EJB 3.0

    ciovo

      Is there a way to create ejb3 POJO class files directly from UML?
      I mean, is there a plug-in for eclipse or a standalone application that can create my entity bean (with the correct annotation: @OneToMany, @ID(generate=GeneratorType.AUTO), @Column (name = "columnname", unique=true, nullable=false), @JoinColumn etc..etc...) creating getters and setters starting from a UML rappresentation of a DB schema?
      Thanks a lot!