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 4437abc commit c8cba27Copy full SHA for c8cba27
migration-guide.adoc
@@ -225,6 +225,14 @@ All such cases though are already controllable by the application.
225
226
The effect can also often be mitigated using Hibernate's bytecode-based laziness (possibly combined with `@ConcreteProxy`).
227
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
236
[[jdbc-exceptions]]
237
=== JDBC exception interpretation
238
0 commit comments