我想应该有小伙伴出现数据库连接错误的情况吧,,我的mysql包是在maven仓库下的5.1.38版本,也出现了这种状况,换成老湿的5.1.24就没问题了
2017-07-13
A different object with the same identifier value was already associated with the session:可能是你的主键冲突了,手动stu1.setSid(1); stu2.setSid(2);即可
2017-07-13
找错误找了好久,最后感觉快要炸了。最后才发现是映射文件那里写错了,然后用hibernate自动生成的映射文件,学生id手动输入,对了!
2017-07-12
如果出现了unknown entity错误记得要在初始化config对象之后,加上一句“config.addClass(实体类.class);”
2017-07-08
使用Eclipse+hibernateTool配置后,建立Configuration报如下错误
An internal error occurred during: "Fetching children of hibernateAuto".
org.eclipse.jdt.internal.compiler.impl.CompilerOptions.versionToJdkLevel(Ljava/lang/Object;)J
An internal error occurred during: "Fetching children of hibernateAuto".
org.eclipse.jdt.internal.compiler.impl.CompilerOptions.versionToJdkLevel(Ljava/lang/Object;)J
2017-07-08