mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-7384 add natural id to the hbm mapping xsd
This commit is contained in:
parent
080446c89c
commit
b2e0b5032d
@ -86,6 +86,7 @@ arbitrary number of queries, and import declarations of arbitrary classes.
|
||||
<xs:element name="meta" minOccurs="0" maxOccurs="unbounded" type="meta-element"/>
|
||||
<xs:element name="subselect" minOccurs="0" type="xs:string"/>
|
||||
<xs:element name="cache" minOccurs="0" type="cache-element"/>
|
||||
<xs:element name="natural-id-cache" minOccurs="0" type="natural-id-cache-element"/>
|
||||
<xs:element name="synchronize" minOccurs="0" maxOccurs="unbounded" type="synchronize-element"/>
|
||||
<!-- The comment element allows definition of a database table or column comment. -->
|
||||
<xs:element name="comment" minOccurs="0" type="xs:string"/>
|
||||
@ -416,7 +417,6 @@ arbitrary number of queries, and import declarations of arbitrary classes.
|
||||
<xs:element name="meta" minOccurs="0" maxOccurs="unbounded" type="meta-element"/>
|
||||
<xs:element name="subselect" minOccurs="0" type="xs:string"/>
|
||||
<xs:element name="cache" minOccurs="0" type="cache-element"/>
|
||||
<xs:element name="natural-id-cache" minOccurs="0" type="natural-id-cache-element"/>
|
||||
<xs:element name="synchronize" minOccurs="0" maxOccurs="unbounded" type="synchronize-element"/>
|
||||
<!-- The comment element allows definition of a database table or column comment. -->
|
||||
<xs:element name="comment" minOccurs="0" type="xs:string"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user