Tagged Questions
1
vote
0answers
108 views
Doctrine optional OneToOne mapping
I'm trying to create a optional OneToOne mapping in Doctrine.
I have a table with all cities and zip codes available (this table shouldn't be changed), and I have a table with addresses and a mapped ...
1
vote
4answers
6k views
ORM: OneToOne mapping on Non Primary-Key Join column - Book and Inventory mapped by ISBN
I have a Book model and Inventory model mapped by ISBN number, but ISBN is not the primary key in either. Books belong to Bookstores and Inventory is for a group of Bookstores(BookstoreChain). ...