[hibernate-commits] [hibernate/hibernate-core] 2e9bb1: HHH-5280 Add test failing on multiple owners

noreply at github.com noreply at github.com
Fri Jan 14 10:12:08 EST 2011


Branch: refs/heads/3.6
Home:   https://github.com/hibernate/hibernate-core

Commit: 2e9bb1a4b47044d0c21d5a4f23e73e482ef344a4
    https://github.com/hibernate/hibernate-core/commit/2e9bb1a4b47044d0c21d5a4f23e73e482ef344a4
Author: Emmanuel Bernard <emmanuel at hibernate.org>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  A testsuite/src/test/java/org/hibernate/test/annotations/engine/collection/Father.java
  A testsuite/src/test/java/org/hibernate/test/annotations/engine/collection/Mother.java
  A testsuite/src/test/java/org/hibernate/test/annotations/engine/collection/Son.java
  A testsuite/src/test/java/org/hibernate/test/annotations/engine/collection/UnidirCollectionWithMultipleOwnerTest.java

Log Message:
-----------
HHH-5280 Add test failing on multiple owners


Commit: af7095781ed358a4e8619dc216f25e157e3ce0f1
    https://github.com/hibernate/hibernate-core/commit/af7095781ed358a4e8619dc216f25e157e3ce0f1
Author: Emmanuel Bernard <emmanuel at hibernate.org>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M testsuite/src/test/java/org/hibernate/test/annotations/engine/collection/UnidirCollectionWithMultipleOwnerTest.java

Log Message:
-----------
blah


Commit: 74911669a0946b688809904f628a3ff26545d0fb
    https://github.com/hibernate/hibernate-core/commit/74911669a0946b688809904f628a3ff26545d0fb
Author: Emmanuel Bernard <emmanuel at hibernate.org>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M testsuite/src/test/java/org/hibernate/test/annotations/engine/collection/UnidirCollectionWithMultipleOwnerTest.java

Log Message:
-----------
balh


Commit: c970435b74610ca5d9e99056afcdc14777005394
    https://github.com/hibernate/hibernate-core/commit/c970435b74610ca5d9e99056afcdc14777005394
Author: Emmanuel Bernard <emmanuel at hibernate.org>
Date:   2011-01-14 (Fri, 14 Jan 2011)

Changed paths:
  M core/src/main/java/org/hibernate/engine/StatefulPersistenceContext.java

Log Message:
-----------
HHH-5280 Fix excessive caching of the owner

An entity can have more than one owner 
(eg 2 unidirectional collections pointing to same object)
Make the cache filter by type




More information about the hibernate-commits mailing list