From e5354731fb502feb09d46e97ca71af2f6b790190 Mon Sep 17 00:00:00 2001 From: Jan Martiska Date: Tue, 7 Feb 2017 08:06:58 +0000 Subject: [PATCH] (HHH-10345 related) fix wrong property name in 5.1 migration guide --- migration-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration-guide.adoc b/migration-guide.adoc index 1b12d9401c..ebc91fe4bd 100644 --- a/migration-guide.adoc +++ b/migration-guide.adoc @@ -15,7 +15,7 @@ limit this change to just the Oracle12cDialect. So starting in 5.1 applications implicitly mapping `byte[]` and `Byte[]` values will start seeing those handled as `BLOB` data rather than `LONG RAW` data. For existing applications that want to continue to use Oracle12cDialect and still continue to implicitly map `byte[]` and `Byte[]` attributes to `LONG RAW`, there is a new configuration setting you can use to enable that: -`hibernate.dialect.oracle.prefer_longvarbinary`, which is false by default (map to `BLOB`). +`hibernate.dialect.oracle.prefer_long_raw`, which is false by default (map to `BLOB`). == Changes to schema management tooling