| http://www.w3.org/ns/prov#value | - In hibernate.cfg.xml, there is an option to clean out and create the schema every time Hibernate start.<!-- Drop and re-create the database schema on startup --><property name=\hbm2ddl.auto\>create</property>When you run EventManger, you need it to create the schema for you.
|