if you're using JPA, specify this in your persistence.xml
| <property name="hibernate.hbm2ddl.auto"
value="create-drop"/>
|
if you are strictly using hibernate, then you do something similar with
hibernate.properties or hibernate.cfg.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081928#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...