[hibernate-commits] [hibernate/hibernate-orm] 961caf: HHH-7568 Added test case to check removal of compo...

GitHub noreply at github.com
Wed Sep 5 13:40:51 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 961caf770a4e6fd4e97d08aef83ee07b247a49e3
      https://github.com/hibernate/hibernate-orm/commit/961caf770a4e6fd4e97d08aef83ee07b247a49e3
  Author: Jeremy Whiting <whitingjr at hotmail.com>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b/specjmapid/lazy/CompositeKeyDeleteTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b/specjmapid/lazy/CustomerInventoryTwo.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b/specjmapid/lazy/CustomerInventoryTwoPK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b/specjmapid/lazy/CustomerTwo.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b/specjmapid/lazy/hbm_order.xml
    A hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b/specjmapid/lazy/order_orm.xml

  Log Message:
  -----------
  HHH-7568 Added test case to check removal of compound key association items. Changed the detection of JoinColumns to work when orm/hbm xml is used. Added change to configure a property when JoinColumns annotation is used on entity definition.


  Commit: 6a48cccd5d250fb25768fd9c7a28c750f002c6f9
      https://github.com/hibernate/hibernate-orm/commit/6a48cccd5d250fb25768fd9c7a28c750f002c6f9
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java

  Log Message:
  -----------
  HHH-7568 - Add JPA1.0 compound key compatability when orm descriptor file used to override annotations.


Compare: https://github.com/hibernate/hibernate-orm/compare/40574b9d8ae0...6a48cccd5d25


More information about the hibernate-commits mailing list