[hibernate-commits] [hibernate/hibernate-orm] 53f70a: HHH-13300 Test behavior when query.getSingleResult...

gbadner noreply at github.com
Wed Mar 20 03:07:52 EDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 53f70ab213b45e2445b9bd2e1026ff0c80b7ad57
      https://github.com/hibernate/hibernate-orm/commit/53f70ab213b45e2445b9bd2e1026ff0c80b7ad57
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/ExceptionExpectations.java
    A hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/QueryExceptionHandlingTest.java
    R hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/QuerySyntaxExceptionHandlingTest.java

  Log Message:
  -----------
  HHH-13300 Test behavior when query.getSingleResult() throws an exception


  Commit: 4665fd9cd94787e3fbdd3a11a1614394c6c0fbd8
      https://github.com/hibernate/hibernate-orm/commit/4665fd9cd94787e3fbdd3a11a1614394c6c0fbd8
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/query/internal/AbstractProducedQuery.java

  Log Message:
  -----------
  HHH-13300 Correctly convert Hibernate exceptions to JPA in getSingleResult()


  Commit: 5a1efe883eefcb8fe1bf0325936a8684eca19071
      https://github.com/hibernate/hibernate-orm/commit/5a1efe883eefcb8fe1bf0325936a8684eca19071
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/ExceptionExpectations.java
    M hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/QueryExceptionHandlingTest.java

  Log Message:
  -----------
  HHH-13300 Test behavior when Query.executeUpdate() throws an exception


  Commit: 634782fef69ed0dc80d49fae27c8e5d7fb2c8b84
      https://github.com/hibernate/hibernate-orm/commit/634782fef69ed0dc80d49fae27c8e5d7fb2c8b84
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/query/internal/AbstractProducedQuery.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/ImmutableEntityUpdateQueryHandlingModeExceptionTest.java

  Log Message:
  -----------
  HHH-13300 Correctly convert Hibernate exceptions to JPA in executeUpdate()


Compare: https://github.com/hibernate/hibernate-orm/compare/bf78b73aa718...634782fef69e



More information about the hibernate-commits mailing list