Update working-5.0-migration-guide.md

This commit is contained in:
gbadner 2015-04-28 16:08:06 -07:00
parent 720202058c
commit 31b011fecb
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ Working list of changes for 5.0
with `org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry`. Applications using custom SqlTypeDescriptor
implementations extending the built-in ones and relying on that behavior should be updated to call
`SqlTypeDescriptorRegistry#addDescriptor` themselves.
* The JDBC type for "big_integer" (org.hibernate.type.BigIntegerType) properties has changed from java.sql.Types,NUMERIC to java.sql.Types.BIGINT.
* Moving `org.hibernate.hql.spi.MultiTableBulkIdStrategy` and friends to new `org.hibernate.hql.spi.id` package
and sub-packages
@ -77,4 +78,4 @@ Simply returning false from `ManyToOne#isValid` would instead lead to a misleadi
would at least have the proper context to know the property name/path.
* Should `org.hibernate.boot.MetadataBuilder` be folded into `org.hibernate.boot.MetadataSources`?
* Consider an additional "naming strategy contract" specifically for logical naming. This would be non-pluggable, and
would be the thing that generates the names we use to cross-reference and locate tables, columns, etc.
would be the thing that generates the names we use to cross-reference and locate tables, columns, etc.