We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jira issue originally created by user @beberlei:
This issue is created automatically through a Github pull request on behalf of Burgov:
Url: #385
Message:
using the new ResolveTargetEntity functionality we noticed we needed another feature:
From the Symfony Bundle defining the interface, we'd like to be able to fetch entities by this very interface name, e.g.:
$em->find('Foo\BarBundle\Entity\PersonInterface', 1);
or
$em->getRepository('Foo\BarBundle\Entity\PersonInterface')->findAll();
This PR sets metadata for the interface when metadata for a class is loaded that the interface is configured for
The text was updated successfully, but these errors were encountered:
Comment created by @doctrinebot:
A related Github Pull-Request [GH-385] was closed: doctrine/dbal#385
Sorry, something went wrong.
beberlei
No branches or pull requests
Jira issue originally created by user @beberlei:
This issue is created automatically through a Github pull request on behalf of Burgov:
Url: #385
Message:
using the new ResolveTargetEntity functionality we noticed we needed another feature:
From the Symfony Bundle defining the interface, we'd like to be able to fetch entities by this very interface name, e.g.:
or
This PR sets metadata for the interface when metadata for a class is loaded that the interface is configured for
The text was updated successfully, but these errors were encountered: