|
@@ -207,7 +207,7 @@ class ONU implements DeviceInterface, TenancyIdTraitInterface, LocationInterface
|
|
|
protected $vlans;
|
|
|
|
|
|
/**
|
|
|
- * @ORM\ManyToOne(targetEntity="TContProfile", inversedBy="onus", fetch="EXTRA_LAZY")
|
|
|
+ * @ORM\ManyToOne(targetEntity="TContProfile", fetch="EXTRA_LAZY")
|
|
|
* @ORM\JoinColumn(name="tcontprofile_id", referencedColumnName="id", onDelete="SET NULL")
|
|
|
*
|
|
|
* @JMS\MaxDepth(1)
|
|
@@ -231,7 +231,7 @@ class ONU implements DeviceInterface, TenancyIdTraitInterface, LocationInterface
|
|
|
protected $trafficProfileIn;
|
|
|
|
|
|
/**
|
|
|
- * @ORM\ManyToOne(targetEntity="VLanID", inversedBy="onus", fetch="EXTRA_LAZY")
|
|
|
+ * @ORM\ManyToOne(targetEntity="VLanID", fetch="EXTRA_LAZY")
|
|
|
* @ORM\JoinColumn(name="vlan_id", referencedColumnName="id", onDelete="SET NULL")
|
|
|
*
|
|
|
* @JMS\MaxDepth(1)
|
|
@@ -239,7 +239,7 @@ class ONU implements DeviceInterface, TenancyIdTraitInterface, LocationInterface
|
|
|
protected $vlan;
|
|
|
|
|
|
/**
|
|
|
- * @ORM\ManyToOne(targetEntity="VLanProfile", inversedBy="onus", fetch="EXTRA_LAZY")
|
|
|
+ * @ORM\ManyToOne(targetEntity="VLanProfile", fetch="EXTRA_LAZY")
|
|
|
* @ORM\JoinColumn(name="vlan_profile_id", referencedColumnName="id", onDelete="SET NULL")
|
|
|
*
|
|
|
* @JMS\MaxDepth(1)
|
|
@@ -247,7 +247,7 @@ class ONU implements DeviceInterface, TenancyIdTraitInterface, LocationInterface
|
|
|
protected $vlanProfile;
|
|
|
|
|
|
/**
|
|
|
- * @ORM\ManyToOne(targetEntity="ONUProfile", inversedBy="onus", fetch="EXTRA_LAZY")
|
|
|
+ * @ORM\ManyToOne(targetEntity="ONUProfile", fetch="EXTRA_LAZY")
|
|
|
* @ORM\JoinColumn(name="onu_profile_id", referencedColumnName="id", onDelete="SET NULL")
|
|
|
*
|
|
|
* @JMS\MaxDepth(1)
|