HHH-7734: SerializableTypeTest#testNewSerializableType failing for
Oracle 11G R1
This commit is contained in:
parent
cdc8d4331c
commit
718dd237f5
|
@ -5,7 +5,9 @@
|
||||||
|
|
||||||
<hibernate-mapping package="org.hibernate.test.lob">
|
<hibernate-mapping package="org.hibernate.test.lob">
|
||||||
|
|
||||||
<class name="SerializableHolder" table="LOB_ENTITY">
|
<!-- HHH-7734: Don't use LOB_ENTITY as the table name. Others use it
|
||||||
|
and there were some odd locking issue with 1 version of Oracle. -->
|
||||||
|
<class name="SerializableHolder" table="SerializableHolder">
|
||||||
<id name="id" type="long" column="ID">
|
<id name="id" type="long" column="ID">
|
||||||
<generator class="increment"/>
|
<generator class="increment"/>
|
||||||
</id>
|
</id>
|
||||||
|
|
Loading…
Reference in New Issue