<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed><type>rich</type><version>1.0</version><provider_name>phorkie</provider_name><provider_url>https://p.cweiske.de/</provider_url><title>TYPO3: Override extbase repository model database table name</title><author_name>Christian Weiske</author_name><cache_age>86400</cache_age><width>900</width><height>900</height><html>&lt;!-- embedding all files of https://p.cweiske.de/751 --&gt;
&lt;link rel="stylesheet" href="https://p.cweiske.de/css/embed.css"/&gt;
&lt;div class="phork" id="751"&gt;
    &lt;div class="phork-file"&gt;
 &lt;div class="phork-content"&gt;
  
&lt;div class="document"&gt;


&lt;p&gt;Search terms:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;typo3 extbase repository override database table name&lt;/li&gt;
&lt;li&gt;typo3 datamapper table name&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="section" id="typo3-10"&gt;
&lt;h1&gt;TYPO3 10+&lt;/h1&gt;
&lt;p&gt;In &lt;tt class="docutils literal"&gt;Configuration/Extbase/Persistence/Classes.php&lt;/tt&gt;&lt;/p&gt;
&lt;p&gt;See &lt;a class="reference external" href="https://docs.typo3.org/c/typo3/cms-core/10.4/en-us/Changelog/10.0/Breaking-87623-ReplaceConfigpersistenceclassesTyposcriptConfiguration.html"&gt;https://docs.typo3.org/c/typo3/cms-core/10.4/en-us/Changelog/10.0/Breaking-87623-ReplaceConfigpersistenceclassesTyposcriptConfiguration.html&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="typo3-7-9"&gt;
&lt;h1&gt;TYPO3 7-9&lt;/h1&gt;
&lt;p&gt;via TypoScript:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
config.tx_extbase {
    persistence {
        classes {
            Vendor\Extension\Domain\Model\Teammember {
                mapping {
                    tableName = tx_extension_teammember
                }
            }
        }
    }
}
&lt;/pre&gt;
&lt;p&gt;See &lt;a class="reference external" href="https://docs.typo3.org/m/typo3/book-extbasefluid/8.7/en-us/6-Persistence/4-use-foreign-data-sources.html"&gt;https://docs.typo3.org/m/typo3/book-extbasefluid/8.7/en-us/6-Persistence/4-use-foreign-data-sources.html&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

 &lt;/div&gt;
 &lt;div class="phork-meta"&gt;
  &lt;a href="https://p.cweiske.de/751/rev-raw/a5b5c1e91aad00a82bc529dea903d104bbf4e6d1/README.rst" style="float: right"&gt;view raw source&lt;/a&gt;
  &lt;a href="https://p.cweiske.de/751#README.rst"&gt;README.rst&lt;/a&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</html></oembed>
