Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 553688ca6712ea48fc444700b4f27e97f06204c0
https://github.com/hibernate/hibernate-orm/commit/553688ca6712ea48fc44470...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2021-12-29 (Wed, 29 Dec 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/query/Query.java
M hibernate-core/src/main/java/org/hibernate/query/spi/AbstractQuery.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/exceptionhandling/ExceptionExpectations.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/exceptionhandling/QueryExceptionHandlingTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/query/QueryTest.java
Log Message:
-----------
fix the javadoc of Query.getSingleResult()
which incorrectly described the semantics of this method
and add tests for this stuff, since we didn't seem to have them