[hibernate-commits] [hibernate/hibernate-orm] 8fd1f9: rework collection loading state management - remov...

Steve Ebersole noreply at github.com
Wed Feb 5 12:06:12 EST 2020


  Branch: refs/heads/wip/6.0
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 8fd1f9a536f638d09a575472ca5cb9131c91deb7
      https://github.com/hibernate/hibernate-orm/commit/8fd1f9a536f638d09a575472ca5cb9131c91deb7
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2020-02-05 (Wed, 05 Feb 2020)

  Changed paths:
    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/PersistentIdentifierBag.java
    M hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentList.java
    M hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentMap.java
    M hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentSet.java
    M hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentCollection.java
    M hibernate-core/src/main/java/org/hibernate/sql/results/graph/collection/LoadingCollectionEntry.java
    M hibernate-core/src/main/java/org/hibernate/sql/results/graph/collection/internal/AbstractImmediateCollectionInitializer.java
    M hibernate-core/src/main/java/org/hibernate/sql/results/graph/collection/internal/ArrayInitializer.java
    M hibernate-core/src/main/java/org/hibernate/sql/results/graph/collection/internal/BagInitializer.java
    M hibernate-core/src/main/java/org/hibernate/sql/results/graph/collection/internal/ListInitializer.java
    M hibernate-core/src/main/java/org/hibernate/sql/results/graph/collection/internal/MapInitializer.java
    M hibernate-core/src/main/java/org/hibernate/sql/results/graph/collection/internal/SetInitializer.java
    M hibernate-core/src/main/java/org/hibernate/sql/results/internal/LoadingCollectionEntryImpl.java

  Log Message:
  -----------
  rework collection loading state management - remove the "temp" load collections in various PersistentCollection impls




More information about the hibernate-commits mailing list