mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-24 04:05:39 +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
|
* @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
|
* @throws jakarta.persistence.NonUniqueResultException if there is more than one matching result
|
||||||
|
*
|
||||||
|
* @since 6.0
|
||||||
*/
|
*/
|
||||||
R getSingleResultOrNull();
|
R getSingleResultOrNull();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user