Doctrine


Doctrine\ORM\Mapping\OneToMany
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 77

Class OneToMany

Class:OneToMany - Superclass: Annotation
Annotation
⌊ OneToMany

public final class OneToMany
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

$mappedBy

mixed

$orphanRemoval

mixed

$targetEntity

Fields inherited from Doctrine\Common\Annotations\Annotation
value

Field Detail

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

cascade

public mixed $cascade

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

fetch

public mixed $fetch = 'LAZY'

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

mappedBy

public mixed $mappedBy

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

orphanRemoval

public mixed $orphanRemoval = false

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

targetEntity

public mixed $targetEntity

Doctrine