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

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19074 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Strong Liu 2010-03-22 17:57:21 +00:00
parent c528de5d94
commit 0b82ae3415
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<generator class="increment" />
</id>
<property name="description" type="string"/>
<many-to-one name="user"/>
<many-to-one name="user" column="`user`"/>
<many-to-one name="resource"/>
<property name="dueDate" type="timestamp"/>
<property name="startDate" type="timestamp"/>