mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-23 19:57:08 +00:00
add a missing @since annotation
Signed-off-by: Gavin King <gavin@hibernate.org>
This commit is contained in:
parent
2a8fef4386
commit
40f1f616cb
@ -207,6 +207,8 @@ default Stream<R> stream() {
|
||||
* @return the single result or {@code null} if there is no result to return
|
||||
*
|
||||
* @throws jakarta.persistence.NonUniqueResultException if there is more than one matching result
|
||||
*
|
||||
* @since 6.0
|
||||
*/
|
||||
R getSingleResultOrNull();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user