4 Replies Latest reply on Mar 20, 2007 11:42 PM by thejavafreak

    Generate database table from Entity with seam-gen

    thejavafreak

      Dear all,

      Are we able to create database table from Entity class with seam-gen? The current state I know now is that seam-gen able to create Entity from already created table. But not all case in a project that database table is made first, sometimes people prefer creating the Entity class first.

      I know hbm2ddl is able to do this and it would be great if seam-gen is also able to do this. If it already is made, would anyone be kind to show me how to do it as I have read in the documentation but can not found how to do it.

      Thanks in advance.