Comment out 'hbm2ddl.auto' property in hibernate.cfg.xml file if you do not want the tables auto created after you restart.
You can locate this file in gwt-console-server\WEB-INF\classes.
<!-- Drop and re-create the database schema on startup? -->
<property name="hbm2ddl.auto">create</property>