HHH-7734: SerializableTypeTest#testNewSerializableType failing for

Oracle 11G R1
This commit is contained in:
brmeyer 2012-10-29 14:15:02 -04:00
parent cdc8d4331c
commit 718dd237f5
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@
<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">
<generator class="increment"/>
</id>