[hibernate-commits] [hibernate/hibernate-orm] 76089a: enrich CollectionHelper and make more use of it in...

Nathan Xu noreply at github.com
Thu Jul 30 11:06:22 EDT 2020


  Branch: refs/heads/wip/6.0
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 76089ae151529184696c05ec6ed752d623771f79
      https://github.com/hibernate/hibernate-orm/commit/76089ae151529184696c05ec6ed752d623771f79
  Author: Nathan Xu <nathan.qingyang.xu at gmail.com>
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
    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/engine/spi/ActionQueue.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/BatchFetchQueue.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/collections/CollectionHelper.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/type/OrderedMapType.java
    M hibernate-core/src/main/java/org/hibernate/type/OrderedSetType.java
    M hibernate-core/src/main/java/org/hibernate/type/SetType.java

  Log Message:
  -----------
  enrich CollectionHelper and make more use of it in existing code




More information about the hibernate-commits mailing list