Jakarta Persistence (JPA) Annotation Type
jakarta.persistence.PersistenceContext
- Implemented Interfaces:
Annotation
- Target:
- Type, Method, Field
Expresses a dependency on a container-managed
EntityManager and its associated persistence context. - Since:
- Jakarta Persistence (JPA) 1.0
Public Instance Methods
String name()- Since:
- Jakarta Persistence (JPA) 1.0
Vendor specific properties may be included in this set of properties. Properties that are not recognized by a vendor are ignored.
- Since:
- Jakarta Persistence (JPA) 1.0
- Since:
- Jakarta Persistence (JPA) 2.1
- Since:
- Jakarta Persistence (JPA) 1.0
String unitName()If the
unitName element is specified, the persistence unit for the entity manager that is accessible in JNDI must have the same name.- Since:
- Jakarta Persistence (JPA) 1.0
Annotation Elements
This is a marker annotation with no members/elements.
Additional JDK methods inherited from java.lang.annotation.Annotation
java.lang.annotation.Annotation/annotationType(), java.lang.annotation.Annotation/equals(Object), java.lang.annotation.Annotation/hashCode(), java.lang.annotation.Annotation/toString()