教义很多,很多,渴望不工作

时间:2015-05-25 08:42:02

标签: php symfony doctrine-orm

我有问题。我设置fetch = eager并转储我的实体。 field products = init = false;渴望不工作?为什么呢?

/**
* @ORM\ManyToMany(targetEntity="Deface\Bundle\AdminBundle\Entity \Product", fetch="EAGER")
 * @ORM\JoinTable(name="product_basket",
 * joinColumns={@ORM\JoinColumn(name="basket_id", referencedColumnName="id")},
 * inverseJoinColumns={@ORM\JoinColumn(name="product_code", referencedColumnName="code")}
 * )
 */
private $products;

0 个答案:

没有答案