Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 70626c1e44284f9da6fe118ebdbea2a29f349efa
https://github.com/hibernate/hibernate-orm/commit/70626c1e44284f9da6fe118...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2023-09-04 (Mon, 04 Sep 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/ordered/Person.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/emops/Competition.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/custom/parameterized/Entity.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/manytomany/BasicWhereTest.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/onetomany/BasicWhereTest.java
Log Message:
-----------
HHH-17158 detect incorrect use of @JoinColumn outside @JoinTable/@CollectionTable
Commit: 6e4b4ace03db37209a2d0345e4b8da45533b3ed5
https://github.com/hibernate/hibernate-orm/commit/6e4b4ace03db37209a2d034...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2023-09-04 (Mon, 04 Sep 2023)
Changed paths:
M documentation/src/main/asciidoc/introduction/Advanced.adoc
M documentation/src/main/asciidoc/introduction/Tuning.adoc
Log Message:
-----------
tiny fix to code example
Compare:
https://github.com/hibernate/hibernate-orm/compare/b73b4eb7e611...6e4b4ac...