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
アダプターを作成する。Exceptionもここで変換する。
独自のExceptionに変換する。必要に応じてサブクラスも作成する。
アダプターを作成する。めんどくさい。
InstallerControllerでのみ利用されている。インストーラーは別扱いしたほうがいいかも。
CartServiceで利用されている。
EntityManagerのアダプターで吸収できないか検討。
// 前 UnitOfWork::STATE_MANAGED === $this->entityManager->getUnitOfWork()->getEntityState($removed) // 後 $this->entityManager->isStateManaged($removed);
The text was updated successfully, but these errors were encountered:
kiy0taka
No branches or pull requests
EntityManager
アダプターを作成する。Exceptionもここで変換する。
Doctrine\ORM\ORMException
独自のExceptionに変換する。必要に応じてサブクラスも作成する。
Doctrine\ORM\Mapping
Doctrine\ORM\{Query,QueryBuilder}
アダプターを作成する。めんどくさい。
Doctrine\ORM\Tools
InstallerControllerでのみ利用されている。インストーラーは別扱いしたほうがいいかも。
Doctrine\ORM\UnitOfWork
CartServiceで利用されている。
EntityManagerのアダプターで吸収できないか検討。
The text was updated successfully, but these errors were encountered: