gpt4 book ai didi

hibernate - 如何在 Hibernate 中存储日期集合

转载 作者:行者123 更新时间:2023-12-03 08:11:30 25 4
gpt4 key购买 nike

如果我在 JPA2 @Entity 中有以下字段:

List<Date> associatedDates;

如何让 JPA2 保留该字段?

@OneToMany 似乎不起作用。

JPA2 的 @ElementCollection 是最好的方法吗?如果是,我是否需要使用带有 @Entity 注释的包装器来代替?

this 中的serviceHistory 集合示例使用这种方法,但 ServiceVisit 类封装了更多信息 - 我实际上只需要存储时间点的集合。

最佳答案

Hibernate 引用指南包含您需要了解的关于 mapping a collection of elements 的所有信息,这是因为 Date 不是映射实体。

关于hibernate - 如何在 Hibernate 中存储日期集合,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7332904/

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