摘要:Could not parse mapping document from input stream
阅读全文
随笔分类 - Hibernate
摘要:Could not parse mapping document from input stream
阅读全文
摘要:在配置hibernate.cfg.xml时需指定使用数据库的方言: 例: <property name="dialect">org.hibernate.dialect.MySQL5Dialect</property> 以下是各数据库对应的方言(Dialect): 数据库 方言(Dialect) DB
阅读全文
|