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

# Deprecation: #83092 - Replace @transient with @TYPO3\\CMS\\Extbase\\Annotation\\ORM\\Transient

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

## Description

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

## Impact

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

## Affected Installations

All extensions that use `@transient`

## Migration

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