[TASK] Deprecate BE/FE delete clause methods
Prior to Doctrine DBAL, all queries used the deleteClause for BE/FE
in various places, but this is gone, and this functionality is now handled
via TYPO3's Restrictions functionality within the new database API.
The left-over methods are deprecated and will be removed in TYPO3 v10.
Resolves: #83118
Releases: master
Change-Id: Iae35782b95ccd0ce180908f91de8c7430e4b83ae
Reviewed-on: https://review.typo3.org/54769
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Susanne Moog <susanne.moog@typo3.org>
Tested-by: Susanne Moog <susanne.moog@typo3.org>