HHH-7384 add natural id to the hbm mapping xsd

This commit is contained in:
Strong Liu 2012-06-25 14:11:50 +08:00
parent 080446c89c
commit b2e0b5032d

View File

@ -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"/>