Fix bug in mappings of Aggregate Column cookbook entry
This commit is contained in:
parent
89b807177e
commit
653add64f9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Our entities look like:
|
|||
private $no;
|
||||
|
||||
/**
|
||||
* @OneToMany(targetEntity="Entry", mappedBy="entries", cascade={"persist"})
|
||||
* @OneToMany(targetEntity="Entry", mappedBy="account", cascade={"persist"})
|
||||
*/
|
||||
private $entries;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue