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