タグ付けされた質問 「entitymanager」


17
EntityManagerが閉じています
[Doctrine\ORM\ORMException] The EntityManager is closed. データの挿入時にDBAL例外が発生した後、EntityManagerが閉じて、再接続できません。 このように試しましたが、接続できませんでした。 $this->em->close(); $this->set('doctrine.orm.entity_manager', null); $this->set('doctrine.orm.default_entity_manager', null); $this->get('doctrine')->resetEntityManager(); $this->em = $this->get('doctrine')->getEntityManager(); 誰かが再接続する方法を考えていますか?

7
永続性.xml構成ファイルなしでJPAEntityManagerを作成します
EntityManager永続性ユニットを定義せずにを初期化する方法はありますか?エンティティマネージャーを作成するために必要なすべてのプロパティを指定できますか?EntityManager実行時にユーザーが指定した値からを作成する必要があります。の更新persistence.xmlと再コンパイルはオプションではありません。 これを行う方法についてのアイデアは大歓迎です!
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.