Hello
I tried to reproduce example "Identity through foreign Entities" from here http://doctrine-orm.readthedocs.org/en/latest/tutorials/composite-primary-keys.html
In addition I set a specific column name to some manyToOne association in ArticleAttribute
Project : https://dl.dropboxusercontent.com/u/72710892/Foreign%20Keys%20as%20Primary%20Key.skipper
Mapping:
ArticleAttribute:
type: entity
id:
:
type: integer
associationKey: true
column: Article
:
type: integer
associationKey: true
column: Attribute