You might want to check the setting of the property 'hibernate.hbm2ddl.auto' in hibernate.xml
e.g., if you have the following one as default, it would create the schema, destroying previous data
<property name="hibernate.hbm2ddl.auto" value="create" />