[hibernate-commits] [hibernate/hibernate-orm] 5cc5ed: HHH-10242 Detect ambiguous properties

GitHub noreply at github.com
Thu Nov 5 12:54:49 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 5cc5ed1c84584939efe28dd3f8373f68ff194730
      https://github.com/hibernate/hibernate-orm/commit/5cc5ed1c84584939efe28dd3f8373f68ff194730
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2015-11-05 (Thu, 05 Nov 2015)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/PropertyContainer.java
    M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java

  Log Message:
  -----------
  HHH-10242 Detect ambiguous properties

boolean idId() + UUID getId() is ambiguous if no @Transient is involved


  Commit: ae9ff5587e2e57a689f2093b2f89c88b72416ef5
      https://github.com/hibernate/hibernate-orm/commit/ae9ff5587e2e57a689f2093b2f89c88b72416ef5
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2015-11-05 (Thu, 05 Nov 2015)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/PropertyContainer.java
    A hibernate-core/src/main/java/org/hibernate/cfg/annotations/HCANNHelper.java
    M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
    M hibernate-core/src/test/java/org/hibernate/property/GetAndIsVariantGetterTest.java

  Log Message:
  -----------
  HHH-10242 - Deal with HCANN poor handling of multiple properties by matching stem name


Compare: https://github.com/hibernate/hibernate-orm/compare/2e6811f41392...ae9ff5587e2e


More information about the hibernate-commits mailing list