From de18be8467912348ea73c7f5557397bab9ba86b3 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 3 Feb 2022 12:01:57 +0000 Subject: Remove direct DB Load/Save from apex-pdp This review is part of a series of reviews to move the apex-pdp state machine model to use the base model types in policy models. Persistence of policies for apex-pdp is now implemented in PAP and API. The historic direct load and save functionality for APEX policy state machine models to and from databases is no longer used and no longer supported. This revmoves the DAO code from apex-pdp and the associated handling and test code. The next review will remove the JPA annotations. Subsequent reviews will mvoe the mdoel across to use the policy models base model types. Issue-ID: POLICY-1820 Change-Id: Iabf034b40a413d32fe62091fe3446f52ec30d3af Signed-off-by: liamfallon --- .../src/main/resources/META-INF/persistence.xml | 263 --------------------- 1 file changed, 263 deletions(-) delete mode 100644 packages/apex-pdp-package-full/src/main/resources/META-INF/persistence.xml (limited to 'packages/apex-pdp-package-full/src/main/resources') diff --git a/packages/apex-pdp-package-full/src/main/resources/META-INF/persistence.xml b/packages/apex-pdp-package-full/src/main/resources/META-INF/persistence.xml deleted file mode 100644 index 23c70b18b..000000000 --- a/packages/apex-pdp-package-full/src/main/resources/META-INF/persistence.xml +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - org.eclipse.persistence.jpa.PersistenceProvider - - org.onap.policy.apex.core.basicmodel.dao.converters.UUID2String - org.onap.policy.apex.core.basicmodel.concepts.AxArtifactKey - org.onap.policy.apex.core.basicmodel.concepts.AxConcept - org.onap.policy.apex.core.basicmodel.concepts.AxDataType - org.onap.policy.apex.core.basicmodel.concepts.AxKeyInfo - org.onap.policy.apex.core.basicmodel.concepts.AxKeyInformation - org.onap.policy.apex.core.basicmodel.concepts.AxModel - org.onap.policy.apex.core.basicmodel.concepts.TestEntity - org.onap.policy.apex.core.contextmodel.concepts.AxContextType - org.onap.policy.apex.core.contextmodel.concepts.AxContextItem - org.onap.policy.apex.core.contextmodel.concepts.AxContextItemTemplate - org.onap.policy.apex.core.contextmodel.concepts.AxContextScope - org.onap.policy.apex.core.contextmodel.concepts.AxContextType - org.onap.policy.apex.core.contextmodel.concepts.AxContextMap - org.onap.policy.apex.core.contextmodel.concepts.AxContext - org.onap.policy.apex.core.contextmodel.concepts.AxContextModel - org.onap.policy.apex.core.eventmodel.concepts.AxEventParameter - org.onap.policy.apex.core.eventmodel.concepts.AxEvent - org.onap.policy.apex.core.eventmodel.concepts.AxEvents - org.onap.policy.apex.core.eventmodel.concepts.AxEventModel - org.onap.policy.apex.core.policymodel.concepts.AxLogic - org.onap.policy.apex.core.policymodel.concepts.AxTaskParameter - org.onap.policy.apex.core.policymodel.concepts.AxTask - org.onap.policy.apex.core.policymodel.concepts.AxTasks - org.onap.policy.apex.core.policymodel.concepts.AxState - org.onap.policy.apex.core.policymodel.concepts.AxPolicy - org.onap.policy.apex.core.policymodel.concepts.AxPolicies - org.onap.policy.apex.core.policymodel.concepts.AxPolicyModel - org.onap.policy.apex.core.enginemodel.concepts.AxEngineStats - org.onap.policy.apex.core.enginemodel.concepts.AxEngineModel - org.onap.policy.apex.domains.aadm.concepts.ENodeBStatus - org.onap.policy.apex.domains.aadm.concepts.IMSIStatus - org.onap.policy.apex.domains.aadm.concepts.IPAddressStatus - org.onap.policy.apex.domains.adaptive.concepts.AnomalyDetection - org.onap.policy.apex.domains.adaptive.concepts.Autmer - org.onap.policy.apex.domains.vpn.concepts.VPNCustooLearn - org.onap.policy.apex.domains.vpn.concepts.VPNLink - org.onap.policy.apex.domains.vpn.concepts.VPNProblem - - false - - - - - - - - - - - - - - - org.eclipse.persistence.jpa.PersistenceProvider - - org.onap.policy.apex.core.basicmodel.dao.converters.UUID2String - org.onap.policy.apex.core.basicmodel.concepts.AxArtifactKey - org.onap.policy.apex.core.basicmodel.concepts.AxConcept - org.onap.policy.apex.core.basicmodel.concepts.AxDataType - org.onap.policy.apex.core.basicmodel.concepts.AxKeyInfo - org.onap.policy.apex.core.basicmodel.concepts.AxKeyInformation - org.onap.policy.apex.core.basicmodel.concepts.AxModel - org.onap.policy.apex.core.basicmodel.concepts.TestEntity - org.onap.policy.apex.core.contextmodel.concepts.AxContextType - org.onap.policy.apex.core.contextmodel.concepts.AxContextItem - org.onap.policy.apex.core.contextmodel.concepts.AxContextItemTemplate - org.onap.policy.apex.core.contextmodel.concepts.AxContextScope - org.onap.policy.apex.core.contextmodel.concepts.AxContextType - org.onap.policy.apex.core.contextmodel.concepts.AxContextMap - org.onap.policy.apex.core.contextmodel.concepts.AxContext - org.onap.policy.apex.core.contextmodel.concepts.AxContextModel - org.onap.policy.apex.core.eventmodel.concepts.AxEventParameter - org.onap.policy.apex.core.eventmodel.concepts.AxEvent - org.onap.policy.apex.core.eventmodel.concepts.AxEvents - org.onap.policy.apex.core.eventmodel.concepts.AxEventModel - org.onap.policy.apex.core.policymodel.concepts.AxLogic - org.onap.policy.apex.core.policymodel.concepts.AxTaskParameter - org.onap.policy.apex.core.policymodel.concepts.AxTask - org.onap.policy.apex.core.policymodel.concepts.AxTasks - org.onap.policy.apex.core.policymodel.concepts.AxState - org.onap.policy.apex.core.policymodel.concepts.AxPolicy - org.onap.policy.apex.core.policymodel.concepts.AxPolicies - org.onap.policy.apex.core.policymodel.concepts.AxPolicyModel - org.onap.policy.apex.core.enginemodel.concepts.AxEngineStats - org.onap.policy.apex.core.enginemodel.concepts.AxEngineModel - org.onap.policy.apex.domains.aadm.concepts.ENodeBStatus - org.onap.policy.apex.domains.aadm.concepts.IMSIStatus - org.onap.policy.apex.domains.aadm.concepts.IPAddressStatus - org.onap.policy.apex.domains.adaptive.concepts.AnomalyDetection - org.onap.policy.apex.domains.adaptive.concepts.AutoLearn - org.onap.policy.apex.domains.vpn.concepts.VPNCustomer - org.onap.policy.apex.domains.vpn.concepts.VPNLink - org.onap.policy.apex.domains.vpn.concepts.VPNProblem - - false - - - - - - - - - - - - - - - org.hibernate.jpa.HibernatePersistenceProvider - - org.onap.policy.apex.core.basicmodel.dao.converters.UUID2String - org.onap.policy.apex.core.basicmodel.concepts.AxArtifactKey - org.onap.policy.apex.core.basicmodel.concepts.AxConcept - org.onap.policy.apex.core.basicmodel.concepts.AxDataType - org.onap.policy.apex.core.basicmodel.concepts.AxKeyInfo - org.onap.policy.apex.core.basicmodel.concepts.AxKeyInformation - org.onap.policy.apex.core.basicmodel.concepts.AxModel - org.onap.policy.apex.core.basicmodel.concepts.TestEntity - org.onap.policy.apex.core.contextmodel.concepts.AxContextType - org.onap.policy.apex.core.contextmodel.concepts.AxContextItem - org.onap.policy.apex.core.contextmodel.concepts.AxContextItemTemplate - org.onap.policy.apex.core.contextmodel.concepts.AxContextScope - org.onap.policy.apex.core.contextmodel.concepts.AxContextType - org.onap.policy.apex.core.contextmodel.concepts.AxContextMap - org.onap.policy.apex.core.contextmodel.concepts.AxContext - org.onap.policy.apex.core.contextmodel.concepts.AxContextModel - org.onap.policy.apex.core.eventmodel.concepts.AxEventParameter - org.onap.policy.apex.core.eventmodel.concepts.AxEvent - org.onap.policy.apex.core.eventmodel.concepts.AxEvents - org.onap.policy.apex.core.eventmodel.concepts.AxEventModel - org.onap.policy.apex.core.policymodel.concepts.AxLogic - org.onap.policy.apex.core.policymodel.concepts.AxTaskParameter - org.onap.policy.apex.core.policymodel.concepts.AxTask - org.onap.policy.apex.core.policymodel.concepts.AxTasks - org.onap.policy.apex.core.policymodel.concepts.AxState - org.onap.policy.apex.core.policymodel.concepts.AxPolicy - org.onap.policy.apex.core.policymodel.concepts.AxPolicies - org.onap.policy.apex.core.policymodel.concepts.AxPolicyModel - org.onap.policy.apex.core.enginemodel.concepts.AxEngineStats - org.onap.policy.apex.core.enginemodel.concepts.AxEngineModel - org.onap.policy.apex.domains.aadm.concepts.ENodeBStatus - org.onap.policy.apex.domains.aadm.concepts.IMSIStatus - org.onap.policy.apex.domains.aadm.concepts.IPAddressStatus - org.onap.policy.apex.domains.adaptive.concepts.AnomalyDetection - org.onap.policy.apex.domains.adaptive.concepts.AutoLearn - org.onap.policy.apex.domains.vpn.concepts.VPNCustomer - org.onap.policy.apex.domains.vpn.concepts.VPNLink - org.onap.policy.apex.domains.vpn.concepts.VPNProblem - - - - - - - - - - - - - - - - - - - - - - - org.hibernate.jpa.HibernatePersistenceProvider - - org.onap.policy.apex.core.basicmodel.dao.converters.UUID2String - org.onap.policy.apex.core.basicmodel.concepts.AxArtifactKey - org.onap.policy.apex.core.basicmodel.concepts.AxConcept - org.onap.policy.apex.core.basicmodel.concepts.AxDataType - org.onap.policy.apex.core.basicmodel.concepts.AxKeyInfo - org.onap.policy.apex.core.basicmodel.concepts.AxKeyInformation - org.onap.policy.apex.core.basicmodel.concepts.AxModel - org.onap.policy.apex.core.basicmodel.concepts.TestEntity - org.onap.policy.apex.core.contextmodel.concepts.AxContextType - org.onap.policy.apex.core.contextmodel.concepts.AxContextItem - org.onap.policy.apex.core.contextmodel.concepts.AxContextItemTemplate - org.onap.policy.apex.core.contextmodel.concepts.AxContextScope - org.onap.policy.apex.core.contextmodel.concepts.AxContextType - org.onap.policy.apex.core.contextmodel.concepts.AxContextMap - org.onap.policy.apex.core.contextmodel.concepts.AxContext - org.onap.policy.apex.core.contextmodel.concepts.AxContextModel - org.onap.policy.apex.core.eventmodel.concepts.AxEventParameter - org.onap.policy.apex.core.eventmodel.concepts.AxEvent - org.onap.policy.apex.core.eventmodel.concepts.AxEvents - org.onap.policy.apex.core.eventmodel.concepts.AxEventModel - org.onap.policy.apex.core.policymodel.concepts.AxLogic - org.onap.policy.apex.core.policymodel.concepts.AxTaskParameter - org.onap.policy.apex.core.policymodel.concepts.AxTask - org.onap.policy.apex.core.policymodel.concepts.AxTasks - org.onap.policy.apex.core.policymodel.concepts.AxState - org.onap.policy.apex.core.policymodel.concepts.AxPolicy - org.onap.policy.apex.core.policymodel.concepts.AxPolicies - org.onap.policy.apex.core.policymodel.concepts.AxPolicyModel - org.onap.policy.apex.core.enginemodel.concepts.AxEngineStats - org.onap.policy.apex.core.enginemodel.concepts.AxEngineModel - org.onap.policy.apex.domains.aadm.concepts.ENodeBStatus - org.onap.policy.apex.domains.aadm.concepts.IMSIStatus - org.onap.policy.apex.domains.aadm.concepts.IPAddressStatus - org.onap.policy.apex.domains.adaptive.concepts.AnomalyDetection - org.onap.policy.apex.domains.adaptive.concepts.AutoLearn - org.onap.policy.apex.domains.vpn.concepts.VPNCustomer - org.onap.policy.apex.domains.vpn.concepts.VPNLink - org.onap.policy.apex.domains.vpn.concepts.VPNProblem - - - - - - - - - - - - - - - - - - - - - -- cgit 1.2.3-korg