[hibernate-commits] [hibernate/hibernate-orm] 4c47ba: HHH-5465 - HQL left join fetch of an element colle...

GitHub noreply at github.com
Tue May 7 16:10:48 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 4c47ba13e3f96f9170d2d05f028ae2cf10cf1006
      https://github.com/hibernate/hibernate-orm/commit/4c47ba13e3f96f9170d2d05f028ae2cf10cf1006
  Author: Christian Beikov <christian.beikov at gmail.com>
  Date:   2013-05-07 (Tue, 07 May 2013)

  Changed paths:
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/hhh8206/Contact.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/hhh8206/EmailAddress.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/hhh8206/JoinFetchElementCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/hhh8206/User.java

  Log Message:
  -----------
  HHH-5465 - HQL left join fetch of an element collection following a left join fetch of a one-to-one relationship causes NullPointerException (testcase)


  Commit: f09a33760132a96d8836aa4fc17c393d8c03e20a
      https://github.com/hibernate/hibernate-orm/commit/f09a33760132a96d8836aa4fc17c393d8c03e20a
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2013-05-07 (Tue, 07 May 2013)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/SelectClause.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/basic/Contact.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/basic/EmailAddress.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/basic/JoinFetchElementCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/basic/User.java
    R hibernate-core/src/test/java/org/hibernate/test/collection/set/hhh8206/Contact.java
    R hibernate-core/src/test/java/org/hibernate/test/collection/set/hhh8206/EmailAddress.java
    R hibernate-core/src/test/java/org/hibernate/test/collection/set/hhh8206/JoinFetchElementCollectionTest.java
    R hibernate-core/src/test/java/org/hibernate/test/collection/set/hhh8206/User.java

  Log Message:
  -----------
  HHH-5465 - HQL left join fetch of an element collection following a left join fetch of a one-to-one relationship causes NullPointerException


Compare: https://github.com/hibernate/hibernate-orm/compare/9030fa015edf...f09a33760132


More information about the hibernate-commits mailing list