tags:

views:

26

answers:

0

how can i using common sense, or that objects model the real world understand how doctrine determines which side is owning or inverse and how relationships are uni/bi-directional?

say from the doctrine sandbox. 1 user has 1 address. i guess since user owns the house/address, user is the owning side?

The owning side of a relationship determines the updates to the relationship in the database

does this mean that if i update address, nothing will change in my database?