We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1163d2b commit 612ca97Copy full SHA for 612ca97
migration-guide-5.0.adoc
@@ -23,4 +23,6 @@ to `org.hibernate.boot.model.TypeContributor` and `org.hibernate.boot.model.Type
23
** entity simple identifier column - JPA defaults
24
** entity version - currently uses #determineAttributeColumnName
25
** collection-id column name - currently hard-coded as "id"
26
-** list-index column name - currently hard-coded as "idx"
+** 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