Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#1792] Add new HibernateException for when there are no results
It should get thrown when a user call `.getSingleResultOrNull()` but the SQL query doesn't return any result. For example, when creating a stored procedure in PosgtreSQL
- Loading branch information