Fix issue with Sybase,the hbm mapping was causing errors with case sensitive dbs
This commit is contained in:
parent
77d870f08c
commit
e4571cbf30
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
<class name="Child">
|
<class name="Child">
|
||||||
<id name="name" column="NAME" type="string"/>
|
<id name="name" column="NAME" type="string"/>
|
||||||
<many-to-one name="parent" class="Parent" cascade="none" />
|
<many-to-one name="parent" class="Parent" cascade="none" column="PARENT" />
|
||||||
</class>
|
</class>
|
||||||
|
|
||||||
</hibernate-mapping>
|
</hibernate-mapping>
|
||||||
|
|
Loading…
Reference in New Issue