gpt4 book ai didi

java - 找不到符号符号: class NestableRuntimeException location: package org. hibernate.exception

转载 作者:太空宇宙 更新时间:2023-11-04 06:22:02 24 4
gpt4 key购买 nike

我的 pom.xml 中有以下 Maven 依赖项:

<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>3.6.3.Final</version>
</dependency>

但是项目编译后我看到以下消息:

cannot find symbol
symbol: class NestableRuntimeException
location: package org.hibernate.exception

附注
我尝试将 hibernate 版本更改为

4.3.7.最终

但我看到旧的结果

我应该添加哪个依赖项?

最佳答案

NestableRuntimeException在 Hibernate 3.2 中可用,但自 Hibernate 3.3 起被删除.

您需要重构代码才能使用HibernateException相反。

关于java - 找不到符号符号: class NestableRuntimeException location: package org. hibernate.exception,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27311179/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com