Doctrine


Doctrine\ORM\Mapping\ManyToMany
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 90

Class ManyToMany

Class:ManyToMany - Superclass: Annotation
Annotation
⌊ ManyToMany

public final class ManyToMany
extends Annotation

Annotations class

License:
http://www.opensource.org/licenses/lgpl-license.php LGPL
See Also:
www.doctrine-project.org
Since:
2.0
Version:
$Revision: 3938 $
Author:
Guilherme Blanco
Jonathan Wage
Roman Borschel

Field Summary
mixed

$cascade

mixed

$fetch

mixed

$inversedBy

mixed

$mappedBy

mixed

$targetEntity

Fields inherited from Doctrine\Common\Annotations\Annotation
value

Field Detail

/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 94

cascade

public mixed $cascade

/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 95

fetch

public mixed $fetch = 'LAZY'

/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 93

inversedBy

public mixed $inversedBy

/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 92

mappedBy

public mixed $mappedBy

/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 91

targetEntity

public mixed $targetEntity

Doctrine