[hibernate-commits] [hibernate/hibernate-orm] ccfa81: added working design doc on attribute ordering wrt...

Steve Ebersole noreply at github.com
Mon Jan 13 11:38:57 EST 2020


  Branch: refs/heads/wip/6.0
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: ccfa8101c1e8e967b7179e8fdad6811de2ac8c48
      https://github.com/hibernate/hibernate-orm/commit/ccfa8101c1e8e967b7179e8fdad6811de2ac8c48
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2020-01-12 (Sun, 12 Jan 2020)

  Changed paths:
    A design/working/attributes.adoc

  Log Message:
  -----------
  added working design doc on attribute ordering wrt inheritance


  Commit: 0d024ffd596f5d14ec98aa6df544bc0e6766e1ab
      https://github.com/hibernate/hibernate-orm/commit/0d024ffd596f5d14ec98aa6df544bc0e6766e1ab
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2020-01-13 (Mon, 13 Jan 2020)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/SqmUtil.java
    M hibernate-core/src/main/java/org/hibernate/query/sqm/sql/internal/BasicValuedPathInterpretation.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/AttributePathTests.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/ParameterTests.java

  Log Message:
  -----------
  - Fix error when null is value is bind to a query parameter
- fixed problem with id attributes not named `id`


Compare: https://github.com/hibernate/hibernate-orm/compare/a9ee082128ed...0d024ffd596f


More information about the hibernate-commits mailing list