标签: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:
解决办法:
注释掉上面两个无用的配置 :
标签:error: col hiberna 出现 ant 注释 could not lstat
原文地址:https://www.cnblogs.com/dgwblog/p/9693040.html