Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: d8bf64999844aa01886687680e5c1b44632ce257
https://github.com/hibernate/hibernate-orm/commit/d8bf64999844aa018866876...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2022-12-19 (Mon, 19 Dec 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/Hibernate.java
M hibernate-core/src/main/java/org/hibernate/annotations/LazyCollection.java
M hibernate-core/src/main/java/org/hibernate/annotations/LazyCollectionOption.java
M
hibernate-core/src/main/java/org/hibernate/collection/spi/AbstractPersistentCollection.java
M hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentBag.java
M hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentList.java
M hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentMap.java
M hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentSet.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/collection/basic/CollectionSizeTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/basic/Contact.java
Log Message:
-----------
HHH-15910 Add static remove methods to Hibernate.class
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>