123124125126127128129130
return this; } @Override public QueryResult<T> hint(String hint, Object value) { context.addJpaQueryPostProcessor(new HintPostProcessor(hint, value)); return this; }
7677787980818283