HHH-4732 quote column name as it is a keyword on teradata
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19071 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
98c5154189
commit
736749f6ae
|
@ -35,7 +35,7 @@
|
|||
<id name="accountId" length="32">
|
||||
<generator class="uuid"/>
|
||||
</id>
|
||||
<property name="type" not-null="true"/>
|
||||
<property name="type" column="`type`" not-null="true"/>
|
||||
<joined-subclass name="BankAccount" table="J_SBCLS_PROPREF_BACCT">
|
||||
<key column="accountId"/>
|
||||
<properties unique="true" name="bsbAccountNumber">
|
||||
|
|
Loading…
Reference in New Issue