I have two different entities and use two different entityManager for two databases. But for inserts and updates I would like to do this at the same time into both databases simultaneously.
How can I archive this? Or do I have to write two lines of code for both entityManager?
Thanks a lot Michael