87888990919293
* (non-Javadoc) * @see org.springframework.data.jpa.repository.query.AbstractJpaQuery#getExecution() */ @Override protected JpaQueryExecution getExecution() { return this.tree.isDelete() ? new DeleteExecution(em) : super.getExecution(); }