HHH-4732 quote column name as it is a keyword on teradata
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19069 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
d3bc1149c7
commit
851ccb4d93
|
@ -52,7 +52,7 @@
|
|||
<generator class="uuid.hex"/>
|
||||
</id>
|
||||
<many-to-one name="user" column="userId" property-ref="userId"/>
|
||||
<property name="type" not-null="true"/>
|
||||
<property name="type" column="`type`" not-null="true"/>
|
||||
</class>
|
||||
|
||||
<class name="Group" table="PROPREF_GRP">
|
||||
|
|
Loading…
Reference in New Issue