码迷,mamicode.com
首页 > Web开发 > 详细

Hibernate 继承映射可能会遇到的错误

时间:2018-09-23 18:18:12      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:error:   col   hiberna   出现   ant   注释   could   not   lstat   

问题:

我们在配置hibernate的时候,默认是会配置下面的两个属性的

1   <property name="hibernate.default_catalog">hibernate</property>
2   <property name="hibernate.default_schema">test</property>

但是问题来了,在使用hibernate处理继承关系的时候,出现

WARN: SQL Error: 1064, SQLState: 42000:

Could not instantiate persister org.hibernate.persister.entity.JoinedSubclassEntityPersister:

 

解决办法:

注释掉上面两个无用的配置 :

 

 

Hibernate 继承映射可能会遇到的错误

标签:error:   col   hiberna   出现   ant   注释   could   not   lstat   

原文地址:https://www.cnblogs.com/dgwblog/p/9693040.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!