Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道我们如何在 JPA 中使用序列。我们有一个非 pk 字段,其值必须来自数据库中的序列。我怎样才能更新更新实体的值?
提前致谢。
JPA 定义@GeneratedValue仅适用于 PK 字段。DataNucleus 在任何领域都接受它。显然,这超出了 JPA 规范,其他实现可能不支持这种行为。
@GeneratedValue