267268269270271272273274
} } private void errorIfDML() throws HibernateException { if ( sqlAst.needsExecutor() ) { throw new QueryExecutionRequestException( "Not supported for DML operations", hql ); } }
273274275276277278279280
} } private void errorIfSelect() throws HibernateException { if ( !sqlAst.needsExecutor() ) { throw new QueryExecutionRequestException( "Not supported for select queries", hql ); } }
293294295296297298299300
299300301302303304305306
290291292293294295296297
296297298299300301302303
270271272273274275276277
276277278279280281282283
292293294295296297298299
298299300301302303304305