HHH-9990 - updated migration guide to reflect the changes

This commit is contained in:
Andrea Boriero 2015-08-05 14:28:12 +01:00
parent 1163d2bd0f
commit 612ca97cc7
1 changed files with 3 additions and 1 deletions

View File

@ -23,4 +23,6 @@ to `org.hibernate.boot.model.TypeContributor` and `org.hibernate.boot.model.Type
** entity simple identifier column - JPA defaults
** entity version - currently uses #determineAttributeColumnName
** collection-id column name - currently hard-coded as "id"
** list-index column name - currently hard-coded as "idx"
** list-index column name - currently hard-coded as "idx"
* hibernate.jdbc.batch_versioned_data default value is true, oracle dialect set this propety to false excoet for Oracle12cDialect