doctrine/orm
DDC-813: Validate Schema should complain on bi-directional relationships with mapped superclasses
开放
#5,331 创建于 2010年9月21日
HacktoberfestImprovement
仓库指标
- 星标
- (10,176 个星标)
- PR 合并指标
- (平均合并 29天 6小时) (30 天内合并 13 个 PR)
描述
Jira issue originally created by user @beberlei:
@ManyToOne and @OneToOne on a class that is defined as a mapped superclasses have to be unidirectional. The Schema Validator should verify this is the case.