We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Description
Currently our generated code looks like this:
@PersistenceContext private EntityManager entityManager1;
Expected behavior
It seems that we have just one EntityManager per class, so it will be much more convenient to use a name without numerical index.
EntityManager
Status