HHH-4732 quote column name as it is a keyword on teradata
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19053 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
9b5e472ff4
commit
4af9b682da
|
@ -16,7 +16,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