[hibernate-commits] [hibernate/hibernate-orm] 593291: HHH-7439: Added tests to support unidirectional on...

GitHub noreply at github.com
Tue Jul 24 11:53:06 EDT 2012


  Branch: refs/heads/metamodel
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 5932915b68c316401d8fd456d1ab4e2da4ce62c8
      https://github.com/hibernate/hibernate-orm/commit/5932915b68c316401d8fd456d1ab4e2da4ce62c8
  Author: John Verhaeg <john.verhaeg at 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.





More information about the hibernate-commits mailing list