Optimized EntityDomService

This commit is contained in:
Kevin Frantz
2019-02-25 10:05:42 +01:00
parent 4385e84cc7
commit d0adc9b42a
18 changed files with 109 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ use Doctrine\Common\Collections\ArrayCollection;
/**
* @author kevinfrantz
* @ORM\Entity()
* @ORM\Entity(repositoryClass="Infinito\Repository\Meta\Relation\Member\MemberRepository")
*/
class MemberRelation extends AbstractRelation implements MemberRelationInterface
{

View File

@@ -7,7 +7,7 @@ use Doctrine\Common\Collections\Collection;
/**
* @author kevinfrantz
* @ORM\Entity()
* @ORM\Entity(repositoryClass="Infinito\Repository\Meta\Relation\Parent\CreatorRepository")
*/
class CreatorRelation extends AbstractParentRelation implements CreatorRelationInterface
{

View File

@@ -7,7 +7,7 @@ use Doctrine\ORM\Mapping as ORM;
/**
* @author kevinfrantz
* @ORM\Entity()
* * @ORM\Entity(repositoryClass="Infinito\Repository\Meta\Relation\Parent\HeredityRepository")
*/
class HeredityRelation extends AbstractParentRelation implements HeredityRelationInterface
{