| Name |
The name of
the persistence unit. The name attribute
is required. |
| Description |
A description of the persistence unit. |
| Provider |
Name
of the javax.persistence.spi.PersistenceProvider
class interface for the persistence provider. |
| Transaction Type |
Choose
if it is a Java™ transaction API (JTA) or a
non-JTA
data source. |
| JTA Data Source |
Global JNDI name of the JTA datasource. |
| Non JTA data source |
Global JNDI name of a non-JNDI datasource. |
| Exclude unlisted classes |
False, by default. When set to True, classes not listed
in the persistence.xml file are excluded from the persistence unit. |
| JAR File |
The
names of JAR files containing entities. |
| Mapping File |
If you use
a custom mapping file, list it here. (If
you use the orm.xml file for mapping, it is read automatically.) |