1
0
mirror of synced 2025-01-31 12:32:59 +03:00

Fix YAML docs on cascade

This commit is contained in:
Benjamin Eberlei 2011-03-27 22:23:37 +02:00
parent cca642b094
commit 126e592758

View File

@ -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