摘要: 一、hiberbate.cfg.xmlorg.gjt.mm.mysql.Driver jdbc:mysql://localhost:3306/test rootadmin1org.hibernate.dialect.HSQLDialectcreatetrue二、表映射的配置 阅读全文
posted @ 2013-09-26 16:09 吴伟都 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 问题:2011-04-18 11:35:46,734 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] - could not complete schema update把update改成cretecreate:如果表没存在就创建表,若存在就删除重新创建表。update:不会创建表,只会更新表 阅读全文
posted @ 2013-09-26 16:04 吴伟都 阅读(402) 评论(0) 推荐(0) 编辑