[hibernate-commits] [hibernate/hibernate-orm] c8217d: HHH-12375 Fix for eager loading same named propert...

GitHub noreply at github.com
Wed Mar 21 12:23:48 EDT 2018


  Branch: refs/heads/5.2
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: c8217d9f09a23c375208bbee1115bc7f48bae643
      https://github.com/hibernate/hibernate-orm/commit/c8217d9f09a23c375208bbee1115bc7f48bae643
  Author: Christian Beikov <christian.beikov at gmail.com>
  Date:   2018-03-21 (Wed, 21 Mar 2018)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractPropertyMapping.java
    M hibernate-core/src/main/java/org/hibernate/persister/walking/spi/MetamodelGraphWalker.java
    A hibernate-core/src/test/java/org/hibernate/test/inheritance/discriminator/JoinedInheritanceEagerTest.java

  Log Message:
  -----------
  HHH-12375 Fix for eager loading same named properties with conflicting types


  Commit: 5d9675c75e199aef6b77f7dff15c02bb057e0189
      https://github.com/hibernate/hibernate-orm/commit/5d9675c75e199aef6b77f7dff15c02bb057e0189
  Author: Christian Beikov <christian.beikov at gmail.com>
  Date:   2018-03-21 (Wed, 21 Mar 2018)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractPropertyMapping.java

  Log Message:
  -----------
  HHH-12383 - Type check existing type to avoid class cast exceptions related to type incompatible same named attributes being used in subtypes


  Commit: 47d3c13aa605d4e7343cb52c31bcc6dc013612b5
      https://github.com/hibernate/hibernate-orm/commit/47d3c13aa605d4e7343cb52c31bcc6dc013612b5
  Author: Andrea Boriero <andrea at hibernate.org>
  Date:   2018-03-21 (Wed, 21 Mar 2018)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/inheritance/discriminator/JoinedInheritanceEagerTest.java

  Log Message:
  -----------
  HHH-12375 - Add more tests


  Commit: dcc188efc508304c1ab9ff5f864f6254f8aca0da
      https://github.com/hibernate/hibernate-orm/commit/dcc188efc508304c1ab9ff5f864f6254f8aca0da
  Author: Andrea Boriero <andrea at hibernate.org>
  Date:   2018-03-21 (Wed, 21 Mar 2018)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractPropertyMapping.java

  Log Message:
  -----------
  HHH-12375 - HHH-12383 - Remove path from AbstractPropertyMapping#typesByPropertyPath for imcompatible type properties


Compare: https://github.com/hibernate/hibernate-orm/compare/c56b6d7dc764...dcc188efc508


More information about the hibernate-commits mailing list