gpt4 book ai didi

java, hibernate : mapping property with a query

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

我有一个具有“数量”属性的实体,该值不是表字段,而是使用 hql 查询动态计算的。

那么,是否可以在我的实体中添加这个值并让 hibernate 在我加载我的实体时计算它?

最佳答案

您使用公式注释。例如:

@Formula("(select min(o.creation_date) from Orders o where o.customer_id = id)")
private Date firstOrderDate;

查看这篇文章: Calculated property with JPA / Hibernate

还有 Hibernate 教程: http://docs.jboss.org/hibernate/core/3.3/reference/en/html/mapping.html#mapping-column

关于java, hibernate : mapping property with a query,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4912923/

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