Fix YAML docs on cascade
This commit is contained in:
parent
cca642b094
commit
126e592758
@ -70,7 +70,7 @@ of several common elements:
|
|||||||
phonenumbers:
|
phonenumbers:
|
||||||
targetEntity: Phonenumber
|
targetEntity: Phonenumber
|
||||||
mappedBy: user
|
mappedBy: user
|
||||||
cascade: cascadePersist
|
cascade: ["persist", "merge"]
|
||||||
manyToMany:
|
manyToMany:
|
||||||
groups:
|
groups:
|
||||||
targetEntity: Group
|
targetEntity: Group
|
||||||
|
Loading…
x
Reference in New Issue
Block a user