JPA Annotations for Java EE
The following JPA annotations are in use to integrate JPA into a Java EE application and are managed by the Java EE container:
- javax.persistence.PersistenceContext - JPA Annotation
- javax.persistence.PersistenceContextType - JPA Enum
- javax.persistence.PersistenceContexts - JPA Annotation
- javax.persistence.PersistenceProperty - JPA Annotation
- javax.persistence.PersistenceUnit - JPA Annotation
- javax.persistence.PersistenceUnits - JPA Annotation