diff options
author | ning.xi <ning.xi@est.tech> | 2019-12-26 21:28:20 +0800 |
---|---|---|
committer | Ram Krishna Verma <ram.krishna.verma@est.tech> | 2020-01-09 14:44:39 +0000 |
commit | f3d671360961af57fa8921ecfebcdf6f1fa17243 (patch) | |
tree | 6de5da070fa38a59a5f0a8dee5be2a64111284f4 /main/src/test/resources/META-INF/persistence.xml | |
parent | 46c781f75fd1f29fd15bb81d9b4d640aa315cab8 (diff) |
statistics rest api update
Issue-ID: POLICY-1629
Signed-off-by: ning.xi <ning.xi@est.tech>
Change-Id: I104fc448d27a282c01e7f54db300f918374b8d07
Diffstat (limited to 'main/src/test/resources/META-INF/persistence.xml')
-rw-r--r-- | main/src/test/resources/META-INF/persistence.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/test/resources/META-INF/persistence.xml b/main/src/test/resources/META-INF/persistence.xml index 40b62197..ed09e78a 100644 --- a/main/src/test/resources/META-INF/persistence.xml +++ b/main/src/test/resources/META-INF/persistence.xml @@ -32,6 +32,7 @@ <class>org.onap.policy.models.pdp.persistence.concepts.JpaPdpGroup</class> <class>org.onap.policy.models.pdp.persistence.concepts.JpaPdpSubGroup</class> <class>org.onap.policy.models.pdp.persistence.concepts.JpaPdp</class> + <class>org.onap.policy.models.pdp.persistence.concepts.JpaPdpStatistics</class> <properties> <property name="javax.persistence.schema-generation.database.action" value="create" /> |