Branch: refs/heads/metamodel
Home:
https://github.com/hibernate/hibernate-orm
Commit: 5932915b68c316401d8fd456d1ab4e2da4ce62c8
https://github.com/hibernate/hibernate-orm/commit/5932915b68c316401d8fd45...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2012-07-24 (Tue, 24 Jul 2012)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParent.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Transport.java
A
hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyListCollectionEventTest.java
A
hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyListMapping.hbm.xml
Log Message:
-----------
HHH-7439: Added tests to support unidirectional one-to-many lists, but not for maps
since current test infrastructure doesn't support anything but Java collections.
Tests failed to illuminate any additional problems, contrary to what we were expecting, so
skipping map support for now.