Can KeyValueStore be used with ManagerRegistry? #37

Open
opened 2026-01-23 11:34:58 +01:00 by admin · 0 comments
Owner

Originally created by @psociety on GitHub (Jun 18, 2020).

I want to create a Repository class for my entity that uses KeyValueStore.
I saw that there is an EntityManager, but i didn't see anything related to Doctrine\Common\Persistence\ManagerRegistry which is the first argument that repo constructors usually receive.

How can i build the Repository class as similar as the MySQL ones?

Originally created by @psociety on GitHub (Jun 18, 2020). I want to create a Repository class for my entity that uses KeyValueStore. I saw that there is an EntityManager, but i didn't see anything related to Doctrine\Common\Persistence\ManagerRegistry which is the first argument that repo constructors usually receive. How can i build the Repository class as similar as the MySQL ones?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/KeyValueStore#37