313314315316317318319320
} } private void errorIfDML() throws HibernateException { if ( sqlAst.needsExecutor() ) { throw new QueryExecutionRequestException( "Not supported for DML operations", hql ); } }
319320321322323324325326
} } private void errorIfSelect() throws HibernateException { if ( !sqlAst.needsExecutor() ) { throw new QueryExecutionRequestException( "Not supported for select queries", hql ); } }
285286287288289290291292
291292293294295296297298
284285286287288289290291
290291292293294295296297
286287288289290291292293
292293294295296297298299