如果我尝试find.ref(id)
以寻找不存在的内容,我会遇到以下异常:
play.api.Application$$anon$1: Execution exception[[EntityNotFoundException: Bean not found during lazy load or refresh. id[2] type[class models.Argument]]]
有没有办法避免这种情况并在不使用find.byId
的情况下检测何时不存在? (byId
通常较慢,所以我不希望在可能的情况下使用它。)
答案 0 :(得分:0)