Branch: refs/heads/wip/7.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 94725ae7c80e3fee545b0e7d581e414cd96750f8
https://github.com/hibernate/hibernate-orm/commit/94725ae7c80e3fee545b0e7...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2024-07-31 (Wed, 31 Jul 2024)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/fetching/Fetching.adoc
R hibernate-core/src/main/java/org/hibernate/annotations/LazyCollection.java
R hibernate-core/src/main/java/org/hibernate/annotations/LazyCollectionOption.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/models/HibernateAnnotations.java
R
hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/LazyCollectionAnnotation.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/fetch/FetchingTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/fetch/Person.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/Customers.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/ShoppingBaskets.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/Forum.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/Post.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/collection/delayedOperation/ListDelayedOperationTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/collection/delayedOperation/SetDelayedOperationTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/connections/LazyLoadingConnectionCloseTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/Championship.java
R hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/Child.java
R hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/Document.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/ExtraLazyCollectionConsistencyTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/ExtraLazyTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/Group.java
R hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/Parent.java
R hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/School.java
R hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/SessionAttribute.java
R hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/Student.java
R hibernate-core/src/test/java/org/hibernate/orm/test/extralazy/User.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/fetching/LazyCollectionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/PluralAttributeMappingTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/serialization/EntityProxySerializationTest.java
M
hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/EntityOfSets.java
Log Message:
-----------
HHH-18190 - Remove @LazyCollection
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications