Date: 2023-11-14 Present:
Currently, you need to do this:
@Produces @PersistenceContext(unitName="UserData")
@Users EntityManager userDatabaseEntityManager;
@Inject @Users EntityManager userDatabase;
—-> Move essentially that code to a CDI extension so users don’t have to add it