[hibernate-commits] [hibernate/hibernate-orm] c96c99: HHH-13997 : Add methods to SessionImpl and Statefu...

DavideD noreply at github.com
Mon May 18 08:54:27 EDT 2020


  Branch: refs/heads/5.4
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: c96c998b77fc4fbe5dd24e67d1d4c00feb2116b7
      https://github.com/hibernate/hibernate-orm/commit/c96c998b77fc4fbe5dd24e67d1d4c00feb2116b7
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2020-05-18 (Mon, 18 May 2020)

  Changed paths:
    A .gradletasknamecache
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
    M hibernate-core/src/main/java/org/hibernate/loader/Loader.java

  Log Message:
  -----------
  HHH-13997 : Add methods to SessionImpl and StatefulPersistenceContext; make Loader method protected

* Change visibility for Loader#registerNonExists
* Methods for creating PersistenceContext and ActionQueue
* Add StatefulPersistenceContext#initializeNonLazyCollections(Consumer<PersistentCollection> initializeAction)


  Commit: 2eae22d1b9d4effc5b4e8157155a4b07b0c9c9bf
      https://github.com/hibernate/hibernate-orm/commit/2eae22d1b9d4effc5b4e8157155a4b07b0c9c9bf
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2020-05-18 (Mon, 18 May 2020)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java

  Log Message:
  -----------
  HHH-13997 Use functions for the creation of ActionQueue and PersistenceContext


Compare: https://github.com/hibernate/hibernate-orm/compare/e096ba468c62...2eae22d1b9d4


More information about the hibernate-commits mailing list