gpt4 book ai didi

mysql - HQL:where 子句中的未知列

转载 作者:行者123 更新时间:2023-11-29 20:32:47 24 4
gpt4 key购买 nike

我正在尝试计算 hql 查询的行数。我收到警告,指出 TypeOfPermission 列不存在。这让我觉得很奇怪,就像之前的查询确实有效一样。下面的行返回 2 行(如预期)

from ClientIdentity c left join fetch c.Permissions p where p.TypeOfPermission = :permissionType;

但是,使用以下计数查询时,查询会失败,因为现在不再识别 TypeOfPermission 列。

countQuery = "select count(*) from ClientIdentity c left join fetch c.Permissions p where p.TypeOfPermission = :permissionType";
long count = countQuery.UniqueResult<long>();

最佳答案

你改变:

  c.Permissions to Permissions

关于mysql - HQL:where 子句中的未知列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38953380/

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