6667686970717273
vp.getPropertyPath().equals(propertyPath)) { return; } } String fullName = getFullName(parameterName, propertyPath); throw new IncorrectCacheByException("CacheBy " + fullName + " can't match any db parameter"); } }
230231232233234235236
vp.getPropertyPath().equals(suffixPropertyPath)) { return; } } String fullName = getFullName(suffixParameterName, suffixPropertyPath); throw new IncorrectCacheByException("CacheBy " + fullName + " can't match any db parameter"); }