Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 7d34f86a9554820a490c0fd06b001600cf600637
https://github.com/hibernate/hibernate-orm/commit/7d34f86a9554820a490c0fd...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-09-26 (Mon, 26 Sep 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/formula/JoinFormulaOneToManyNotIgnoreLazyFetchingTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/formula/ManyToManyNotIgnoreLazyFetchingTest.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/entities/onetomany/OneToManyNotAuditedNullEntity.java
Log Message:
-----------
HHH-15509 correctly support @NotFound @ManyToMany
1. error if a non-@ManyToMany collection is @NotFound
2. disable constraint generation for @NotFound @ManyToMany
3. allow lazy fetching for @NotFound @ManyToMany
4. rework a completely bogus test so it makes sense