In my project I have a series of interfaces that extends "JpaRepository". I need to filter the entity manager with data that arrives from the Http Request. At runtime whenever the app use a repository I need to change the instance of the EntityManager with another instance. Is that possible?
Thanks