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 7758541 commit b3b543aCopy full SHA for b3b543a
migration-guide.adoc
@@ -330,6 +330,8 @@ Hibernate now reports many more kinds of `DiagnosticEvent` to JFR.
330
was removed in favor of `org.hibernate.metamodel.MappingMetmodel` or `org.hibernate.metamodel.model.domain.JpaMetamodel`
331
* Removed `AdditionalJaxbMappingProducer` in favor of `AdditionalMappingContributor`.
332
* Removed `MetadataContributor` in favor of `AdditionalMappingContributor`
333
+* Removed incubating `setOrder()` from `SelectionQuery()` in favor of `SelectionSpecification.sort()`
334
+* `PostgreSQLIntervalSecondJdbcType` was moved to an internal package--use `@JdbcTypeCode(INTERVAL_SECOND)`
335
336
337
0 commit comments