HHH-4732 quote column name as it is a keyword on teradata
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19063 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
454343f29a
commit
4376468d63
|
@ -53,7 +53,7 @@
|
|||
<subclass name="Employee" lazy="true" discriminator-value="E">
|
||||
<join table="employee" fetch="select">
|
||||
<key column="person_id"/>
|
||||
<property name="title" not-null="true" length="20"/>
|
||||
<property name="title" column="`title`" not-null="true" length="20"/>
|
||||
<property name="salary" length="0"/>
|
||||
<many-to-one name="manager"/>
|
||||
</join>
|
||||
|
|
Loading…
Reference in New Issue