From bb89ed3ad0765d323b6b026fc5fdd3b4a57fcc31 Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Mon, 18 Jun 2018 14:04:52 +0100 Subject: Adding package module Change-Id: I2513f00a3f49d4428470c173a717ccb9fbc49de5 Issue-ID: POLICY-863 Signed-off-by: waqas.ikram --- .../src/main/resources/META-INF/persistence.xml | 258 +++++++++++++++++++++ 1 file changed, 258 insertions(+) create mode 100644 packages/apex-pdp-package-full/src/main/resources/META-INF/persistence.xml (limited to 'packages/apex-pdp-package-full/src/main/resources/META-INF') 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 new file mode 100644 index 000000000..692a925e7 --- /dev/null +++ b/packages/apex-pdp-package-full/src/main/resources/META-INF/persistence.xml @@ -0,0 +1,258 @@ + + + + + + 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.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