Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 222837df9563a480d74fc09ad8077ae1a1ebc7b4
https://github.com/hibernate/hibernate-orm/commit/222837df9563a480d74fc09...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/collection/internal/AbstractBagSemantics.java
M
hibernate-core/src/main/java/org/hibernate/collection/internal/AbstractMapSemantics.java
M
hibernate-core/src/main/java/org/hibernate/collection/internal/AbstractSetSemantics.java
M
hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentArrayHolder.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentBag.java
M
hibernate-core/src/main/java/org/hibernate/collection/internal/StandardArraySemantics.java
M
hibernate-core/src/main/java/org/hibernate/collection/internal/StandardBagSemantics.java
M
hibernate-core/src/main/java/org/hibernate/collection/internal/StandardCollectionSemanticsResolver.java
M
hibernate-core/src/main/java/org/hibernate/collection/internal/StandardIdentifierBagSemantics.java
M
hibernate-core/src/main/java/org/hibernate/collection/internal/StandardListSemantics.java
M
hibernate-core/src/main/java/org/hibernate/collection/internal/StandardMapSemantics.java
M
hibernate-core/src/main/java/org/hibernate/collection/internal/StandardOrderedMapSemantics.java
M
hibernate-core/src/main/java/org/hibernate/collection/internal/StandardOrderedSetSemantics.java
M
hibernate-core/src/main/java/org/hibernate/collection/internal/StandardSetSemantics.java
M
hibernate-core/src/main/java/org/hibernate/collection/internal/StandardSortedMapSemantics.java
M
hibernate-core/src/main/java/org/hibernate/collection/internal/StandardSortedSetSemantics.java
M hibernate-core/src/main/java/org/hibernate/collection/spi/BagSemantics.java
M hibernate-core/src/main/java/org/hibernate/collection/spi/CollectionSemantics.java
M hibernate-core/src/main/java/org/hibernate/collection/spi/MapSemantics.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/CollectionMappingType.java
M
hibernate-core/src/main/java/org/hibernate/type/descriptor/java/spi/CollectionJavaTypeDescriptor.java
Log Message:
-----------
properly genericize CollectionSemantics hierarchy