Tagged Questions
2
votes
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). ...