Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: a5ae1a479a8b335baa38196f44c6dd921987af9b
https://github.com/hibernate/hibernate-orm/commit/a5ae1a479a8b335baa38196...
Author: Gavin <gavin(a)hibernate.org>
Date: 2023-05-22 (Mon, 22 May 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotationBinder.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/ToOneBinder.java
M hibernate-core/src/main/java/org/hibernate/engine/profile/Fetch.java
M hibernate-core/src/main/java/org/hibernate/engine/profile/FetchProfile.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/LoadQueryInfluencers.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SubselectFetch.java
M
hibernate-core/src/main/java/org/hibernate/loader/ast/internal/LoaderSelectBuilder.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/fetchprofile/NewFetchTest.java
Log Message:
-----------
HHH-16651 support all fetch styles in fetch profiles
Finally, after all these years!
Commit: ad9fae044dc6ec0dd98dab00708fc5bd47d164f1
https://github.com/hibernate/hibernate-orm/commit/ad9fae044dc6ec0dd98dab0...
Author: Gavin <gavin(a)hibernate.org>
Date: 2023-05-22 (Mon, 22 May 2023)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/fetchprofile/FetchProfileTest.java
Log Message:
-----------
HHH-16651 fix test
Commit: 9c90bd505d7f6d54d9f6fe77020f09702dcecc8b
https://github.com/hibernate/hibernate-orm/commit/9c90bd505d7f6d54d9f6fe7...
Author: Gavin <gavin(a)hibernate.org>
Date: 2023-05-22 (Mon, 22 May 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/profile/Association.java
M hibernate-core/src/main/java/org/hibernate/engine/profile/Fetch.java
M hibernate-core/src/main/java/org/hibernate/engine/profile/FetchProfile.java
M hibernate-core/src/main/java/org/hibernate/internal/FetchProfileHelper.java
Log Message:
-----------
HHH-16651 clean up API of the engine.profile package
FetchProfile should really be immutable so lets move toward that
Commit: 22a5cbb0a8cab6b47ec1845700aee87e2d2d80aa
https://github.com/hibernate/hibernate-orm/commit/22a5cbb0a8cab6b47ec1845...
Author: Gavin <gavin(a)hibernate.org>
Date: 2023-05-22 (Mon, 22 May 2023)
Changed paths:
M documentation/src/main/asciidoc/introduction/Advanced.adoc
M documentation/src/main/asciidoc/introduction/Entities.adoc
M documentation/src/main/asciidoc/introduction/Tuning.adoc
Log Message:
-----------
lots of new info on fetching and caching
- proper coverage of subselect fetching
- how to handle reference data
Compare:
https://github.com/hibernate/hibernate-orm/compare/4795b94f6897...22a5cbb...