1 Reply Latest reply on Feb 22, 2007 10:43 PM by norman.richards

    How to generate all code to many package?

    chlol

      eg:
      i have 20 tables,i want to generate 1-5 tables code to admin module,and 6-10 tables code to system module, and 10-20 tables code to forum module.

      but in current version,jboss-seam generate all tables code to only one directory,include entity,session and view.

        • 1. Re: How to generate all code to many package?

          This is not possible with seam-gen, though it probably is with the hibernate IDE tools. Perhaps you should just generate the entities and use an IDE to refactor the packaging to your desire. It would would likely be much faster than trying to configure the reverse-engineering tools for your packaging structure.