JPA Annotation Attribute
in javax.persistence.PersistenceContext

String unitName default ""


(Optional) The name of the persistence unit as defined in the persistence.xml file. If the unitName element is specified, the persistence unit for the entity manager that is accessible in JNDI must have the same name.
Since:
JPA 1.0