mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
HHH-4732 quote column name as it is a keyword on teradata
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19070 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
851ccb4d93
commit
98c5154189
@ -24,7 +24,7 @@
|
|||||||
</id>
|
</id>
|
||||||
<many-to-one name="person" column="personId" unique="true" property-ref="personId"/>
|
<many-to-one name="person" column="personId" unique="true" property-ref="personId"/>
|
||||||
<many-to-one name="customer" column="customerPersonId" unique="true" property-ref="personId"/>
|
<many-to-one name="customer" column="customerPersonId" unique="true" property-ref="personId"/>
|
||||||
<property name="type" not-null="true"/>
|
<property name="type" column="`type`" not-null="true"/>
|
||||||
</class>
|
</class>
|
||||||
|
|
||||||
</hibernate-mapping>
|
</hibernate-mapping>
|
Loading…
x
Reference in New Issue
Block a user