Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. /**
  2. * @ManyToMany(targetEntity="Wms\Domain\Entity\Produto\Regra", inversedBy="tipos")
  3. * @JoinTable(name="TIPO_REGRA_PRODUTO",
  4. * joinColumns={@JoinColumn(name="COD_TIPO_PRODUTO", referencedColumnName="COD_TIPO_PRODUTO")},
  5. * inverseJoinColumns={@JoinColumn(name="COD_REGRA_PRODUTO", referencedColumnName="COD_REGRA_PRODUTO")}
  6. * )
  7. * @var ArrayCollection
  8. */
  9. protected $regras;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement