按对象类型的条件查询过滤器

发布于 2024-10-25 14:20:17 字数 208 浏览 2 评论 0原文

我正在使用 jpa 标准查询。

是否可以通过某些属性的类型来过滤实体?

让我解释一下: 我有一个实体(我们称之为“孩子”),它从另一个实体(我们称之为“父亲”)延伸而来。

第三个实体 Entity1 具有属性 Father(在某些情况下也可以是 Child)。

有没有办法只检索那些父亲属性是孩子的Entity1?

谢谢!

I'm using jpa criteria query.

Is it possible to filter an entity by the type of some of it's atributes?

let me explain:
I have an entity (let's call it Child) that extends from another entity (let's call it Father).

A third entity Entity1 has an attribute Father (which in some cases could also be Child).

Is there some way to retrieve only those Entity1 which Father attribute is a Child?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

煮酒 2024-11-01 14:20:17

我刚刚使用了 Child 的子查询,没有找到更好的解决方案。

I've just used a subquery of Child , didn't find a better solution.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文