Upon reading this (archived) tutorial, they have not mentioned anything over creating tables in the DB. Does the Hibernate handle it automatically by creating tables and fie
your hibernate.hbm2ddl.auto setting should be defining that the database is created (options are validate, create, update or create-drop)
validate
create
update
create-drop