Skip to content

Commit b3b543a

Browse files
committed
add two more items to migration guide
1 parent 7758541 commit b3b543a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

migration-guide.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ Hibernate now reports many more kinds of `DiagnosticEvent` to JFR.
330330
was removed in favor of `org.hibernate.metamodel.MappingMetmodel` or `org.hibernate.metamodel.model.domain.JpaMetamodel`
331331
* Removed `AdditionalJaxbMappingProducer` in favor of `AdditionalMappingContributor`.
332332
* 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)`
333335

334336

335337

0 commit comments

Comments
 (0)