HHH-3639 - Column 'role' becomes 'roles_', because 'role' is a reserved keyword in Sybase
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15680 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
65faf0232a
commit
2473d0e184
|
@ -31,7 +31,7 @@
|
|||
<map name="parts" table="Parts" cascade="all,delete-orphan" fetch="join">
|
||||
<key column="productName" not-null="true"/>
|
||||
<composite-map-key class="MapKey">
|
||||
<key-property name="role"/>
|
||||
<key-property name="role" column="role_"/>
|
||||
</composite-map-key>
|
||||
<one-to-many class="Part"/>
|
||||
</map>
|
||||
|
|
Loading…
Reference in New Issue