HHH-6188 : java.util.UUID cannot be used for Ids on Oracle

This commit is contained in:
Gail Badner 2011-10-21 16:46:31 -07:00
parent 70b9210864
commit 22fdec8d22
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ public class Oracle8iDialect extends Dialect {
}
protected void registerLargeObjectTypeMappings() {
registerColumnType( Types.BINARY, 2000, "raw($l)" );
registerColumnType( Types.BINARY, "long raw" );
registerColumnType( Types.VARBINARY, 2000, "raw($l)" );
registerColumnType( Types.VARBINARY, "long raw" );