没有相应的数据库表

查看一下你的
1 *.hbm.xml
2 hibernate.properties
3 数据库中的表

自动创建数据表?
你写了
SchemaExport se = new SchemaExport(conf);
se.create(true, true);吗?