@Target(value={TYPE,FIELD,PARAMETER,PACKAGE}) @Retention(value=RUNTIME) @Documented @Qualifier @Repeatable(value=PersistenceUnit.List.class) public @interface PersistenceUnit
EntityManagerFactory or
EntityManager belongs.
This allows for regular CDI bean injection of both interfaces.
It is also used to mark packages as part of a given persistence unit.
Copyright © 2021 JBoss by Red Hat. All rights reserved.