在保存和刷新jpa后,无法从db获取持久化的序列号

时间:2014-03-12 23:57:20

标签: java jpa spring-data-jpa

我们为表格提供了一个复合主键为sequence number, id的表格...让我们说parent_tbl

每行sequence number is an oracle seq number that is generated with a trigger before insert

我们有另一张表,我们称之为child_tbl uni-directional many-to-one association to parent_tbl

持久化parent_tbl后

。它returns sequence number as 0.

但是,我需要序列号来持久化child_tbl,否则,它会返回违反完整性约束(* _FK1) - 未找到父键。

我目前正在使用spring数据jpa。 How can I retrieve the sequence number

0 个答案:

没有答案