aboutsummaryrefslogtreecommitdiffstats
path: root/models-pap/src/test/resources/META-INF/persistence.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-02-07Replace Eclipselink with Hibernateliamfallon1-18/+4
Issue-ID: POLICY-4533 Change-Id: I77a6c44c96013963e141265758629cae83e49876 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-12-18Upgrade the H2 database to the latest versionliamfallon1-2/+2
The latest verison of H2 does not allow colums called "user" or indexes using an underscore in their name. Issue-ID: POLICY-4488 Change-Id: I1db62768b0c0f85543c2f7d3681243f8386825e7 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-05-28Handling Policy deploy/undeploy audit modelsadheli.tavares1-0/+46
Added a new Entity to store information when a Pdp Policy is deployed or undeployed and its create/retrieve methods. Change-Id: I35b3608c878bbfbbee0a99a124d100a48fe08131 Issue-ID: POLICY-2899 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>