liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | Copyright (C) 2021 Nordix Foundation. |
| 5 | ================================================================================ |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | you may not use this file except in compliance with the License. |
| 8 | You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
| 17 | |
| 18 | SPDX-License-Identifier: Apache-2.0 |
| 19 | ============LICENSE_END========================================================= |
| 20 | --> |
| 21 | <persistence xmlns="http://java.sun.com/xml/ns/persistence" version="2.0"> |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 22 | <persistence-unit name="ToscaConceptTest" transaction-type="RESOURCE_LOCAL"> |
| 23 | <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider> |
| 24 | |
| 25 | <class>org.onap.policy.models.base.PfConceptKey</class> |
| 26 | <class>org.onap.policy.models.dao.converters.CDataConditioner</class> |
| 27 | <class>org.onap.policy.models.dao.converters.Uuid2String</class> |
| 28 | <class>org.onap.policy.models.pdp.persistence.concepts.JpaPdp</class> |
| 29 | <class>org.onap.policy.models.pdp.persistence.concepts.JpaPdpGroup</class> |
| 30 | <class>org.onap.policy.models.pdp.persistence.concepts.JpaPdpStatistics</class> |
| 31 | <class>org.onap.policy.models.pdp.persistence.concepts.JpaPdpSubGroup</class> |
| 32 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaCapabilityAssignment</class> |
| 33 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaCapabilityAssignments</class> |
| 34 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaCapabilityType</class> |
| 35 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaCapabilityTypes</class> |
| 36 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaDataType</class> |
| 37 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaDataTypes</class> |
| 38 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaNodeTemplate</class> |
| 39 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaNodeTemplates</class> |
| 40 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaNodeType</class> |
| 41 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaNodeTypes</class> |
| 42 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaParameter</class> |
| 43 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaPolicies</class> |
| 44 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaPolicy</class> |
| 45 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaPolicyType</class> |
| 46 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaPolicyTypes</class> |
| 47 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaProperty</class> |
| 48 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaRelationshipType</class> |
| 49 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaRelationshipTypes</class> |
| 50 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaRequirement</class> |
| 51 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaRequirements</class> |
| 52 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaServiceTemplate</class> |
| 53 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaTopologyTemplate</class> |
| 54 | <class>org.onap.policy.models.tosca.simple.concepts.JpaToscaTrigger</class> |
| 55 | <class>org.onap.policy.clamp.controlloop.models.controlloop.persistence.concepts.JpaControlLoop</class> |
| 56 | <class>org.onap.policy.clamp.controlloop.models.controlloop.persistence.concepts.JpaControlLoopElement</class> |
| 57 | <class>org.onap.policy.clamp.controlloop.models.controlloop.persistence.concepts.JpaParticipant</class> |
| 58 | <class>org.onap.policy.clamp.controlloop.models.controlloop.persistence.concepts.JpaParticipantStatistics</class> |
| 59 | <class>org.onap.policy.clamp.controlloop.models.controlloop.persistence.concepts.JpaClElementStatistics</class> |
| 60 | |
| 61 | <properties> |
| 62 | <property name="eclipselink.ddl-generation" value="drop-and-create-tables" /> |
| 63 | <property name="eclipselink.ddl-generation.output-mode" value="database" /> |
| 64 | <property name="eclipselink.logging.level" value="INFO" /> |
| 65 | |
| 66 | <!-- <property name="eclipselink.logging.level" value="ALL" /> |
| 67 | <property name="eclipselink.logging.level.jpa" value="ALL" /> |
| 68 | <property name="eclipselink.logging.level.ddl" value="ALL" /> |
| 69 | <property name="eclipselink.logging.level.connection" value="ALL" /> |
| 70 | <property name="eclipselink.logging.level.sql" value="ALL" /> |
| 71 | <property name="eclipselink.logging.level.transaction" value="ALL" /> |
| 72 | <property name="eclipselink.logging.level.sequencing" value="ALL" /> |
| 73 | <property name="eclipselink.logging.level.server" value="ALL" /> |
| 74 | <property name="eclipselink.logging.level.query" value="ALL" /> |
| 75 | <property name="eclipselink.logging.level.properties" value="ALL"/> --> |
| 76 | </properties> |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 77 | </persistence-unit> |
| 78 | </persistence> |
| 79 | |