add a missing @since annotation

Signed-off-by: Gavin King <gavin@hibernate.org>
This commit is contained in:
Gavin King 2024-04-11 23:38:49 +02:00
parent b7af56ac76
commit 0944b52bc3
1 changed files with 2 additions and 0 deletions

View File

@ -207,6 +207,8 @@ public interface SelectionQuery<R> extends CommonQueryContract {
* @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();