
eap7.eap70.hibernate50-51.windup.xml Maven / Gradle / Ivy
The newest version!
This ruleset provides analysis of applications that use Hibernate 5.0 and may require
individual attention when migrating to Hibernate 5.1.
hibernate
ANNOTATION
Previous releases of Hibernate interpreted all null column values for an `@Embeddable` to mean the `@Embeddable` itself should be null.
In this release, applications can dictate that Hibernate should instead use an empty `@Embeddable` instance by specifying the `hibernate.create_empty_composites.enabled` opt-in setting.
Hibernate
IMPORT
IMPORT
IMPORT
The changes mainly focused on:
* Unifying handling of hbm2ddl.auto and Hibernate’s JPA schema-generation support.
* Removing JDBC concerns from the SPI to facilitate true replacement (for OGM)
These changes are a migration concern since the application is directly using some of the changed classes.
Hibernate
© 2015 - 2025 Weber Informatics LLC | Privacy Policy