什么是NPath复杂性以及如何避免它?
在此行中:
public Map getAll(BusinessTargetPK pkBusinessTargetId) throws Exception
我收到此错误:
NPath 复杂度为 32,768(允许的最大复杂度为 200)
在这一行中:
public Map getAll( Long RLE_ROLE_ID ) throws Exception {
我收到此错误:
getAll() 方法的 NPath 复杂度为 2048
我完全不知道什么是NPath复杂性以及它意味着什么。
有人可以给出如何避免此类错误的建议吗?