[hibernate-commits] [hibernate/hibernate-ogm] 1ca53d: OGM-1122 Take into account currentState even if cl...

GitHub noreply at github.com
Wed Jul 20 07:55:33 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-ogm
  Commit: 1ca53dd74285234472d5c3956b2b7f432f8a9306
      https://github.com/hibernate/hibernate-ogm/commit/1ca53dd74285234472d5c3956b2b7f432f8a9306
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-07-20 (Wed, 20 Jul 2016)

  Changed paths:
    M core/src/main/java/org/hibernate/ogm/model/spi/Association.java
    A core/src/test/java/org/hibernate/ogm/test/model/AssociationTest.java

  Log Message:
  -----------
  OGM-1122 Take into account currentState even if cleared

Even if the association has been cleared, we have to take into account the
rows added in currentState after the clear. Prior to this patch,
getRowKeys always returned an empty list if the association has been
cleared.




More information about the hibernate-commits mailing list