This content has been marked as final.
Show 2 replies
-
1. Re: Specify Database Table(s) during Seam Generate
dan.j.allen Jul 3, 2008 6:09 AM (in response to jesse)Yes, you have to use the Hibernate reverse engineering configuration, which is stored in the file resources/seam-gen.reveng.xml. Check the Hibernate reverse engineering docs for more information about it. You can also see examples in the Seam in Action source code.
-
2. Re: Specify Database Table(s) during Seam Generate
jesse Jul 3, 2008 2:28 PM (in response to jesse)Thanks Dan. That worked like a charm. I'll check out the book as well.
Jesse