312313314315316317318319
} } private void errorIfDML() throws HibernateException { if ( sqlAst.needsExecutor() ) { throw new QueryExecutionRequestException( "Not supported for DML operations", hql ); } }
318319320321322323324325
} } private void errorIfSelect() throws HibernateException { if ( !sqlAst.needsExecutor() ) { throw new QueryExecutionRequestException( "Not supported for select queries", hql ); } }
299300301302303304305306
305306307308309310311312
284285286287288289290291
290291292293294295296297
293294295296297298299300