![]()
this is my persistence layer: persistence setup --provider HIBERNATE --database POSTGRES --userName postgres --password postgres --databaseName roo
all works fine... but when I kill tomcat with ctrl+c and run it again, it recreates tables on db.... empty!!
why?


Reply With Quote
