HHH-4732 quote column name as it is a keyword on teradata

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19072 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Strong Liu 2010-03-22 17:47:23 +00:00
parent 736749f6ae
commit ea1c02d121
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
</id>
<many-to-one name="person" column="personId" 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>
</hibernate-mapping>