Merge "Use lowercase for table names in beans" into dublin
authorSteve Smokowski <ss835w@att.com>
Fri, 31 May 2019 18:19:12 +0000 (18:19 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 31 May 2019 18:19:12 +0000 (18:19 +0000)
mso-catalog-db/src/main/java/org/onap/so/db/catalog/beans/ActivitySpecCategories.java
mso-catalog-db/src/main/java/org/onap/so/db/catalog/beans/ActivitySpecParameters.java
mso-catalog-db/src/main/java/org/onap/so/db/catalog/beans/VnfResourceWorkflow.java

index e7ace2c..b5da55c 100644 (file)
@@ -27,7 +27,7 @@ import org.hibernate.annotations.NotFoundAction;
 import uk.co.blackpepper.bowman.annotation.LinkedResource;
 
 @Entity
-@Table(name = "ACTIVITY_SPEC_CATEGORIES")
+@Table(name = "activity_spec_categories")
 public class ActivitySpecCategories implements Serializable {
 
     private static final long serialVersionUID = -6251150462067699643L;
index 5173f27..ed05640 100644 (file)
@@ -17,7 +17,7 @@ import org.apache.commons.lang3.builder.ToStringBuilder;
 import com.openpojo.business.annotation.BusinessKey;
 
 @Entity
-@Table(name = "ACTIVITY_SPEC_PARAMETERS")
+@Table(name = "activity_spec_parameters")
 public class ActivitySpecParameters implements Serializable {
 
     private static final long serialVersionUID = 3627711377147710046L;
index f49ae26..92cc5d1 100644 (file)
@@ -44,7 +44,7 @@ import uk.co.blackpepper.bowman.annotation.LinkedResource;
 
 @Entity
 @IdClass(VnfResourceWorkflowId.class)
-@Table(name = "VNF_RESOURCE_TO_WORKFLOW")
+@Table(name = "vnf_resource_to_workflow")
 public class VnfResourceWorkflow implements Serializable {
 
     private static final long serialVersionUID = -1326433350241927676L;