gpt4 book ai didi

java hibernate : selecting the discriminator column in polymorphic hql query

转载 作者:太空狗 更新时间:2023-10-29 22:44:29 27 4
gpt4 key购买 nike

在 hibernate 状态下,我想选择鉴别器值。有点像

从Animal中选择discriminator, id, name, age

我的想法是将这个查询的结果发送到客户端,这样我就可以根据鉴别器列的值(即猫、狗、大象等)显示不同的图标。

这可能吗?怎么办?

最佳答案

您可以按如下方式进行:

select a.class, a.id, a.name, a.age from Animal a

来自 Hibernate Documentation :

The special property class accesses the discriminator value of an instance in the case of polymorphic persistence.

关于java hibernate : selecting the discriminator column in polymorphic hql query,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5584038/

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