HHH-4732 quote column name as it is a keyword on teradata
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19055 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
1830338dd8
commit
e7ee04d13b
|
@ -34,7 +34,7 @@
|
|||
<id name="id">
|
||||
<generator class="native"/>
|
||||
</id>
|
||||
<discriminator force="false"/>
|
||||
<discriminator column="t_person_dis" force="false"/>
|
||||
<property name="name"/>
|
||||
|
||||
<many-to-one name="address" cascade="all" column="addr_id"/>
|
||||
|
|
Loading…
Reference in New Issue