---
title: "Deprecation: #83093 - Replace @cascade with @TYPO3\\CMS\\Extbase\\Annotation\\ORM\\Cascade"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-83093"
source: "Changelog/9.0/Deprecation-83093-ReplaceCascadeWithTYPO3CMSExtbaseAnnotationORMCascade.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #83093 - Replace @cascade with @TYPO3\\CMS\\Extbase\\Annotation\\ORM\\Cascade

See [forge#83093](https://forge.typo3.org/issues/83093)

## Description

The `@cascade` annotation has been deprecated and must be replaced with the doctrine annotation
`@TYPO3\CMS\Extbase\Annotation\ORM\Cascade`.

## Impact

From version 9.0 on, `@cascade` is deprecated and will be removed in version 10.

## Affected Installations

All extensions that use `@cascade`

## Migration

Use `@TYPO3\CMS\Extbase\Annotation\ORM\Cascade` instead.

A typical example was `@cascade remove` which is now `@TYPO3\CMS\Extbase\Annotation\ORM\Cascade("remove")`
