Jakarta Persistence (JPA) Annotation Type

jakarta.persistence.PersistenceContexts

Implemented Interfaces:
Annotation
Target:
Type

Declares one or more PersistenceContext annotations. It is used to express a dependency on container-managed entity manager persistence contexts.
See Also:
Since:
Jakarta Persistence (JPA) 1.0

Annotation Elements

(Required) One or more PersistenceContext annotations.
Since:
Jakarta Persistence (JPA) 1.0

Additional JDK methods inherited from java.lang.annotation.Annotation

annotationType(), equals(Object), hashCode(), toString()