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