2930313233343536
if (delegate != null) { return invoke(delegate, context); } return invocation.proceed(); } catch (Exception e) { throw new QueryInvocationException(e, context); } }