1
0
mirror of synced 2025-01-20 15:31:40 +03:00
This commit is contained in:
Fabio B. Silva 2012-11-13 14:54:37 -02:00
parent c1de4c5fda
commit 77827303d2
4 changed files with 5 additions and 5 deletions

View File

@ -31,4 +31,4 @@ final class ChangeTrackingPolicy implements Annotation
* @Enum({"DEFERRED_IMPLICIT", "DEFERRED_EXPLICIT", "NOTIFY"}) * @Enum({"DEFERRED_IMPLICIT", "DEFERRED_EXPLICIT", "NOTIFY"})
*/ */
public $value; public $value;
} }

View File

@ -61,4 +61,4 @@ final class ManyToMany implements Annotation
* @var string * @var string
*/ */
public $indexBy; public $indexBy;
} }

View File

@ -46,4 +46,4 @@ final class ManyToOne implements Annotation
* @var string * @var string
*/ */
public $inversedBy; public $inversedBy;
} }

View File

@ -53,7 +53,7 @@ final class OneToOne implements Annotation
public $fetch = 'LAZY'; public $fetch = 'LAZY';
/** /**
* @var boolean * @var boolean
*/ */
public $orphanRemoval = false; public $orphanRemoval = false;
} }