Branch: refs/heads/4.1
Home:
https://github.com/hibernate/hibernate-orm
Commit: 1d2d6404ae4002006834a79ed43efe02fe271db2
https://github.com/hibernate/hibernate-orm/commit/1d2d6404ae4002006834a79...
Author: Erik-Berndt Scheper <erik.berndt.scheper(a)gmail.com>
Date: 2012-10-29 (Mon, 29 Oct 2012)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/DetachedMultipleCollectionChangeTest.java
A
hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/MultipleCollectionBagMapping.hbm.xml
A
hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/MultipleCollectionEntity.java
A
hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/MultipleCollectionListeners.java
A
hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/MultipleCollectionRefEntity1.java
A
hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/MultipleCollectionRefEntity2.java
Log Message:
-----------
HHH-6361: Testcase demonstrating that collection events may contain wrong stored
snapshot after merging a detached entity into the persistencecontext
Commit: 30e1c1080259c2b7ef44ac09fbb7e163b015d73d
https://github.com/hibernate/hibernate-orm/commit/30e1c1080259c2b7ef44ac0...
Author: brmeyer <brmeyer(a)redhat.com>
Date: 2012-10-29 (Mon, 29 Oct 2012)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/DetachedMultipleCollectionChangeTest.java
Log Message:
-----------
HHH-6361 Cleaned up test case
Commit: 2dd97343dde11645ee3809dabc18884142fa95e4
https://github.com/hibernate/hibernate-orm/commit/2dd97343dde11645ee3809d...
Author: Erik-Berndt Scheper <erik.berndt.scheper(a)gmail.com>
Date: 2012-10-29 (Mon, 29 Oct 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/spi/CollectionEntry.java
M hibernate-core/src/main/java/org/hibernate/type/CollectionType.java
Log Message:
-----------
HHH-6361: Patch ensuring that collection events have the correct stored
snapshot after merging a detached entity into the persistencecontext
Commit: c57a31ad0c29659f74b91753ccbbe6e0a35feb04
https://github.com/hibernate/hibernate-orm/commit/c57a31ad0c29659f74b9175...
Author: brmeyer <brmeyer(a)redhat.com>
Date: 2012-10-29 (Mon, 29 Oct 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/type/CollectionType.java
Log Message:
-----------
HHH-6361 formatting
Commit: 7036538d9c08f14b8cb1bf38a5940a55c72eac62
https://github.com/hibernate/hibernate-orm/commit/7036538d9c08f14b8cb1bf3...
Author: Erik-Berndt Scheper <erik.berndt.scheper(a)gmail.com>
Date: 2012-10-29 (Mon, 29 Oct 2012)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/ManyToManyAssociationClassCompositeIdTest.java
M
hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/MembershipWithCompositeId.java
Log Message:
-----------
HHH-6361 - Fixed ManyToManyAssociationClassCompositeIdTest broken by
CollectionType changes
Compare:
https://github.com/hibernate/hibernate-orm/compare/e2bdf24e33cc...7036538...