yehs220 2003-08-28 15:51 没有相应的数据库表 查看一下你的1 *.hbm.xml2 hibernate.properties3 数据库中的表 自动创建数据表?你写了SchemaExport se = new SchemaExport(conf);se.create(true, true);吗?