Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能是一个新手问题。
我有一个命名查询,它只返回一个对象。我只是想知道是否有一个匹配项,hql 是否像往常一样返回单个对象实例而不是列表?
谷歌搜索没有帮助。
不,它仍然会返回一个集合供您迭代 - 但您可以使用它uniqueObject来获取单个结果。如果事实证明有多个结果,那将引发异常。
uniqueObject