Skip to content

Commit c8cba27

Browse files
committed
update migration guide
1 parent 4437abc commit c8cba27

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

migration-guide.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,14 @@ All such cases though are already controllable by the application.
225225

226226
The effect can also often be mitigated using Hibernate's bytecode-based laziness (possibly combined with `@ConcreteProxy`).
227227

228+
[[domain-metamodel-layering]]
229+
=== Metamodel API layering
230+
231+
The following changes were made to the package `org.hibernate.metamodel.model.domain` to remove layer-breakers.
232+
233+
- Domain metamodel types no longer inherit `SqmExpressible` or `SqmPathSource`, and `PathSource` was introduced to compensate.
234+
- `DomainType` no longer extends `BiindableType`.
235+
228236
[[jdbc-exceptions]]
229237
=== JDBC exception interpretation
230238

0 commit comments

Comments
 (0)