factory = $factory; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public static function getEntityFqcn() { return TaxRate::class; } public function getFactory(): TaxRateFactory { return $this->factory; } public function getRepositoryQuery(): TaxRateRepositoryQuery { return $this->repositoryQuery; } public function getStore(): TaxRateStore { $this->store->resetContext(); return $this->store; } }