1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge pull request #6772 from greg0ire/disallow_many_to_one_orphan_removal

Disallow orphan removal attribute on many-to-one
This commit is contained in:
Guilherme Blanco 2017-10-16 07:47:26 -04:00 committed by GitHub
commit e279dfaa91

View File

@ -540,7 +540,6 @@
</xs:sequence>
<xs:attribute name="target-entity" type="xs:string" use="required" />
<xs:attribute name="field" type="xs:NMTOKEN" use="required" />
<xs:attribute name="orphan-removal" type="xs:boolean" default="false" />
<xs:attribute name="fetch" type="orm:fetch-type" default="LAZY" />
<xs:attribute name="inversed-by" type="xs:NMTOKEN" />
<xs:anyAttribute namespace="##other"/>