Date: 2023-11-21 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
– - > Add programmatic API to Jakarta Persistence API to do exactly this?