282283284285286287288289
} } private void errorIfDML() throws HibernateException { if ( sqlAst.needsExecutor() ) { throw new QueryExecutionRequestException( "Not supported for DML operations", hql ); } }
288289290291292293294295
} } private void errorIfSelect() throws HibernateException { if ( !sqlAst.needsExecutor() ) { throw new QueryExecutionRequestException( "Not supported for select queries", hql ); } }
294295296297298299300301
300301302303304305306307
270271272273274275276277
276277278279280281282283
273274275276277278279280
267268269270271272273274