Fragment Entity does not represent the correct relationship with Anchor 88/134488/1
authordanielhanrahan <daniel.hanrahan@est.tech>
Thu, 4 May 2023 22:19:19 +0000 (23:19 +0100)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Thu, 4 May 2023 22:19:19 +0000 (23:19 +0100)
commitb49d38cc15ad20e660d0e4ebd8a6d6a06e6a2207
treeb13eafe9d734edbed0ab7e992d8d0cb1680e30c7
parent61e8551cf91c95844963f0e52cefddb6a7477d38
Fragment Entity does not represent the correct relationship with Anchor

FragmentEntity incorrectly has OneToOne relationship to AnchorEntity,
instead of ManyToOne. The reason this has not caused errors so far is
that Liquibase is being used to generate database definition, not JPA.

Issue-ID: CPS-863
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I8d3c5dc19193a84fa59526de7f2cbab7ab20a8fc
cps-ri/src/main/java/org/onap/cps/spi/entities/FragmentEntity.java