117118119120121122123124
return this; } @Override public QueryResult<T> flushMode(FlushModeType flushMode) { context.addJpaQueryPostProcessor(new FlushModePostProcessor(flushMode)); return this; }
7071727374757677