gpt4 book ai didi

hibernate JPA : How to control "Not-Found" behavior when lazy loading a ManyToOne relation?

转载 作者:行者123 更新时间:2023-12-03 23:10:24 24 4
gpt4 key购买 nike

在旧的基于 xml 的 hibernate 中,可以有这个配置,
<many-to-one ... not-found="ignore" />
但是在 JPA 注释中,似乎没有类似的东西。

我的问题是我们公司有这样的 SQL REFERENCE 定义:
authorId INT NOT NULL DEFAULT 0
这使得所有外部引用默认为“未找到”的情况。当关系被延迟加载时,会得到一个异常...

最佳答案

试试 @NotFound(action=NotFoundAction.IGNORE) .这是一个 Hibernate annotation .

关于 hibernate JPA : How to control "Not-Found" behavior when lazy loading a ManyToOne relation?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7142863/

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