今天使用一个hibernate时候出现有意思得错误,hibernate不会自动建立库,只会给你建立表,如果没有你URL配置得数据管理系统中没有这个库会报 : Cannot open connection (无法打开连接) 错误
还有hibernate映射bean完成之后要在hibernate.cfg.xml配置文件中导入 xxx.hbm.xml文件否者会报: An association from the table books refers to an unmapped class: com.web.bean.Bookshelf (表xxx中的关联引用了未映射的类) 这个错误