mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-7450 simplify composite id's key-property and key-many-to-one property
This commit is contained in:
parent
de1d647a62
commit
c1f7fd4d13
@ -344,6 +344,11 @@ arbitrary number of queries, and import declarations of arbitrary classes.
|
|||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="meta" minOccurs="0" maxOccurs="unbounded" type="meta-element"/>
|
<xs:element name="meta" minOccurs="0" maxOccurs="unbounded" type="meta-element"/>
|
||||||
<xs:choice maxOccurs="unbounded">
|
<xs:choice maxOccurs="unbounded">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:appinfo>
|
||||||
|
<simplify:as-element-property/>
|
||||||
|
</xs:appinfo>
|
||||||
|
</xs:annotation>
|
||||||
<xs:element name="key-property" type="key-property-element"/>
|
<xs:element name="key-property" type="key-property-element"/>
|
||||||
<xs:element name="key-many-to-one" type="key-many-to-one-element"/>
|
<xs:element name="key-many-to-one" type="key-many-to-one-element"/>
|
||||||
</xs:choice>
|
</xs:choice>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user