Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Doctrineを使用してストアドプロシージャを呼び出すにはどうすればよいですか?
Doctrineは、ストアドプロシージャ自体をサポートしていません。正確な方法はDoctrineのバージョンによって異なりますが、Doctrineのネイティブインターフェイスを使用してprocを直接呼び出し、必要に応じて結果を最終的にドメインクラスにマッピングするのが最善の方法です。