javax.persistence.PersistenceContexts - JPA annotation
javax.persistence
Annotation PersistenceContexts
- Target:
- Classes
Declares one or more PersistenceContext annotations. It is used to express a dependency on container-managed entity manager persistence contexts.
- Since:
- JPA 1.0
- See Also:
- PersistenceContext
(Required) One or more
PersistenceContext
annotations. - Since:
- JPA 1.0