HHH-6188 : java.util.UUID cannot be used for Ids on Oracle
This commit is contained in:
parent
70b9210864
commit
22fdec8d22
|
@ -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" );
|
||||
|
||||
|
|
Loading…
Reference in New Issue