Skip to content

Commit 612ca97

Browse files
committed
HHH-9990 - updated migration guide to reflect the changes
1 parent 1163d2b commit 612ca97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

migration-guide-5.0.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ to `org.hibernate.boot.model.TypeContributor` and `org.hibernate.boot.model.Type
2323
** entity simple identifier column - JPA defaults
2424
** entity version - currently uses #determineAttributeColumnName
2525
** collection-id column name - currently hard-coded as "id"
26-
** list-index column name - currently hard-coded as "idx"
26+
** list-index column name - currently hard-coded as "idx"
27+
28+
* hibernate.jdbc.batch_versioned_data default value is true, oracle dialect set this propety to false excoet for Oracle12cDialect

0 commit comments

Comments
 (0)