gpt4 book ai didi

java - 我想要获得一周的值(value)

转载 作者:行者123 更新时间:2023-12-02 08:36:10 25 4
gpt4 key购买 nike

我只想获取一周的值。我正在使用以下 JPA 查询:

 SELECT a 
FROM questions.dao.hibernate.Questions a
WHERE (a.posted_date-CURRENT_DATE)>= 7

但是我收到一条错误消息,例如

org.hibernate.QueryException: could not resolve property: posted_date of: questions.dao.hibernate.Questions [SELECT a FROM questions.dao.hibernate.Questions a WHERE (a.posted_date-CURRENT_DATE)>=7]

请帮助我。

谢谢

最佳答案

这对我来说听起来很不言自明。类 questions.dao.hibernate.Questions 没有名为 posted_date 的属性(它可能具有该属性 - 这将是一个奇怪的命名虽然约定 - 但 Hibernate 不知道)。

关于java - 我想要获得一周的值(value),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1699381/

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