Remove Entity annotation from PfConceptContainer 89/113389/1
authorliamfallon <liam.fallon@est.tech>
Wed, 30 Sep 2020 16:39:21 +0000 (17:39 +0100)
committerliamfallon <liam.fallon@est.tech>
Wed, 30 Sep 2020 16:39:24 +0000 (17:39 +0100)
commitb8c397eb62b91cbcadd10448410a3487ab0dfec8
treecd1bc0a13325ff235ea687cb4fdd71d2948aca45
parent53dcd55318a66a03be958c0e4bbf636ff3a80659
Remove Entity annotation from PfConceptContainer

The PfConceptContainer class uses incompatible JPA anotations
@MappedSuperClass and @Entity are incompatible as a MappedSuperClass
cannot be an entity.

Eclipselink silently tolerates this incompatibility but Hibernate (used
in CLAMP) throws a build error on this class.

Issue-ID: POLICY-2851
Change-Id: I2fd3d9217dc00717f8f2471e4848d254e7726b11
Signed-off-by: liamfallon <liam.fallon@est.tech>
models-base/src/main/java/org/onap/policy/models/base/PfConceptContainer.java